<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue on Analyzed Column in MS SQL Server Connection in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Issue-on-Analyzed-Column-in-MS-SQL-Server-Connection/m-p/2284408#M3924</link>
    <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;regular expression are not natively supported by SQL Server. 
&lt;BR /&gt; 
&lt;BR /&gt;You first need to make sure that your server supports regular expression. If not, then have a look at 
&lt;A href="https://help.talend.com/search/all?query=How+to+deploy+the+regular+expression+function+to+the+SQL+server" target="_blank" rel="nofollow noopener noreferrer"&gt;How to deploy the regular expression function to the SQL server&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Then you need to adapt the indicator template to the SQL server function. This means that you must add the SQL template for SQL Server in the indicator: Libraries/Indicators/System Indicators/Pattern Matching/Regular Expression Matching 
&lt;BR /&gt; 
&lt;BR /&gt;And finally, you need to add the regular expression in the Pattern (you may copy the Oracle one). 
&lt;BR /&gt; 
&lt;BR /&gt;Otherwise, the simplest way is the use the java engine in the analysis so that your data are first downloaded and then analyzed (in case you have a lot of data, it's not advised to do that though). By using the java engine, you don't depend on the DBMS server.</description>
    <pubDate>Thu, 22 Aug 2013 15:51:55 GMT</pubDate>
    <dc:creator>Sebastiao_Qlik</dc:creator>
    <dc:date>2013-08-22T15:51:55Z</dc:date>
    <item>
      <title>Issue on Analyzed Column in MS SQL Server Connection</title>
      <link>https://community.qlik.com/t5/Data-Quality/Issue-on-Analyzed-Column-in-MS-SQL-Server-Connection/m-p/2284407#M3923</link>
      <description>When I am trying to configure a Column Analysis on a email_address column from MS SQL Server connection and while trying to check Patterns &amp;gt; Regex &amp;gt; Internet nodes &amp;gt; Email Address pattern.
&lt;BR /&gt;I am getting a message that expression is not available for MS SQL Server . Do you want to add ? 
&lt;BR /&gt;If I click yes it is giving me pattern for.....
&lt;BR /&gt;Oracle : '^+@+\.{2,4}$'
&lt;BR /&gt;MySQL : '^+@+\\.{2,4}$'
&lt;BR /&gt;Java : '^+@+\.{2,4}$'
&lt;BR /&gt;And a "+" button . I think it is for adding a pattern. But what will be the pattern for SQL Server.
&lt;BR /&gt;There is some difference between Oracle and MySQL. So there may have some difference in SQL Server. Can somebody help me for SQL Server pattern ?</description>
      <pubDate>Tue, 06 Aug 2013 15:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Issue-on-Analyzed-Column-in-MS-SQL-Server-Connection/m-p/2284407#M3923</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-08-06T15:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Analyzed Column in MS SQL Server Connection</title>
      <link>https://community.qlik.com/t5/Data-Quality/Issue-on-Analyzed-Column-in-MS-SQL-Server-Connection/m-p/2284408#M3924</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;regular expression are not natively supported by SQL Server. 
&lt;BR /&gt; 
&lt;BR /&gt;You first need to make sure that your server supports regular expression. If not, then have a look at 
&lt;A href="https://help.talend.com/search/all?query=How+to+deploy+the+regular+expression+function+to+the+SQL+server" target="_blank" rel="nofollow noopener noreferrer"&gt;How to deploy the regular expression function to the SQL server&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Then you need to adapt the indicator template to the SQL server function. This means that you must add the SQL template for SQL Server in the indicator: Libraries/Indicators/System Indicators/Pattern Matching/Regular Expression Matching 
&lt;BR /&gt; 
&lt;BR /&gt;And finally, you need to add the regular expression in the Pattern (you may copy the Oracle one). 
&lt;BR /&gt; 
&lt;BR /&gt;Otherwise, the simplest way is the use the java engine in the analysis so that your data are first downloaded and then analyzed (in case you have a lot of data, it's not advised to do that though). By using the java engine, you don't depend on the DBMS server.</description>
      <pubDate>Thu, 22 Aug 2013 15:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Issue-on-Analyzed-Column-in-MS-SQL-Server-Connection/m-p/2284408#M3924</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2013-08-22T15:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Analyzed Column in MS SQL Server Connection</title>
      <link>https://community.qlik.com/t5/Data-Quality/Issue-on-Analyzed-Column-in-MS-SQL-Server-Connection/m-p/2284409#M3925</link>
      <description>You may also find some information in the studio: 
&lt;BR /&gt;In the menu Help&amp;gt;View bookmarks
&lt;BR /&gt;Then click on "SQL Server 2005 regular expressions".</description>
      <pubDate>Thu, 22 Aug 2013 15:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Issue-on-Analyzed-Column-in-MS-SQL-Server-Connection/m-p/2284409#M3925</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2013-08-22T15:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Analyzed Column in MS SQL Server Connection</title>
      <link>https://community.qlik.com/t5/Data-Quality/Issue-on-Analyzed-Column-in-MS-SQL-Server-Connection/m-p/2284410#M3926</link>
      <description>and more details in 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=13806377" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=13806377&lt;/A&gt;</description>
      <pubDate>Thu, 22 Aug 2013 15:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Issue-on-Analyzed-Column-in-MS-SQL-Server-Connection/m-p/2284410#M3926</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2013-08-22T15:55:42Z</dc:date>
    </item>
  </channel>
</rss>

