Connecting to SQL from a client machine

Connecting to SQL from a client machine

Post by sachi » Thu, 05 Sep 2002 21:29:09



We have an SBS 2000 Server Box running SQL 2000.

I have installed onto my machine the "toolkit" so that I
can Administer the SQL 2000 Database, create Import/Export
functionalities etc...  This is good.

However...I log onto my machine as a User of a Domain.  In
SQL Server Enterprise Manager, when I expand Console
Root>Microsoft SQL Servers>SQL Server Group, then run the
Wizzard (the magic wand in the menu bar), I do not know
how to log into the SQL Server on the SBS Box!

If I log off my terminal and log on as Administrator, then
I can run the wizzard and use the NT Authorisation to
access SQL 2000 on the SBS.  How do I do it logged on as a
user?

I have noticed that there is a "sa" user.  How can I
enable myself, as a Domain User and a Client to the SBS
Box, connect to SQL on the SBS Box?

Sachin

 
 
 

Connecting to SQL from a client machine

Post by Gary Whitley [M » Sat, 07 Sep 2002 09:47:05


Hi Sachin,

Here are some items you need to keep in mind when configuring security for
SQL Server logins.

1.  The reason you can connect to SQL Server when you are logged into your
server as 'Administrator' is through the use of the login
BUILTIN\Administrators.  This login is provided automatically by SQL
Server.  Any user who is a member of the Administrators group on the server
is able to log into SQL Server.

2.  You can add your Windows user account to SQL Server as a login and add
your account to the System Administrator role in SQL Server.  You will need
to accomplish this while you are logged onto the server as 'Administrator'.

3.  The 'SA' user account is automatically created by SQL Server.  This
account uses SQL authentication.  I recommend you create a strong password
for the SA account as soon as possible.  You may register SQL Server using
this account in SQL Enterprise Manager.  You may connect to the server with
Query Analyzer using this account.  This account has full rights on your
server, so you should protect the password.

Gary

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.

 
 
 

1. SQL 2000 client toosl slows down Windows 98 client machine

Hi,

We were running an application designed with SQL 7 DMO and needed to
run the application against a SQL 2000 database server.  Our clients
are a mix of Windows 2000 Professional and Windows 98SE.  The Windows
2000 Pro machines work perfectly...the data access is lightning quick,
etc.  The Windows 98 machines are noticeably slower.  They were never
blazing fast, but listbox controls that took about 2 seconds to load
when running against SQL 7 now take about 20 seconds against SQL 2000.

Does anyone know what we can do to speed up the machines?

Thanks!

Mike

2. searching for queries and other objects

3. NT4 machine with SQL2K client tools connecting to SQL2K Cluster

4. Informix vs. Oracle: The Support chapter

5. Unable to connect to MSDE 7.0 from client machines

6. MySQL / SAP

7. Connect from Client Machine through Proxy Server

8. XML Bulkload and ADO rs.save

9. NT4 machine with SQL2K client tools connecting to SQL2K Cluster

10. DTS execution from client machine fails connecting to Oracle

11. Driver Attempts to connect to Client Machine??

12. Sluggish performance on client machine when connecting via ODBC

13. Connecting through ASP code without any installation on client machine