Moving a Database

  • I have a simple question about moving a Database.

    I want to consolidate 3 machines each running SQL Server onto 1 machine. None of the database names are the same.

    1. I think I can detach the individual databases from each machine and reattach them on the new target machine. Yes/No?

    2. I think I can add WINS/DNS address to alias the orginal machine names (ServerA, ServerB, ServerC) to the new machine name (GIGANTIC1). This allows existing ODBC applications to use the original machines names to connect (and DSN connections). Yes/No

    The problem is, if one of the SQL installations was a named instance (ServerB\PATRICK1). and I move it to (GIGANTIC\PATRICK1) I don't appear to be able to use the trick of aliasing the machine to access the DB via the existing applications that use the "old" machine name to connect through ODBC.

    Any advice?

  • Your statements are correct except last.

    1 yes,

    2 yes,

    3 Might be able to use WINS to generate and alias or LMHOST file on the machines (but that is what WINS does). Because you map a WINS name to an IP.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply