﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / Policy Based Management (PBM) - Conditions (Expressions: Regular Expressions) / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 13:06:12 GMT</lastBuildDate><ttl>20</ttl><item><title>Policy Based Management (PBM) - Conditions (Expressions: Regular Expressions)</title><link>http://www.sqlservercentral.com/Forums/Topic802065-391-1.aspx</link><description>When creating a policy to manage the naming of an object (facet), SQL Management Studio (SMS) allows Expressions to evaluate the Field, e.g. @Name of the facet and requires a Value, which can be written with a regular expression.This Value seems to allow (based on the Operator which is LIKE, similar to SQL) a kind of regular expression, which I am not able to exhaustively establish.  It allows RegEx constructs, but not quite like in .Net, but it also does not seem to be constrained to tSQL pattern matching either.For example: Using ^\b, denoting start of string or word, fails when evaluating the policy (against the given facet) by failing the evaluation for all objects.  Also it likes the expression % instead of \w* and struggles to evaluate (?(expr) yes|no) correctly, I think because I'm bungling the syntax, however...I have downloaded [url=http://www.codeproject.com/KB/dotnet/regextutorial.aspx]Expresso (a Regex tool) from Code Project[/url], in which I'm able to construct the Regular Expression correctly, but it does not work in the Expression Value for the Condition in SQL Server 2008 Policy Based Management.I am also struggling to obtain specifics on the syntax to use, i.e. the regex building blocks etc.Can anybody help with some useful reference sites from which to obtain the syntax that's allowed in this functionality of SQL Server 2008.Your help is appreciated!</description><pubDate>Tue, 13 Oct 2009 05:11:16 GMT</pubDate><dc:creator>Drikus Roux</dc:creator></item></channel></rss>