c# - Checking if user has access to the snapshot agent using Windows credentials -
I am currently working on replication using snapshot agent. I am using Windows integrated security to connect to DB.
Within my C # application, I need to check whether the user has permission to run snapshot agent using Active Directory permissions.
Is there any way to achieve this?
Cheers
Comments
Post a Comment