Posts
Sort by recent activity
Existing Migration Scripts actions (View/Edit available, Delete is not)
Sometimes we need to delete migration scripts that are not valid or are causing problems because they're too old and schema validation fails, so I thought that it was possible to delete migration s...
Error during Invoke-DlmDatabaseSchemaValidation EXEC sp_refreshview Could not find object '[dbo].[vw
Hey forum, During schema validation I'm getting the following:WARNING: The error 'Could not find object '[dbo].[vw_viewName]' or you do not have permission.' occurred when executing the following S...
Synonyms problems WARNING: The error 'Synonym 'sys_test' refers to an invalid object.' ...
I have a synonym that points to another database, I am following the jenkins CI tutorial
I am using this synonym in a View something like CREATE VIEW vw_Test AS ( select * from sys_test)
$errorActi...
Incorrect syntax near '^' when trying to apply changes to my local using source control
My database has a few indexes with the following naming convention [in_name^key_id], I can manually create these indexes of course using the [ ], however SQL Source control is unable to do this whe...