Not signed in (Sign In)


  MalayalamSearch.com
is a new malayalam language search engine.It enables searching the web in your regional language malayalam.
Download Malayalam Browser Now


Please Note : All information contained in this forums is public information collected from media sources and respective websites.We cannot guarantee the accuracy or authenticity of the information contained in those listings.We make our best efforts to monitor the activity and information uploaded to the forums.
    • CommentAuthorsonia
    • CommentTimeSep 3rd 2008
     
    when i connect to Sql Server database ie in another PC, an error has occured 'Sql Server does not allow remote connections'
    plz help me
  1.  
    try Enabling the TCP/IP & Named Pipes in the Configuration Manager
    make sure you have selected "Local & Remote Connections" option for "Remote Connection" in the Surface Area Configuration
    Then restart the service (Otherwise changes won´t be reflected)

    Explanation:
    Solution 1:

    Go to, Start >> Programs >> Microsoft SQL Server 2005 >> Configuration
    Tools >> SQL Server 2005 Surface Area Configuration >> Surface Area
    Configuration for Services and connections.

    Within this check whether "Local and remote connections" is choosen.
    If not choose it :)

    - Open the "SQL Server Configuration Manager" (under Configuration Tools)
    - Expand the "SQL Server 2005 Network Configuration"
    - Select the "Protocols for "
    - Set the Named Pipes To Enabled

    SOLUTION 2:

    1. Click Start, click Run, type cliconfg, and then click OK.
    2. In the SQL Server Client Network Utility dialog box, click the Alias tab, and then click Add.
    3. In the Add Network Library Configuration dialog box, under Network libraries, click TCP/IP.
    4. In the Server alias box, type the IP address of the computer or the
    name of the computer that is running SQL Server, and then click OK.

    SOLUTIONS 3:

    Enable the TCP/IP protocol using the Surface Area Configuration Utility
    Make sure the TCP/IP protocol is enabled in the SQL Server Configuration Utility
    Make sure the SQL Server browser is started. Note this step is optional. It is possible to set the SQL Server instance to use a fixed IP address - but this is non-standard for named instances
    Make sure SQL Server and SQL Server Browser are exempted by the firewall on the server machine. This is done by putting sqlservr.exe and sqlbrowser.exe as an exception in the windows firewall.
    Note: In order to get things to work. You might need to completely reboot the server machine after making the changes. There have been reports that starting and stopping the SQL Server and Browser software is not enough.
    • CommentAuthorsonia
    • CommentTimeSep 3rd 2008
     
    thanks