eileen1017
MIS
Right now, I have several servers with the same database name on different servers. But now I need to consolidate those databases onto one server. Obviously, I cannot have on server with five or six databases with the same name. How will I approach the migration differently? Right now I start the consolidation with the databases with different names first and I used detach and attach method. If I create a new database with a new name on the new server, how will I go about migrate the data from old database with a different db name? Thanks.