I am currently working on replication using snapshot agent. I am using windows integrated security to connect to the db.
Within my c# application i need to check if the user has permissions to run the snapshot agent using their active directory permissions.
Is there a way to achieve this?
Cheers