• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Restore mssql database without the log perhaps?

LeovanDoorn

Junior Member
Have a backup and one PC (i.e. cut off the log, and perform other manipulation is not possible). Is it possible from the. bak file when restoring to pull only the database without the log (for the last there is no place)...
 
Short answer: you can not restore just the .mdf and exclude de .ldf
My suggestion is that you do a regular backup/restore, and then shrink the log files once you have restored the database and set the recovery mode to simple. A tip is to add WITH COPY_ONLY to the BACKUP command. That prevents the backup from being recorded as a "real" backup.
 
Back
Top