Activity overview
Latest activity by xsinc.msanders
Hey Sam,
Apologies for the late response. It appears that the forums were changed.
Thank you for your recommendation. Until an update takes place on the AST parser, I'll take your advice for running the compare engine in a separate process. / comments
Hey Sam,
Apologies for the late response. It appears that the forums were changed.
Thank you for your recommendation. Until an update takes place on the AST parser, I'll take your advice for runnin...
Also receiving this error when checking in a file. Does anyone know anything more about this error? / comments
Also receiving this error when checking in a file. Does anyone know anything more about this error?
Thank you Robert. / comments
Thank you Robert.
IgnoreKeys flag not documented
Can the /IgnoreKeys (Ignore Foreign Keys) be added to this documentation, please? Remember that some people may not know how to redirect SqlCompare.exe /? /verbose output to a text file whenever th...
antlr.NoViableAltException in RedGate.SQLCompare.ASTParser
Been receiving this since utilizing SDK 10 whenever I debug locally. When attempting to register database scripts that are stored locally, using the following:
RedGate.SQLCompare.Engine.Database.Re...
Utilizing SOC5 Migration Scripts during Deployment
Our company primarily utilizes SOC4 for development. Migration scripts are stored in a blank class library project which is built in certain TFS builds, stored on our build controller and then auto...
SQLCompare option for rebuilding indexes online?
Hi there,
We're encountering times where employees are locked up because they are awaiting a build to complete that is rebuilding indexes offline using a compare. Is there an option to rebuild inde...
Hi Sergio,
It looks like the first line of the documentation you linked has what I may need:
When you add a migration script, it's added to a specific point in the deployment script. This point is defined in the deployment order file (DeploymentOrder.json).
If I can somehow modify this json file, I may be able to order some migration scripts to run before, and some after. Would you agree with this? / comments
Hi Sergio,
It looks like the first line of the documentation you linked has what I may need:
When you add a migration script, it's added to a specific point in the deployment script. This point i...
Are Migration Scripts right for my company?
Hi there,
When utilizing SQL Source Control on a company-wide scale roughly two years ago, we chose not to use SQL Migration scripts. Instead, we build a simple project to our TFS Build controller ...
It would help if we could know if it's possible to have multiple changelog databases per database server. We have one server that stores multiple environments (Alpha, Beta, Staging, etc.) and we want some of those databases in the LKP table to use the normal RG sprocs to identify changes based on the tracelog, while others should use our sproc to fetch change information from the TFS Warehouse database.
Is there somehow a method to specify a server for a changelog database in the XML? For example: <TraceCacheDatabase>sql-server.alpha.ourwebsite.com,4001:ChangeLog</TraceCacheDatabase> / comments
It would help if we could know if it's possible to have multiple changelog databases per database server. We have one server that stores multiple environments (Alpha, Beta, Staging, etc.) and we wa...