UPDATE fields with NULL - Tibor Karaszi |
06-Nov-07 06:42:06
|
The UPDATE statement you posted seem fine to me.
You can trace the statement submitted to SQL Server using Profiler to verify that this is what is
actually submitted by your app.
Also, there could be a trigger on the table and the problem is in fact in the trigger.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi |
 |
| |
UPDATE fields with NULL - nartla |
06-Nov-07 08:52:35
|
On 6 nov, 12:42, "Tibor Karaszi"
ify that this is what is
the trigger.
http://sqlblog.com/blogs/tibor_karaszi
OK, I had a closer look to my code, and I found that the problem was
not with the NULL value, but in another part of the SQL request.
Thank you for your answer. |
 |
| |