SQL Server DBA Tutorial 64-How to Create Credentials in SQL Server

preview_player
Показать описание
In this video you will learn how to create Credentials in SQL Server using SQL Server Management Studio as well as using T-SQL Script, it also explains what is credentials in SQL Server, when it is best idea to use credentials in SQL server and best practices of creating and using credentials in SQL Server.

Blog post link for the video:
Рекомендации по теме
Комментарии
Автор

Can I use credentials to tie a contained user to an instance user to run SQL Server Agent Jobs? Is there another way to run jobs with a contained user account? The jobs are application specific and need to be owned by the contained user.

kevinnorthcutt
Автор

I canto create credentials, a error message appears and say that i cant create credentials with the SQL version that I have, what can do?

ginhobrz
Автор

Really you explained very clearly the concept of Credential however I have a one question for you

You entered password for creating credential, is that password of the other user who has access to Azure ? If yes and when I create credential do I need to ask other user for his password ?

rohitkolekar
Автор

What is the benefit to use credential?

cunay