Viewing 4 posts - 1 through 4 (of 4 total)
The behaviour posted in completly explainable. SQL-Server is working according to the SQL-Standards.
What most people don't know is that SQL "boolean" logic is actually a tripartite logic (a logic with...
January 5, 2006 at 3:45 am
Have you checked the SQL-Server ERRORLOG and the eventlog ?
It seems that the SP4-script can not start the SQL server (actually its not getting back the "server started" information from...
November 10, 2005 at 2:41 am
This looks like the SP4 SQL script has problems shutting down and restarting your SQL-Server instance. Can you shutdown and restart that service manually ? The restart command is failing...
November 8, 2005 at 7:22 am
Technically speaking: SELECT returns all rows where the WHERE condition evaluates to TRUE. A "="comparision with a column containing a NULL is UNDEFINED, so the SELECT never uses that ROW.
October 14, 2005 at 5:15 am
Viewing 4 posts - 1 through 4 (of 4 total)