How can i create a backup of table with data in Sql Server ?
How can i create a backup of table with data in Sql Server ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj PandeyPosted Jul 12, 2013, 5:37 AM
note--you do not need to create a table manually, just put a table name on place of newtablename in query and run,,,
ex..
select * into pkp_backup from pkp
Jiyaul MustaphaPosted Jul 12, 2019, 1:03 AM
Jaganathan BantheswaranPosted Jul 15, 2013, 1:11 AM
RIM SinghPosted Jul 12, 2013, 6:01 AM
here i am asking for backup the table not the databases, so why i am going to accept your answer?..
If you want to let me accept your answer then first read closely my problem and then reply correct.
And if you are not interested then don't answer my questions, but can not say to any one who want to help me.
I am fresher and don't have too knowledge then i need always help.
thnx.
Iftikar HussainPosted Jul 12, 2013, 5:46 AM
Sanjeeb LenkaPosted Jul 12, 2013, 4:24 AM
http://blog.sqlauthority.com/2008/07/03/sql-server-2008-introduction-to-new-feature-of-backup-compression/
script back up
http://blog.sqlauthority.com/2011/05/07/sql-server-2008-2008-r2-create-script-to-copy-database-schema-and-all-the-objects-data-schema-stored-procedure-functions-triggers-tables-views-constraints-and-all-other-database-objects/
Riyaz AkhtarPosted Jul 12, 2013, 4:19 AM
Jaganathan BantheswaranPosted Jul 12, 2013, 3:35 AM
This link may help you.
http://blog.sqlauthority.com/2009/07/29/sql-server-2008-copy-database-with-data-generate-t-sql-for-inserting-data-from-one-table-to-another-table/