Hi all,
I have a database called "Membership" on our SQL Server. I want to import/export everything (tables, data, stored procedures, functions, etc.) from the Production server ("sqlserver") to the Development server ("sqlserver\dev"). The biggest problem I am having with DTS is that a lot of the tables have dependencies on other databases/tables ("Health", "FMS"), which are located on the same server(s). Any ideas? I'm going to SQL training next week since they want me to train to become the DBA, but I'd like to have a usuable development server without doing each table by hand manually and taking all of the dependencies off of them. We are using SQL Server 2005 on a Windows Server 2003 machine.
Thanks!
Brett
I have a database called "Membership" on our SQL Server. I want to import/export everything (tables, data, stored procedures, functions, etc.) from the Production server ("sqlserver") to the Development server ("sqlserver\dev"). The biggest problem I am having with DTS is that a lot of the tables have dependencies on other databases/tables ("Health", "FMS"), which are located on the same server(s). Any ideas? I'm going to SQL training next week since they want me to train to become the DBA, but I'd like to have a usuable development server without doing each table by hand manually and taking all of the dependencies off of them. We are using SQL Server 2005 on a Windows Server 2003 machine.
Thanks!
Brett