Question:
I have 2 instances of SQL Server installed on the same machine but i dont have access to the second instance?
anas b
2007-11-19 00:45:36 UTC
I have Windows Server 2003 and I have 2 instances of SQL server 2000 installed on the same machine.
I can see and access the default instance but I cant see or access the second instance
I tried all kinds of authentication but I couldn't do anything
Three answers:
Vincent B
2007-11-19 00:50:29 UTC
Take a look here to see if it helps - http://msdn2.microsoft.com/en-us/library/aa174516(SQL.80).aspx
2007-11-19 01:25:15 UTC
You need to configure the second instance to use a different port. This is not a good way to work, better ids to use one instance, and 2 separate databases. You can isolate their security. 2 instances is a very heavy load on the machine, and means you need your applications set to access the second port.
laksh
2007-11-19 00:53:35 UTC
try "scott" as username and "tiger" as password

and also "system" as name and "manager" as password

these come default

then create a user name and assign all database permissions to this user


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...