I want to backup a particular table with table data from a database in SQL Server 2005.
Thanks.
I want to backup a particular table with table data from a database in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
easiest way through SSMS
1. Right-click the database (note not the table)
Choose Tasks > Generate Scripts
In the Choose Objects pane, select the table you want to script
In the Set Scripting Options pane, click Advanced.
In the Types of Data to Script option, choose Schema and Data. (If you also want indexes, etc. make sure they are also chosen)
read more from http://sqlblog.com/blogs/greg_low/archive/2012/06/28/25981.aspx