All Tags »
SQL Server 2008 »
PBM »
Policy-Based Ma... »
DMF
Sorry, but there are no more tags available to filter with.
-
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 ...