question

brownjms34 avatar image
brownjms34 asked

backup a table

Hello, can you help me? I need to backup a single table in SQL server. I use SQL Server 2008 r2 and this is new for me
sql server
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
danlout144 avatar image
danlout144 answered
I would suggest two way to you. Which you will choose depend on the reason why you want to backup a table. If you need just the data and you want it locally (on the same database/server) then you can use the first option, through T-SQL scripts. If you need to back up the table to prevent data loss for a disaster situation, there is oppotunity to use SSMS. Probably second way is more easy. There are few articles, you can find more details if you need [ http://sqlblog.com/blogs/greg_low/archive/2010/06/07/backup-a-single-table-in-sql-server-using-ssms.aspx][1] and [ http://sqlbak.com/blog/how-to-backup-a-table-in-sql-server/][2] Hope this will be useful [1]: http://sqlblog.com/blogs/greg_low/archive/2010/06/07/backup-a-single-table-in-sql-server-using-ssms.aspx [2]: http://sqlbak.com/blog/how-to-backup-a-table-in-sql-server/
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.