Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
Can you please tell me how to shrink daily database or zip it automatically in sql server 2008 databse???


Thanks
Karthik
Posted

Shrinking database or backup files?
If you mean database,
Check this:http://msdn.microsoft.com/en-us/library/ms141819.aspx[^]

You can use DBCC SHRINKDATABASE[^].
or you can create a maintenance plan[^].
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900