Comments
Sort by recent activity
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?
Rick, any ideas on what fixes this? / comments
Rick, any ideas on what fixes this?
Same here, while migration scripts have been very useful to protect our data in our target environments when making structural changes, they're causing way more issues in our jenkins build schema validation, for some reason schema validation fails when looking at old migration scripts, and while I know I can Ignore Migration Scripts, I would really would like to validate the schema of the migration scripts that have not been deployed yet. So far I don't know how to do this when using: Invoke-DlmDatabaseSchemaValidation Any ideas or thoughts? / comments
Same here, while migration scripts have been very useful to protect our data in our target environments when making structural changes, they're causing way more issues in our jenkins build schema v...
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.
Does this mean that if we ever use synonyms in either views or user defined functions we won't be able to use LocalDB as our schema validation database? for example: $validatedScriptsFolder = $scriptsFolder | Invoke-DlmDatabaseSchemaValidation -SQLCompareOptions $options instead of $validatedScriptsFolder = $scriptsFolder | Invoke-DlmDatabaseSchemaValidation -SQLCompareOptions $options -TemporaryDatabaseServer $buildDb / comments
Does this mean that if we ever use synonyms in either views or user defined functions we won't be able to use LocalDB as our schema validation database?for example:$validatedScriptsFolder = $script...
this is still happening, since 2010 , are there any red gate recommended workarounds? / comments
this is still happening, since 2010 , are there any red gate recommended workarounds?
swinghouse, any resolution on this? / comments
swinghouse, any resolution on this?
same problem here, did you guys figure this out? / comments
same problem here, did you guys figure this out?