I need to empty an LDF file before sending to a colleague. How do I force SQL Server to truncate the log?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
if I remember well... in query analyzer or equivalent:
|
|||||||||||
|
|
In management studio:
Alternatively, the SQL to do it:
|
|||
|
|
For SQL Server 2008, the command is:
This reduced my 14GB log file down to 1MB. |
|||||
|
|
For SQL 2008 you can backup log to
And then use |
||||
|
|