Would anyone knokw how to migrate non-database objects in a SQL Server instance?
We need to move about a dozen servers (with dozens of databases and packages, etc. in them) from SQL Server 7 to SQL Server 2000.
We cannot afford to do this one-by-one manually with export and import. Moreover, we need to move not just the databases, but also bunches of DTS packages between these instances. We are actually going from one server to another (the SQL Server 7 is on Windows NT, the SQL Server 2000 is on Windows 2003).
Is there anything that will copy/migrate the contents of an entire SQL Server instance like this?
We need to move about a dozen servers (with dozens of databases and packages, etc. in them) from SQL Server 7 to SQL Server 2000.
We cannot afford to do this one-by-one manually with export and import. Moreover, we need to move not just the databases, but also bunches of DTS packages between these instances. We are actually going from one server to another (the SQL Server 7 is on Windows NT, the SQL Server 2000 is on Windows 2003).
Is there anything that will copy/migrate the contents of an entire SQL Server instance like this?