Last active
March 8, 2022 19:06
-
-
Save kashiash/c412c958afce3e2872cd2e9d11fe73a5 to your computer and use it in GitHub Desktop.
#SQL #uta #truncate #log file #ulubione
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use timex8_I | |
| ALTER DATABASE Timex8_I SET RECOVERY SIMPLE WITH NO_WAIT | |
| DBCC SHRINKFILE(Timex8_I_log, 1) --,truncateonly) | |
| ALTER DATABASE Timex8_I SET RECOVERY FULL WITH NO_WAIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment