packaging for SQL 2000 and 2005
melly
Posts: 2
I have a SQL 2005 DB that I want to package for a SQL 2000 server. Is there a setting that I need to set so that it packages it correctly. I tried creating a package already but it gave me a syntax error when it tried to create a user.
Comments
SQL Packager creates packages in the syntax of the SQL Server platform being packaged. That means you would need a SQL Server 2000 handy to create a package that will run on SQL 2000.
I hope this helps.