Hi Joshua Persons ,
Thanks for using Microsoft Q&A platform and thanks for posting your query here.
It seems like you are facing an issue while deploying to a Synapse serverless SQL pool using Azure DevOps Pipelines. The error message you are seeing indicates that SQLPackage is trying to access sys tables that don't exist in serverless.
Serverless SQL pools in Azure Synapse Analytics have some limitations compared to dedicated SQL pools. One of these limitations is that some system tables are not available in serverless SQL pools. This can cause issues when deploying SQL projects that reference these system tables.
To resolve this issue, you can try the following steps:
- Make sure that you have removed all references to Database Scoped Credentials from your SQL project and from the target serverless SQL pool.
- Check if there are any other system tables or features that are not supported in serverless SQL pools and remove any references to them from your SQL project.
- If none of the above steps work, you can try using a dedicated SQL pool instead of a serverless SQL pool.
I hope this helps you resolve the issue you are facing. Kindly accept the answer by clicking on `Accept answer button. Thankyou