Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Backup tables

Author  Topic 

joelseverich
Starting Member

34 Posts

Posted - 2009-07-28 : 17:37:04
Hi
Is there a way to backup tables and then restore in another machine

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-07-28 : 18:22:07
There are several ways to move a table: SSIS, DTS, bcp.exe, import/export wizard, T-SQL using a linked server. Do you have experience with any of these?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-07-29 : 02:02:48
I have already raised this via MS connect
https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=429541

It may get implemented in future

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -