Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shrinking Log file
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2014
Application:
Web
Miscellaneous
Thread ID:
01608796
Message ID:
01608866
Views:
57
Recovery mode will actually change to Simple only after you perform database backup
>
>I keep copies of my customers' SQL Database on my computer; not as a back up. I want to reduce the LOG files for these databases to the minimum possible. I just want to be sure that my plan has no potential issues. My plan is as follows:
>1. set recovery mode for each one of these databases to Simple.
>2. issue command
>
>use [MyDatabase]
>go
>dbcc shrinkfile([MyDatabase_log.ldf],1)
>
>
>Anybody sees a potential problem? (as I said, I don't need to recover these databases to any point in the past).
>TIA
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform