I want to know if it is possible to copy the permissions of a windows user to a locally created user on SQL server?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
Yes, it is. I guess you mean "Windows Login" and "SQL Server Login". You can script permissions using system objects such as sys.database_permissions or using a tool such as Idera SQL permissions extractor. |
|||
|
|