Jump to content

Support for Azure SQL


Martin Stevnhoved

Recommended Posts

Hi.

I would really like to see the SQL Server Module to support Azure SQL.

It would be great if we could se performance data (which all can be read from system tables), and create notifications based on thresholds.

https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-db-resource-stats-azure-sql-database

 

 

Link to comment
Share on other sites

When trying to configure SQL Server module for an Azure SQL, it tests the connection fine.
But when Pulseway tries to get information from the server, it writes this error in the trace.log

29-11-2018, 10:53:07.404: [Service] Microsoft.SqlServer.Management.Smo.UnknownPropertyException: Product: unknown property.
   at Microsoft.SqlServer.Management.Smo.SqlPropertyMetadataProvider.PropertyNameToIDLookupWithException(String propertyName, PropertyAccessPurpose pap)
   at Microsoft.SqlServer.Management.Smo.Server.get_Product()
   at MM.Monitor.Service.Configuration.DbSQLServerConnection.GetServerInfo()
   at .........(Request .)

 

Link to comment
Share on other sites

When trying to query from Pulseway manager, I am able to query the server information and database information for master.
I cannot query the information for user databases because Azure SQL requires that you connect to database, and nos just change database with USE.

I think it would be a fairly simple task to change the Module to support its basic functionality on Azure SQL.

serverproperties.png

dbproperties-master.png

dbproperties-user.png

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...