Activity overview
Latest activity by saulcruz
So, if we edit this out of the migration script, how do we guarantee that if a table changes, a view that depends on this table will get refreshed during deployment? what would be the best practice here? / comments
So, if we edit this out of the migration script, how do we guarantee that if a table changes, a view that depends on this table will get refreshed during deployment? what would be the best practice...
How did you fix this problem? / comments
How did you fix this problem?
Any thoughts? / comments
Any thoughts?
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...
Rick, any ideas on what fixes this? / comments
Rick, any ideas on what fixes this?
Can you modify this file? I noticed that for us, one of them is causing the schema validation to fail. / comments
Can you modify this file? I noticed that for us, one of them is causing the schema validation to fail.
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...
same problem here, did you guys figure this out? / comments
same problem here, did you guys figure this out?
Alright, thanks a lot though / comments
Alright, thanks a lot though