Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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.
Technically it is possible. Could make a restoration option with truncation of not used space in the file. Try when working with low free disk space on the test server when you turn the database in there manually, truncate the transaction log on the productions. and only then take a full backup for deploy to a test server. Still here look information http://www.filerepairforum.com/foru...l-server/1914-restore-the-sql-server-database
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.