Suface area configuration

  • Hi,

    I have installed sql server 2005 management studio express..but I cannot find Suface area configuration in configuration tools.Actually i cannot even find 'Configuration tool' also.How can I install Suface area configuration so that i can allow remote connections.

     

  • not sure you get that tool with the express edition.

    Use the sp_configure system stored procedure via a query window in SSMS to allow remote connections. See BOL.

    ---------------------------------------------------------------------

  • Actually I am unable to connect to the server(I mean to my system).whenever I type my server name and authentication credentials,it is showing an error box.Thats the reason i am unable to access query window too.Can I allow remote connections using command prompt.

  • you could do it with the sqlcmd utility.

    what error do you get trying to connect, and what version of SQL and OS.

    ---------------------------------------------------------------------

  • 'Cannot connect to server'..

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 – Error Locating Server/Instance Specified).

    This is the error i am gettingFor server name I typed in my computer full name and i have opted windows authentication and when I click the connect button i get the above error.

    I am using sql server 2005 and os is windows Xp.

  • Are you sure the instance is up and running and you have the correct instance name. IIRc for the express edition it is called servername\SQLexpress

    ---------------------------------------------------------------------

  • I have tried typing 'servername\sqlexpress'.but still i get the same error box.Can u give me some online links where I can download sql server 2005.

    What I am thinking is may be my firewall and tcp ports are blocking remote connections to sql.when i googled, i found out that we need to open 'surface area configuration' and allow remote connections.But in my system 'surface area configuration tool' did not get installed.

    How to know whether the instance is runnning properly or not and how to know my server name.And which authentication should i use?

    reply me if u r free ..k..

  • http://www.microsoft.com/sqlserver/2005/en/us/express.aspx

    check administrative tools\services

    That error normally occurs because instance is not running, its not usually because remote connections are not enabled

    ---------------------------------------------------------------------

  • There is no Sql server 2005 instance in Admistrative tool/sevices.What should I do now?I have installed and uninstalled sqlserver 2005 many times but still I get the same erorr.Is there any solution?

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic. Login to reply