QUESTION POSED ON: 14 May 2006
I 've been working in a software firm as a DBA for six months. Until now I have done some simple tasks like migrating databases, creating tables, writing stored procedures, etc. Now I have been assigned the tough job of configuring SQL Server clusters, of which I know nothing.
My requirements are as follows: We have two servers. We need to install SQL Server on both systems with the same name and database structure. One has records up to the year 2005 and the other has records from 2005 and beyond. Through the application we have to switch to a different database. Is it possible?
|