Painting Blue Code
Simple, self-explanatory code snippets.
2014-09-18
TSQL - Restore database from .mdf, recreating the log
CREATE
DATABASE
THESIS
ON
(
FILENAME
=
N'C:\MSSQL\PATH...\DATABASE_FILE.mdf'
)
FOR
ATTACH_REBUILD_LOG
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment