Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 7,2000
»
Backups
»
Single table backup using sqlcmd
Single table backup using sqlcmd
Rate Topic
Display Mode
Topic Options
Author
Message
kamleshsinhchauhan
kamleshsinhchauhan
Posted Tuesday, January 31, 2012 2:06 AM
Forum Newbie
Group: General Forum Members
Last Login: Tuesday, February 12, 2013 2:27 PM
Points: 3,
Visits: 68
I need to take a single table backup using sqlcmd???? How can i take a backup of particular table using sqlcmd??
Post #1244125
poojari045
poojari045
Posted Tuesday, January 31, 2012 2:50 AM
SSC Rookie
Group: General Forum Members
Last Login: Wednesday, February 01, 2012 9:59 AM
Points: 28,
Visits: 59
There is no option to backup on table level. but you can use select * into to copy the table data and definition. other option is you can move the table into different filegroup and take filegroup backup.
With Sqlcmd you can copy the to run a query and just save the output to a file
sqlcmd -Q "SELECT * FROM AdventureWorks2008R2.Person.Person" -o MyOutput.txt
Post #1244156
kamleshsinhchauhan
kamleshsinhchauhan
Posted Tuesday, January 31, 2012 3:02 AM
Forum Newbie
Group: General Forum Members
Last Login: Tuesday, February 12, 2013 2:27 PM
Points: 3,
Visits: 68
How can move table into filegroup and take a backup from that???
Please explain
Post #1244163
poojari045
poojari045
Posted Tuesday, January 31, 2012 3:10 AM
SSC Rookie
Group: General Forum Members
Last Login: Wednesday, February 01, 2012 9:59 AM
Points: 28,
Visits: 59
kamleshsinhchauhan (1/31/2012)
How can move table into filegroup and take a backup from that???
Please explain
Here is the steps to move table to different group
http://www.sqlservercentral.com/articles/Administration/64275/
Post #1244166
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.