Groups | Blog | Home
all groups > sql server programming > june 2004 >

sql server programming : script sqlserver 2000 -> 7


gandalf
6/8/2004 11:53:30 PM
Is it possible to have sql 2000 script out tables without
the collate specifications in SQLDMO?

When I try to use the database.transfer transfer object
the method fails on error on line .. COLLATE ...
Tried to put the database in 70 compatibility mode (via
SQLDMO) but didn't work

The general idea is to transfer some tables with their
indexes,etc on a daily basis to sql server 7

gandalf
6/9/2004 12:23:04 AM
Thank you very much
[quoted text, click to view]
gandalf
6/9/2004 12:28:33 AM
Thanks for your response.

[quoted text, click to view]
David Portas
6/9/2004 8:03:20 AM
Set the Script2Type argument to SQLDMOScript2_NoCollation.

--
David Portas
SQL Server MVP
--

Roji. P. Thomas
6/9/2004 12:37:25 PM
Check the
only script 7.0 compatible features
in the formatting tab.

--
Roji. P. Thomas
SQL Server Programmer
[quoted text, click to view]

Dinesh T.K
6/9/2004 1:38:16 PM
Roji,

Gandalf wanted to remove it via SQLDMO not via Enterprise manager.

--
Dinesh

[quoted text, click to view]

AddThis Social Bookmark Button