August 4, 2010 at 5:45 am
Hi friends,
What are the CREDENTIALS?
Where are they used?
How to use them?
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
August 4, 2010 at 5:57 am
Assuming you mean the actual object called a Credential
http://msdn.microsoft.com/en-us/library/ms189522%28SQL.90%29.aspx
http://msdn.microsoft.com/en-us/library/ms190703%28SQL.90%29.aspx
If you mean something else, please give more detail
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 4, 2010 at 6:01 am
Hi Gail,
i have already seen the links u provided, my concern is where & how those credentials are used?
do u have any practical example ?
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
August 4, 2010 at 7:10 am
Apparently you didn't read the first line of the second article.
A credential is a record containing the authentication information needed to connect to a resource outside of SQL Server.
Real life examples depend on what you're trying to connect to. I'd say Linked Servers probably use Credentials, though the GUI refers to "security context".
Here's another brief link
August 5, 2010 at 12:54 am
how will i map logins to those credentials?
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
August 5, 2010 at 2:00 am
Did you bother to read those links I gave you?
Straight from the first one:
After creating a credential, you can map it to a SQL Server login by using CREATE LOGIN or ALTER LOGIN.
If you want the exact syntax, open books online and look under CREATE LOGIN or ALTER LOGIN.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 5, 2010 at 4:56 am
sanketahir1985 (8/4/2010)
Where are they used?
You need to create a Credential firstly to create a Proxy (under SQL Server Agent).
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply