eHow launches Android app: Get the best of eHow on the go.
Summary: When logging in to a structured query language (SQL) database, a person can sign in with their SQL credentials or with their Windows credentials. Use SQL server authentication with tips from a software developer in this free video on using Microsoft SQL.
Dave Andrews is a software developer with a business and Web site selling programs and other computer services in Franklin, Tenn. Having worked in the IT industry for more than 8...read more
"Hi, My name is Dave Andrews. Today I'm going to tell you about using SQL credentials in Microsoft SQL server as opposed to Windows credentials. Let's go to the computer for an example. I'm going to open up the SQL management studio. Click on start, all programs. Let's find Microsoft SQL server. I'm going to run the SQL Server Management Studio. Now, you have two ways to login to a SQL database. Number one is by using SQL credentials and number two is by using Windows credentials. This will work on a server that has a mixed mode installation that allows you to use either one of those two. Now, way that you does this is by when you're connecting to your server, you have your server name there, and you can choose here to use Windows authentication which is going to use the user name that you're currently logged into, into the Windows computer. Or you could use SQL server authentication, which means you have to have a user that has been created for you by the database administrator. I'm loggin' in as sa which is a default user for SQL server. I'm just going to type in that password. Close out that little box. This is for the sa user on my database. Now, I've just logged into that database using SQL server credentials rather than using the user name that I was logged into the server as. It's that easy. My name is Dave Andrews and I've just told you about using SQL server credentials rather than Windows credentials to login to a SQL database."
eHow Article: Using Microsoft SQL Credentials