An Azure relational database service.
SQL71508 - Problems with building SQL Server Projects with Azure SQL and DevOps Build Pipelines due to sys.time_zone_info
Tim Wong
10
Reputation points
I have a SQL Server database project which some stored procedures need to use the sys.time_zone_info object. Per this post, adding sys.time_zone_info to the project resolves the errors/warnings in the build. However, this is problematic in Azure DevOps Build Pipelines and fails with the following message
time_zone_info.sql(1,1): Error SQL71508: The model already has an element that has the same name sys.time_zone_info
Has anyone else encountered this issue and what's the workaround?
Azure SQL Database
Azure SQL Database
Sign in to answer