I have been using the Control Panel API for backups of my MSSQL 2008 database. I just upgraded to MSSQL 2017, but it appears that 2017 is not yet supported in the API. Am I overlooking something? If this is indeed the case, is there an ETA for this support in the API? Thanks
We confirmed that we do not currently have this feature. It should be a quick fix. We should be able to get this ready within the next 2 weeks.
Hi. Instead of create a set of methods for SQL 2017, we created a set of generic methods for ALL versions of SQL. SqlGetUsage SqlCreateBackup SqlCreateBackupJob Let me know if you see any problem.