Activity overview
Latest activity by dandef
Voted.
The lack of this feature makes merge conflict resolution extremely difficult and error prone. The presence of a primary key is already enforced in order to source control the data in the first place and, since in most cases primary keys are also the clustering key, adding an order by should have minimal impact on performance when retrieving the data.
To circumvent the lack of this feature, we have resorted to manually ordering the data files before committing them. / comments
Voted.
The lack of this feature makes merge conflict resolution extremely difficult and error prone. The presence of a primary key is already enforced in order to source control the data in the fir...
Bug Report - SET options added to schema scripts
Version 6.0.2.6908.
Superfluous SET options have started being added to the schema scripts from SQL Source Control. Halfway through the section that includes indexes and constraints, the following ...