|
|
|
|
Browse by Tags
All Tags » SQL Server 2008 » DMF (RSS)
-
While playing with the new Policy-Based Management (PBM) features of SQL Server 2008 the other day, I came across a really annoying syntax implementation that is going to trip up a lot of people unless it is fixed. We all know how DATEADD works:
SELECT DATEADD(DAY, 1, GETDATE());
Sadly, because an expression for a condition is ...
|
|
|
|
|