Hi,
Could someone tell me if its possible to add a policy to create default columns in a table schema using the SQL 2008 Policy management features
So for example I may have a desire to have a Date column in all of my tables called CreateDate and no DBA could create a table without a column of type datetime with name "CreateDate"
Is that possible?