IWETHEY v. 0.3.0 | TODO
1,095 registered users | 1 active user | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New You could export it via DTS
to some third format (Excel, MDB, text, etc...) and then import via another DTS task.

Another method I've used in the past was to just use a set of SQL queries that generate insert statements as output ('INSERT INTO MyTable VALUES(....)') and then run it as a script on the target server. I did have to write the queries by hand for each table, but there's probably a way to automate it if you really need to.
New I'd go with the last strategy
Do a little digging on how to query for table formats, and how to get a list of tables, constraints, indexes, etc. It is all available via sql. Use this to write a generic dump script that you can feed to the other db. Should take no more than a day of concentrated effort to do this.



[link|http://www.blackbagops.net|Black Bag Operations Log]

[link|http://www.objectiveclips.com|Artificial Intelligence]

[link|http://www.badpage.info/seaside/html|Scrutinizer]
New Thanks, both of you
Must've forgotten to hit save after preview. Let's try that again...

I finally found [link|http://vyaskn.tripod.com/code/generate_inserts.txt|some code] that should turn a table into SQL inserts. If it works, it should be easy enough to make a list of tables and plug it in, which should be all I need.
     Backing up SQL Server 2005 to 2000 - (tangaroa) - (5)
         How much data? - (crazy) - (1)
             Re: How much data? - (tangaroa)
         You could export it via DTS - (ChrisR) - (2)
             I'd go with the last strategy - (tuberculosis) - (1)
                 Thanks, both of you - (tangaroa)

Sex.
43 ms