From my Windows 2003 Server running SQL 2005 using SSMS I try to connect to my Windows 2008 Server running SQL 2008 I can see the main instance MySQLServer but I have two additional instances running server10/test1 server10/production
When I run SSMS on the 2008 Server I can see all the instances.
I have a Web Server on Windows 2003 server that uses a connect.db command and all my asp code uses that connect to point to the sql server.
I moved the data base from SQL 2005 to the SQL 2008 server.
But now noone can access the data from the web site.
I think If I can see the server10/production instance on SSMS from the same server that is running the web site Ithe data will start to be seen.
Any ideas on why I can not see the other instances from another computer?
Any command line test from a workstation or server I can run to test this?
Thanks
Tom
Thomas R Grassi Jr