ms sql check named instance

General chat about HostMonitor (all messages posted before March 07, 2003 available here).
Locked
iis5_rulez
Posts: 32
Joined: Tue Dec 17, 2002 6:00 pm

Post by iis5_rulez »

hi,

i want to check a named instance of sql thru the ms sql check... but i dont get a connection... i can however check the default instance...

i cant find an option how to check it...
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

I am not SQL Server administrator. But I checked microsoft.public.sqlserver newsgroup and found several recommendations:
1) use ".instancename" instead of server name
2) use "server\instance"
3) use Client Network Utility to create an alias name for the instance and use that alias as server name

Regards
Alex
iis5_rulez
Posts: 32
Joined: Tue Dec 17, 2002 6:00 pm

Post by iis5_rulez »

i'd tried the first 2 already. but that didnt seem to work... i'll look into the third solution...
Locked