17.06.2013 Views

Beginning Microsoft SQL Server 2008 ... - S3 Tech Training

Beginning Microsoft SQL Server 2008 ... - S3 Tech Training

Beginning Microsoft SQL Server 2008 ... - S3 Tech Training

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 2: Tools of the Trade<br />

32<br />

3. Select a login name of sa, which stands for System Administrator. Alternatively, you may log in<br />

as a different user, as long as that user has system administrator privileges.<br />

4. Enter the same password that was set when you installed <strong>SQL</strong> <strong>Server</strong>. On case-sensitive servers,<br />

the login is also case sensitive, so make sure you enter it in lowercase.<br />

If you’re connecting to a server that has been installed by someone else, or where you have changed the<br />

default information, you need to provide login information that matches those changes. After you click<br />

OK, you should see the Object Explorer window screen shown in Figure 2-8.<br />

Figure 2-8<br />

Be careful with the password for the sa user. This and any other user who is a sysadmin<br />

is a super-user with full access to everything.<br />

How It W orks<br />

The Login dialog gathers all the information needed to create the connection. Once it has that, it assembles<br />

the connection information into a single connection string and sends that to the server. The connection is<br />

then either accepted or rejected and, if it is accepted, a connection handle is given to the Query window so<br />

that the connection information can be used over and over again for many queries, as long as you do not<br />

disconnect.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!