MDF , LDF 또는 MDF 파일만으로 데이터베이스 복구 할 때

//MDF , LDF 또는 MDF 파일만으로 데이터베이스 복구 할 때

MDF , LDF 또는 MDF 파일만으로 데이터베이스 복구 할 때

MDF , LDF 파일이 있을 때

 

sp_attach_db ‘데이터베이스명’ , ‘데이터파일경로’ , ‘로그파일경로’

ex ) sp_attach_db ‘pubs’ , ‘c:\data\pubs.mdf’ , ‘c:\data\pubs_log.ldf’

 

 

MDF 파일만 있을 때

 

sp_attach_single_file_db ‘데이터베이스명’ , ‘데이터파일경로’

ex ) sp_attach_single_file_db ‘pubs’ , ‘c:\data\pubs.mdf’

 

 

 

By |2021-10-20T11:42:04+00:0010월 18th, 2021|Categories: Server|Tags: , , , |0 Comments

About the Author: