Click here to Skip to main content
15,891,908 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how do we backup only 50% of database
?
Posted

1 solution

The simple answer is you can't.

You can selectively backup tables (entire tables) with : http://blogs.msdn.com/b/buckwoody/archive/2010/06/03/back-up-a-single-table-in-sql-server.aspx[^]
 
Share this answer
 
Comments
AdityaPratapSingh 5-Feb-13 1:59am    
i mean total size of my database is 1.5 gb. but i want only 500 mb
Mehdi Gholam 5-Feb-13 2:07am    
Try compressing the backup file with a utility like 7-zip etc.
AdityaPratapSingh 5-Feb-13 2:08am    
kkk thanks
__TR__ 5-Feb-13 7:45am    
+5
Mehdi Gholam 5-Feb-13 8:58am    
Cheers!

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