|
|
|
|
Browse by Tags
All Tags » SQL Server 2008 » Policy-Based Management (RSS)
-
Dan Jones wrote a great post about Facets from the new Policy-Based Management feature of SQL Server 2008. At one point in the post, he listed all of the available facets and their supported evaluation modes. Since SQL Server 2008 is not RTM, and since facets can be added in the future, I thought I'd write a query that would list the facets and ...
-
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 ...
|
|
|
|
|