• Grant Fritchey (4/26/2010)


    Can you get the information running this query?

    SELECT CONVERT(sysname, SERVERPROPERTY('servername'));

    If not, you may have an issue with the server, it's configuration, your connections... not sure.

    Yes. That select statement displaying the name of the server.But here name of the instance and name of the server is different.

    Thanks.