Posts
Sort by recent activity
Simple Expression Gen Different Results in command line
"SomeText"+SomeField
Populates correctly from GUI - all records are set
When run from the command line, all records are null
Static data with wildcards
Is it possible to compare/redeploy static data with wildcards?
i.e.
in DEV DB
name
env.property
value
DEV.value
in Prod DB
name
env.property
value
PROD.value
I would like a static data deploy to no...
Use migration script with Snapshots
We have a process where we are creating snapshots based on check-ins to SQL source control and then picking a version to deploy and using sql compare to deploy that snapshot to the target database....