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 2000 Forums
 SQL Server Administration (2000)
 Data Migration - Insert Script / Fresh install

Author  Topic 

imtu_174
Starting Member

9 Posts

Posted - 2005-09-06 : 19:15:18
Hi

I have some tables in my SQL Server 2005 database. I need to create insert scripts for them. Since these tables contain the CLOB and BLOB values and the number of records is huge, I need to devise a way to install this table data on any new database(Assuming the new database is created and the table structure exists) .Can some one suggest me how I can do this ?

DTS or SSIS is out of question because least manual interference is required.

Thanks & Regards
Imtiaz

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-09-06 : 19:43:33
Please do not cross post:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=54864
Go to Top of Page
   

- Advertisement -