Groups | Blog | Home
all groups > sql server (microsoft) > july 2006 >

sql server (microsoft) : How to take a BACKUP of a single or more Tables in Sql Server


ch.adilaziz NO[at]SPAM gmail.com
7/13/2006 3:15:21 PM
I want to know that how to take a BACKUP of a Table in Sql Server.If
any one can help me with this issue.

Thanks
mrdenny
7/14/2006 9:44:22 AM
You can not backup just one table. You can only backup the database.
You can export a table by using DTS (SSIS if SQL 2005), The
Import/Export Wizzard in the GUI, or the BCP command line tool.

Denny

[quoted text, click to view]
Barry
7/14/2006 9:45:23 AM

[quoted text, click to view]

AFAIK, the only way to do this is move one or more Tables to a
different FileGroup and then Backup the FileGroup.

HTH

Barry
dbahooker NO[at]SPAM hotmail.com
7/18/2006 1:12:03 PM
or of course; you can use BCP in order to script the table out to a CSV
file; for example

-aaron


[quoted text, click to view]
AddThis Social Bookmark Button