D
Derek Hart
I am using scptxfr.exe to script out a SQL Server 2000 database. I want to
run the script inside a VB.NET application, but the scptxfr.exe adds the
keyword GO after every command, which I believe is not a transact-sql
statement, so it errors. I did not see a command line option to turn this
off. Any other way to script a database as in an automated way and not
include the GO command?
Derek Hart
run the script inside a VB.NET application, but the scptxfr.exe adds the
keyword GO after every command, which I believe is not a transact-sql
statement, so it errors. I did not see a command line option to turn this
off. Any other way to script a database as in an automated way and not
include the GO command?
Derek Hart