Microsoft
SQL 2000 Server
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.
To configure
your machine for TCP/IP sockets, visit: http://support.microsoft.com/support/sql/content/connect/ClientIP.asp
Once connected
using isqlw, you may setup and administer your database.
We will
also be happy to restore an existing SQL Server backup database
to our server for you at no charge.
ADD
NEW SERVER ALIAS VIA NETWORK LIBRARY CONFIGURATION:
- Click
on Start, Programs, Microsoft SQL Server, Client Network
Utility.
- Add
a server alias as follows: On the Alias tab, click on the
Add button. In the Server alias field, enter something like
"AtlantisSQL2000". Select "TCP/IP" as
the Network library for this connection. Enter "sql2000.atlantisnet.com"
as the Computer name. Check the "Dynamically determine port"
check box. Click on "OK".
- Close
the SQL Server Client Network Utility by clicking on the
"OK" button.
- Click
on Start, Programs, Microsoft SQL Server, Query Analyzer.
- 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.
- Select
the alias you created in step #2 above (AtlantisSQL2000).
Click on "OK".
- Under
Connect using, select "SQL Server authentication". Enter
your Login Name and Password.
- Click
on "OK".
- 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.)
- Click
on Start, Programs, Microsoft SQL Server, Enterprise Manager.
- Select
a SQL Server Group.
- On
the drop down menu, click on "Action".
- Select
"New SQL Server Registration...". The "Register SQL Server
Wizard" should appear.
- Click
on "Next >".
- Under
Available servers, you should see the server alias you created
using the "SQL Server Client Network Utility" from above
(AtlantisSQL2000).
- Click
on the server in #6 above, and then press the "Add >" button.
- Click
on "Next >".
- Select
"The SQL Server login information that was assigned to me
by the system administrator. (SQL Server authentication).
- Click
on "Next >".
- Select
"Login automatically using my SQL Server account information.".
- Enter
your Login Name.
- Enter
your Password.
- Click
on "Next >".
- Select
the SQL Server Group.
- Click
on "Next >".
- Click
on "Finish".
- See
if you get a status of "- Registered successfully".
- Click
on "Close".
- Try
to connect using this new connection.
|