Viewing 6 posts - 1 through 6 (of 6 total)
venoym (4/10/2014)
April 10, 2014 at 4:42 pm
TomThomson (4/3/2014)
what I think Sean and Auke were talking about.
Sean and myself were talking about a situation where the DB structure had already been fixed, so indexes and keys...
April 3, 2014 at 5:46 pm
Sean Lange (4/3/2014)
While that does meet some esoteric requirements this will perform very poorly because this is nonSARGable.
Good call on the bit field. I try to avoid them myself, so...
April 3, 2014 at 9:39 am
I think the trigger still contains a logic error...
Currently it updates the datechanged even if the values remain the same. Maybe if the field was called DateUpdated a change wouldn't...
April 3, 2014 at 9:13 am
@Anoo
This is exactly what happened to me and how I found out about this behaviour.
March 8, 2014 at 9:47 am
In many programming languages the third argument wouldn't even be evalutated if the second argument didn't appear in the first argument.
All these will just return 'ABC':
SELECT REPLACE('ABC', 'Z', 1)
SELECT REPLACE('ABC',...
March 6, 2014 at 2:18 am
Viewing 6 posts - 1 through 6 (of 6 total)