Hey guys,
I'm a network and server guy and have never dealt with databases much. I need a quick suggestion:
I have this mobile device management software which it's main interface is a web application. I often have to compare a long list of users in AD to the enrolled members within the web interface. There is no quick way of doing this using the GUI.
What I would like to do is monitor my SQL server to see what queries the webapp is handing off the server- steal these queries and throw them into a powershell script where I can run the queries against a dynamically populated variable containing the members of my security group.
The coding is not the issue here, I need to know where I can see the actual query strings the MDM software is passing to the server. Whether it be from the webrequest, or "post request" on the server.
Any ideas? Thanks.