i want to access ms sql server database and get some data and write some data in to it from PRTG. Is this possible? can you please describe the steps to do it?
Article Comments
Thanx a loy. I am using MS SQL 2014 and when i tried to create ADO SQL v2 sensor it asks for connection string. what should i enter as the connection string for MS SQL 2014. can you help me by providing an example connection string for MS SQL 2014.
Jul, 2016 - Permalink
Please have a look at our MSSQL Sensor. You can execute queries, evaluate results, etc. Writing to the database should be possible as well using a stored procedure or something like that :)
Jul, 2016 - Permalink