DotNetNewbie
Programmer
Hi,
Firstly; my apologies if this is posted in the wrong section.
I have 2 SQL servers, one is SQL 2000 (Alpha) and the other is 2005 (Omega).
Alpha holds our main CRM database, which sadly cannot be upgraded to any newer version of SQL...
What I would like to do is construct a query that runs overnight to extract information from the CRM DB on Alpha and create/replace a database on Omega.
I think I know how to achieve the extraction, its the creation/replacement of the database on Omega I do not know how to do, any solutions most welcome.
Many thanks in advance.
.net
Firstly; my apologies if this is posted in the wrong section.
I have 2 SQL servers, one is SQL 2000 (Alpha) and the other is 2005 (Omega).
Alpha holds our main CRM database, which sadly cannot be upgraded to any newer version of SQL...
What I would like to do is construct a query that runs overnight to extract information from the CRM DB on Alpha and create/replace a database on Omega.
I think I know how to achieve the extraction, its the creation/replacement of the database on Omega I do not know how to do, any solutions most welcome.
Many thanks in advance.
.net