Activity overview
Latest activity by RyanSchneider
Cmdline not detecting Index changes with /project switch
I have a Project setup to compare two databases. The only changes in the DB are indices.
Running the .scp from the GUI by double clicking it and hitting Compare finds the indices.
Running from the...
I would love this feature as well. I have a suite of tables generated by script that I need to upgrade, being able to do this in RedGate would be much preferred to editting the tables manually.
Specifically, there's two ways I would like to see this implemented:
- Add a default to the temp tables created when copying the data.
- Add a default value to the SELECT used to copy data to the temp table (e.g. INSERT INTO [tmp_rg_XXX] ([col1],[col2],[col3]) SELECT [col1], [col2], 0 FROM [OldTable] ...)
That is, I don't think a default should be added to the actual tables. If you want that, then I agree that you should just add the default to the new or old table before doing the compare. / comments
I would love this feature as well. I have a suite of tables generated by script that I need to upgrade, being able to do this in RedGate would be much preferred to editting the tables manually.
Sp...