MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
Multiple Instances on same Network - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Multiple Instances on same Network

Last post 07-11-2008 4:07 AM by admin. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-30-2008 10:00 PM

    • shrry8
    • Top 500 Contributor
    • Joined on 07-01-2008
    • Posts 1

    Multiple Instances on same Network

    Hey,

     I have a query related to both MS-SQL Server 2000 and 2005. I have SQL Server 2000 Database installed on one machine and SQL Server 2005 on another machine. Can i name both of the instances has THI-SQL ?? as this is my First Database Instance name and i want the SQL 2005 to be on the same name.

     Can i do that

  • 07-11-2008 4:07 AM In reply to

    Re: Multiple Instances on same Network

    Shrry8,

    You could name both instances the same, but the server names would have to be different if they are in the same domain which is a function of Windows not SQL Server.  For example this is possible:

    • ServerA\THI-SQL
    • ServerB\THI-SQL 

    Thank you,
    The MSSQLTIps.com Team

Page 1 of 1 (2 items)