Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
s.nassu
Starting Member
3 Posts |
Posted - 2009-10-06 : 04:09:00
|
| HI, I want to connect sql server 2008 from other system where in both sql server 2005 nd 2008 installed. I can connect 2005 but 2008 cant connect.. how to connect 2008.. what i need to do? thnx in advance.... |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2009-10-06 : 05:34:35
|
Since you have SQL 2005 and 2008 on the same system, i assume the 2008 is installed as an instance.Specify the instance name or the SQL 2008 port no (if you are using static port)<computer name>\<instance name>or <ip addr>\<instance name>or <computer name>:<port no>or <ip addr>:<port no> KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|
|