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
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 Export a table containing an XML data column

Author  Topic 

CSharpNewbie
Starting Member

39 Posts

Posted - 2012-01-24 : 14:44:34
I need to export a table from SQL Server 2008 from database and then have that table restored on a local database. The issue is that one of the columns contains XML data. What would be the most effective way to do this?

I would like to avoid SSIS if possible, Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-01-25 : 10:49:25
if you dont want to use SSIS, use OPENROWSET or set up a linked server between the two servers and use four part naming convention

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -