Getting Started with Adobe After Effects - Part 6: Motion Blur
A collection of quick technology learning tips from what people around you learn every day

SQL Server-Find all policy details with using DMV syspolicy_policies and syspolicy_conditions.

Sep 17 2011 10:56AM by Fazal Vahora   

I just learned one new thing"How to find all policy details like policy name,create date,facets and object with using DMVs(Dynamic Management Views) syspolicypolicies and syspolicyconditions. " all policy based management(PBM) data stored in MSDB Database.check out following two queries.

use msdb
go
Select name,date_created from  syspolicy_policies
go
use msdb
go
Select name,date_created ,facet,obj_name  from syspolicy_conditions
go
Read More..   [0 clicks]

Published under: SQL Server Tips ·  ·  ·  · 


Fazal Vahora
21 · 9% · 2806
9
 
1
 
 
0
Incorrect
 
0
Interesting
 
0
Forgotten



Submit

Your Comment


Sign Up or Login to post a comment.

"SQL Server-Find all policy details with using DMV syspolicy_policies and syspolicy_conditions." rated 5 out of 5 by 9 readers
SQL Server-Find all policy details with using DMV syspolicy_policies and syspolicy_conditions. , 5.0 out of 5 based on 9 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]