dbTalk Databases Forums  

moving tables containing blob data to another SQL Server - on separate network

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss moving tables containing blob data to another SQL Server - on separate network in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mohammed
 
Posts: n/a

Default moving tables containing blob data to another SQL Server - on separate network - 01-16-2004 , 05:24 AM






I would be greatful if any one can help with the
following:

I would like to move large SQL tables (10 million rows)
containing blob data to another SQL server located on a
separtate network. Is there a native SQL format I can use
rather than exporting to dbf,paradox etc.

I would like to create the equivalent of an Oracle dump
file.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: moving tables containing blob data to another SQL Server - on separate network - 01-16-2004 , 05:49 AM






A quick and easy way would be

1. Move the tables locally to another Helper DB
2. Back it up
3. Restore at the other server
4. Move the rows using TSQL.

You can do this by cutting the backup to CD.



--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"mohammed" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I would be greatful if any one can help with the
following:

I would like to move large SQL tables (10 million rows)
containing blob data to another SQL server located on a
separtate network. Is there a native SQL format I can use
rather than exporting to dbf,paradox etc.

I would like to create the equivalent of an Oracle dump
file.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.