Comments
Sort by recent activity
This is great! I have told the guys here and we will be renewing our license today. Thank you so very much Red Gate, you guys rock! / comments
This is great! I have told the guys here and we will be renewing our license today. Thank you so very much Red Gate, you guys rock!
Does anyone have any feedback for me about this? My support contract and licenses for my red gate products are about to expire, and I'm considering my options for what to renew, as it stands here, if I have to manually edit these files or create a tool to do such I don't think SQL compare will work for what my office needs.
Maybe I just overlooked something? / comments
Does anyone have any feedback for me about this? My support contract and licenses for my red gate products are about to expire, and I'm considering my options for what to renew, as it stands here, ...
David, the new column does have a default value. The old column did not, and allowed nulls.
The insert statement SQL Compare generates when filling the temp table it creates (which has the default value specified) fails because the insert statement doesnt specify what to do if the value is null - this is per the ANSI SQL spec.
What SQL Compare should do is use IsNull([ChangedColumn],<default value>) in its select statement, or give the user the option to do that.
see here for more of what im talking about: http://www.developersdex.com/sql/messag ... &r=6164216 / comments
David, the new column does have a default value. The old column did not, and allowed nulls.
The insert statement SQL Compare generates when filling the temp table it creates (which has the default ...
Couldn't you just put the value you wanted as the default value for the column, run the synch, remove the default value, and then resynch? / comments
Couldn't you just put the value you wanted as the default value for the column, run the synch, remove the default value, and then resynch?