Note: 203.199.149.70 IP Is For Example .. You can give your own Given IP Address

Note: kindly use sql.dinpl.com insted on 203.199.149.70


Microsoft SQL Server 2000 Configuration

Description:

All SQL administration is performed via Microsoft's isqlw utility (SQL Server Query Analyzer). You must connect to our SQL Server via a TCP/IP sockets connection using TCP port 1433.

ADD NEW SERVER ALIAS VIA NETWORK LIBRARY CONFIGURATION:

  1. Click on Start, Programs, Microsoft SQL Server, Client Network Utility.
  2. Add a server alias as follows: On the Alias tab, click on the Add button. In the Server alias field, enter something like " 203.199.149.70". Select "TCP/IP" as the Network library for this connection. Enter " 203.199.149.70" as the Computer name. Check the "Dynamically determine port" check box. Click on "OK".
  3. Close the SQL Server Client Network Utility by clicking on the "OK" button.
  4. Click on Start, Programs, Microsoft SQL Server, Query Analyzer.
  5. On the Connect to SQL Server window, click on the button that has the 3 small dots "..." in it which is directly to the right of SQL Server drop down box.
  6. Select the alias you created in step #2 above (203.199.149.70). Click on "OK".
  7. Under Connect using, select "SQL Server authentication". Enter your Login Name and Password.
  8. Click on "OK".
  9. You should now connect to the server and the DB drop down box should contain your database name

CONNECT VIA ENTERPRISE MANAGER:
(Although we do not support it, some customers have been able to connect to our SQL Server using Microsoft's Enterprise Manager.)

  1. Click on Start, Programs, Microsoft SQL Server, Enterprise Manager.
  2. Select a SQL Server Group.
  3. On the drop down menu, click on "Action".
  4. Select "New SQL Server Registration...". The "Register SQL Server Wizard" should appear.
  5. Click on "Next >".
  6. Under Available servers, you should see the server alias you created using the "SQL Server Client Network Utility" from above (203.199.149.70).
  7. Click on the server in #6 above, and then press the "Add >" button.
  8. Click on "Next >".
  9. Select "The SQL Server login information that was assigned to me by the system administrator. (SQL Server authentication).
  10. Click on "Next >".
  11. Select "Login automatically using my SQL Server account information.".
  12. Enter your Login Name.
  13. Enter your Password.
  14. Click on "Next >".
  15. Select the SQL Server Group.
  16. Click on "Next >".
  17. Click on "Finish".
  18. See if you get a status of "- Registered successfully".
  19. Click on "Close".
  20. Try to connect using this new connection.

Solving SQL Server Connection Problems

fifteen tips for solving SQL Server connection problems.

1. Make sure that you are using the latest SQL Server service pack available.

Many connection bugs have been fixed; you should always use the latest service pack.

See "How can I check which SQL service pack I am running?" to find out which SQL Server service pack you are running. See "Where can I download the SQL Server service packs?" for download locations.

2. Check that the client and server are running the same network protocol.

For example, if the client tries to connect to SQL Server using IPX/SPX protocol, and the server only has TCP/IP protocol installed, the client will not be able to establish a connection.

3. Verify that the client and server are using the same Net-Library.

The client connected to SQL Server 2000 must use a client Net-Library that matches one of the server Net-Libraries to which the server is currently listening. For example, if the client tries to connect to SQL Server using Multiprotocol Net-Library, the server should currently be listening on Multiprotocol Net-Library too. You can change the client Net-Library by using the SQL Server Client Network Utility in the Microsoft SQL Server program group. To change the server Net-Library, use the Server Network Utility in the Microsoft SQL Server program group.

Note. Keep in mind, any changes made in the Server Network Utility will be saved, but they will not take effect until the SQL Server service is restarted.

4. If you cannot connect using Windows Authentication, ensure that SQL Server is not installed on a Windows 9x box.

Windows Authentication is not supported for SQL Server installed on a Windows 9x box.

5. If you get an error message indicating, "Specified SQL Server not found," check that you specified the SQL Server name correctly and that the SQL Server you are connected to is started.

6. Confirm that the 'single user' database option is turned off.

If you get an error message indicating that the database is already open and can only have one user at a time, the 'single user' database option is turned on. See your database administrator to set this option to off if several users connect to this database at the same time.

7. Check that the user exists in the database to which you are connected.

If you get an error message indicating that the user is not a valid user in the database, have your database administrator set the appropriate permissions for that user.

8. Check that the 'DBO use only' database option is turned off.

If an error message indicates that only the owner can access the database, the 'DBO use only' database option is turned on. Have the database administrator set this option to off if others besides the database owner can access the database.

9. If an error message indicates that the login failed for user 'username,' check the spelling of the login name and password.

This error message signifies that you've tried to connect with the wrong login name or password. See your system administrator if you forgotten your login name or password.

10.If SQL Server returns an error message of "Assertion failed" when attempting to connect to a SQL Server through TCP/IP on a Windows 98 client, then install the Client for Microsoft Networks as one of the networking components on the computer.

The Client for Microsoft Networks does not have to be the Primary Network Logon. This error has been corrected on Windows 98 Second Edition.

11. An error message indicating that the connection is broken will be returned if you run a query against a linked server and all of the following conditions are met:

To work around this problem, change the index name, or select the 'Microsoft OLE DB Provider for SQL Server' instead of the 'Microsoft ODBC Driver for SQL Server' to create the linked server. This is a SQL Server 7.0 bug; SQL Server 2000 does not contain such problems.

12. If users cannot connect to an SQL Server 2000 named SPX instance, when there is also an SQL Server 2000 default instance listening on IPX/SPX, use the SQL Server Network Utility to change the properties of the named SPX instance so that it listens on a port other than 33854.

SQL Server 2000 named SPX instance and SQL Server 2000 default SPX instance both attempt to listen on the same SPX port 33854. To resolve this problem you should change network library or choose a port other than 33854 for the named SPX instance.

13. If you get the error message "Specified SQL Server not found," when you attempt to start SQL Server from Query Analyzer with the option "Start SQL Server if stopped," attempt the connection again at a later time or start SQL Server through Service Manager.

This error arises when SQL Server needs to create or relocate a large .mdf or .ldf file at startup, (for example tempdb.mdf is deleted). In this case, the connection attempt is made before SQL Server is fully started, resulting in the error.

14. If you get error 17824, check the network connections or set the SQL Server 'priority boost' option to its default value.

This error indicates that SQL Server encountered connection problems while attempting to write to a client. This error may be caused by network problems, (such as client has been restarted), or it may be caused by deviating a 'priority boost' option from the default value.

15. To isolate connectivity problems, disable the Shared Memory Net-Library using the SQL Server 2000 Client Network Utility.

The Shared Memory Net-Library is a Net-Library used only for client/server connections on the same computer, and is the Net-Library used by default for intra-computer communications.


Microsoft SQL Server Connectivity - Connection Time Out

LAUNCH ENTERPRISE MANAGER
 
SET LOGIN TIMEOUT
 
 
REGISTER SQL SERVER