posted by 커피테이스터 2015. 11. 25. 13:33

LDF, MDF 란 : SQL Server에서 사용되는 데이터파일(MDF)와 로그파일(LDF)의 확장자입니다.

* 복구방법

sp_attach_db 저장 프로시저를 이용하여 DBMS 에 붙이는 방법입니다.


1. 데이터베이스명 : gmate

mdf, ldf 파일들의 위치 : c:\Data

mdf 파일명 : gmate.mdf

ldf 파일명   : gmate_log.ldf


2. 위와 같다면 쿼리분석기에서 아래와 같은 문장으로 실행시키시면 됩니다.

* 경로는 LDF/MDF 있는 파일 경로를 적어주면 됩니다.


use master

EXEC sp_attach_db @dbname = N'gmate'

      , @filename1 = N'c:\Data\gmate.mdf'

      , @filename2 = N'c:\Data\gmate_log.ldf'  


3. 0 이 반환되면 성공된 것입니다.

이제부터 데이터베이스를 사용하시면 됩니다.


4. gmate LDF/MDF DB복원 완료

출처:http://kin.naver.com/qna/detail.nhn?d1id=1&dirId=10205&docId=73413369


posted by 은이종 2015. 11. 10. 14:57


1. 위치


고려왕족발 3거리에서 직진해서, 한 5미터 왼쪽 2층



2. 메뉴


각종 수제 맥주와 샘플러





3. 특징


모란에 찾기 힘든 수제맥주

간단한 메뉴와 맥주종류가 많아서 간단히 먹기 좋음





'여행 및 냠냠 > 모란역' 카테고리의 다른 글

<모란역> 착한포차  (0) 2016.01.12
<모란역> 전주 콩나물국밥  (0) 2015.12.07
<모란역> 고기싸롱  (0) 2015.10.28
<모란역> 맥켄치킨  (0) 2015.08.27
<모란역> 문어숙회  (0) 2014.10.21
posted by 은이종 2015. 11. 10. 14:47

 

1. 위치

 

 

2,

 

 

 

2. 메뉴


갈비살이랑 안창살 등 소고기 부위가 주력

고기를 시키면 두~툼~하게 내어주신다.

 

 

 


3. 느낌

이모님이 한 판을 구워주신다. 괜시리 구울려고 하지마세요 혼나요

 

이모님 마인드 자체가

“난 맛있다는 소리 못드는 메뉴는 안 올려”

그래서 김치찌개는 없고, 된장찌개는 있다….

 

고기질도 좋고, 분위기고 깔끔하고,

후식으로 먹는 김치말이 국수 캐강추



'여행 및 냠냠 > 까치산역' 카테고리의 다른 글

<까치산역> 홍봉자마차  (0) 2016.01.11
<까치산역> 원조골뱅이  (0) 2016.01.11
<까치산역> 나라구한닭  (2) 2016.01.11
posted by 은이종 2015. 11. 9. 19:22

https://msdn.microsoft.com/en-us/library/windows/desktop/aa366778%28v=vs.85%29.aspx#memory_limits


Physical Memory Limits: Windows Server 2012

The following table specifies the limits on physical memory for Windows Server 2012. Windows Server 2012 is available only in X64 editions.

VersionLimit on X64
Windows Server 2012 Datacenter

4 TB

Windows Server 2012 Standard

4 TB

Windows Server 2012 Essentials

64 GB

Windows Server 2012 Foundation

32 GB

Windows Storage Server 2012 Workgroup

32 GB

Windows Storage Server 2012 Standard

4 TB

Hyper-V Server 2012

4 TB



Physical Memory Limits: Windows Server 2008 R2

The following table specifies the limits on physical memory for Windows Server 2008 R2. Windows Server 2008 R2 is available only in 64-bit editions.

VersionLimit on X64Limit on IA64
Windows Server 2008 R2 Datacenter

2 TB


Windows Server 2008 R2 Enterprise

2 TB


Windows Server 2008 R2 for Itanium-Based Systems

2 TB

Windows Server 2008 R2 Foundation

8 GB


Windows Server 2008 R2 Standard

32 GB


Windows HPC Server 2008 R2

128 GB


Windows Web Server 2008 R2

32 GB


 



posted by 은이종 2015. 11. 2. 13:45
ㅇ벤더사별 Warranty 조회 사이트

 

1. IBM

https://www-947.ibm.com/support/entry/portal/wlup

 

2.HP

https://h20565.www2.hp.com/hpsc/wc/public/home

 

3.Dell

http://www.dell.com/support/home/us/en/19/Products/

 

4.SuperMicro

http://www.supermicro.com.tw/support/Warranty/


ㅇ서버 내, Serial key 조회방법

리눅스

dmidecode | grep 'Serial Number' | head -1

 

윈도우

wmic bios get SerialNumber
wmic csproduct get IdentifyingNumber



'기타' 카테고리의 다른 글

AudioSwitch  (0) 2016.09.22
<Excel> 엑셀 유용한 팁 단축키  (0) 2016.08.04
유선 무선 우선순위 정하기  (0) 2015.10.29
<Outlook> 아웃룩 숨은참조에 본인 메일 주소 넣기  (0) 2015.09.09
f.lux 눈보호 프로그램  (0) 2015.03.17