Slartybartfast
Programmer
I have the following question:
SQL SERVER 7
I try to update a field (data type varchar) with a string which has the same content but in a different case, the update apparently takes place but no change is made. Does SQL server check for a text comparison when an update is requested and not proceed if a match is found?
e.g 'THISTEXT' updated to 'ThisText' leaves the table still reading 'THISTEXT'.
This only seems to happen in one table of my database which is apparently no different from others.
Thanks in advance.
SQL SERVER 7
I try to update a field (data type varchar) with a string which has the same content but in a different case, the update apparently takes place but no change is made. Does SQL server check for a text comparison when an update is requested and not proceed if a match is found?
e.g 'THISTEXT' updated to 'ThisText' leaves the table still reading 'THISTEXT'.
This only seems to happen in one table of my database which is apparently no different from others.
Thanks in advance.