All Tags »
SQL Server 2008 »
standards »
ANSI »
compliance
Sorry, but there are no more tags available to filter with.
-
For some, the answer is easy. Since Tibor reminded me several months ago that <> == standard and != <> standard, I have been making a conscious effort to use only <> going forward. Similarly, I have tried to avoid GETDATE() in favor of CURRENT_TIMESTAMP. (Of course this doesn't work in most of my systems where ...