Comments
1 comment
-
You can exclude the code that creates that view from script verification : https://documentation.red-gate.com/sca/developing-databases/concepts/verifying-projects/excluding-objects-from-script-verification
Alternatively, you could add some code in that migration that checks for the existence of 'dbo.crm_bkl_asset' and creates it if it doesn't exist so that the dependency relation is satisfied.
Add comment
Please sign in to leave a comment.
Within our database Microsoft Dynamics pushes data to the database and maintains tables, stored procedures, and functions it uses for doing this work.
<Filters version="1">
We are adding a view that references one of these tables 'dbo.crm_bkl_asset' and getting an error.
##[warning] DbBuildTask: ERROR