/ Published in: SQL
Expand |
Embed | Plain Text
backup log [myDatabase] WITH truncate_only go DBCC SHRINKDATABASE ([myDatabase], 10, TRUNCATEONLY) go
You need to login to post a comment.
backup log [myDatabase] WITH truncate_only go DBCC SHRINKDATABASE ([myDatabase], 10, TRUNCATEONLY) go
You need to login to post a comment.