Activity overview
Latest activity by TetonSig
Looks like if I remove IncludeDependencies option, the issue goes away. That's fine because we probably want to be explicit about deploying those anyway. I assume that makes this not a bug, because if I say include dependencies that's going to include the underlying PS and PF.
Thanks for looking into it. / comments
Looks like if I remove IncludeDependencies option, the issue goes away. That's fine because we probably want to be explicit about deploying those anyway. I assume that makes this not a bug, becau...
Thanks for the response / comments
Thanks for the response
Thanks for the response! Look forward to hearing from you. / comments
Thanks for the response! Look forward to hearing from you.
Unnecessarily dropping indexes when table will be dropped
Is there an option or other way to have SQL Compare just script a table drop without scripting index/constraint drops as well?
On larger tables this makes deployment scripts take much longer than t...
And I can also confirm that if I do nothing else except add the IgnoreFileGroups option, the problem goes away.
However, because of the issue described here http://www.red-gate.com/messageboard/vi ... hp?t=14710
I can't use that option. (And these are Partition Schemes and Partition Functions, not Filegroups anyway [image] ) / comments
And I can also confirm that if I do nothing else except add the IgnoreFileGroups option, the problem goes away.
However, because of the issue described herehttp://www.red-gate.com/messageboard/vi ....
I also just confirmed I have the same behavior with filtering out Partition Function in another database I'm working on. / comments
I also just confirmed I have the same behavior with filtering out Partition Function in another database I'm working on.
Also, if I change something else like a stored proc, the Interactive HTML Report accurately reflects that as the only change. And it is also included as a change in the Output SQL. However the output SQL still includes the partition scheme synchronization that should be excluded by the filter. / comments
Also, if I change something else like a stored proc, the Interactive HTML Report accurately reflects that as the only change. And it is also included as a change in the Output SQL. However the ou...
Filter excluding Partition Scheme not working on cmdline
I am using a SQL Compare Filter to exclude all Partition Schemes from my SQL Compare between a scripts folder (Source) and Database (Destination).
If I run the SQL Compare UI , it work as expected....
And, just let me say, how awesome* you guys are.
/IgnoreDataCompression
totally works and solves my issue.
*Because this means of course that you are guilty only of fully implementing a feature and simply not documenting it. You guys would fit in great at our place. [image] / comments
And, just let me say, how awesome* you guys are.
/IgnoreDataCompression
totally works and solves my issue.
*Because this means of course that you are guilty only of fully implementing a feature and...
Need IgnoreDataCompression command line switch
So here's the scenario. We make good use of partition schemes by date so we can age out data in partitioned tables with a sliding window.
So when we want to create new tables for our system, we go...