Sql server Login details
-
Hi All, My requirement is to capture all the Sql server logins.Is it possible to capture through DOT NET?.Please Suggest me if any option available. Thanks in advance MEK
-
Hi All, My requirement is to capture all the Sql server logins.Is it possible to capture through DOT NET?.Please Suggest me if any option available. Thanks in advance MEK
You should be able to get the login names from one of the systems tables I believe; however you will not be able to get the passwords. What is your reasoning for this? I think most here will be very suspicious of such a request.
I know the language. I've read a book. - _Madmatt
-
You should be able to get the login names from one of the systems tables I believe; however you will not be able to get the passwords. What is your reasoning for this? I think most here will be very suspicious of such a request.
I know the language. I've read a book. - _Madmatt
Actually i want to keep track of all the user name and password in any file or what ever? so that it can get the password changed when ever I've changed my password in Sql server. I do not want store the password.Just i want access it. Is Is possible? thanks once again..
-
Actually i want to keep track of all the user name and password in any file or what ever? so that it can get the password changed when ever I've changed my password in Sql server. I do not want store the password.Just i want access it. Is Is possible? thanks once again..
IMO there is no reason for this and you will not recieve any assistance here to hack user accounts.
I know the language. I've read a book. - _Madmatt
-
Actually i want to keep track of all the user name and password in any file or what ever? so that it can get the password changed when ever I've changed my password in Sql server. I do not want store the password.Just i want access it. Is Is possible? thanks once again..
ksss_maheshece wrote:
Is Is possible?
Is it possible to see the password on the SQL Server side? No.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Actually i want to keep track of all the user name and password in any file or what ever? so that it can get the password changed when ever I've changed my password in Sql server. I do not want store the password.Just i want access it. Is Is possible? thanks once again..