<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Xster.net &#187; SQL</title>
	<atom:link href="http://tech.xster.net/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.xster.net</link>
	<description>Never relearn twice</description>
	<lastBuildDate>Fri, 20 Jan 2012 21:11:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The license code is not compatible with the installed version of Microsoft Dynamics CRM</title>
		<link>http://tech.xster.net/tips/the-license-code-is-not-compatible-with-the-installed-version-of-microsoft-dynamics-crm/</link>
		<comments>http://tech.xster.net/tips/the-license-code-is-not-compatible-with-the-installed-version-of-microsoft-dynamics-crm/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 22:36:01 +0000</pubDate>
		<dc:creator>xiao</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[License]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://tech.xster.net/?p=288</guid>
		<description><![CDATA[This potential CRM error should typically appear if you had a CRM database, uninstalled it and then tried to reinstall with a different license type. But it can also appear if you used a different license code during the reinstall. You can get confused if you have access to multiple installations and forgot the key [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This potential CRM error should typically appear if you had a CRM database, uninstalled it and then tried to reinstall with a different license type. But it can also appear if you used a different license code during the reinstall. You can get confused if you have access to multiple installations and forgot the key you used for a particular instance. But no worries, you can find you key again in SQL -&gt; MSCRM_CONFIG -&gt; ConfigSettings -&gt; LicenseKey. Use that key and it should solve your problem</p>
<div class="shr-publisher-288"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fthe-license-code-is-not-compatible-with-the-installed-version-of-microsoft-dynamics-crm%2F' data-shr_title='The+license+code+is+not+compatible+with+the+installed+version+of+Microsoft+Dynamics+CRM'></a><a class='shareaholic-tweetbutton' data-shr_count='none' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fthe-license-code-is-not-compatible-with-the-installed-version-of-microsoft-dynamics-crm%2F' data-shr_title='The+license+code+is+not+compatible+with+the+installed+version+of+Microsoft+Dynamics+CRM'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://tech.xster.net/tips/the-license-code-is-not-compatible-with-the-installed-version-of-microsoft-dynamics-crm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM Workflows Don&#8217;t Work, E-mails Don&#8217;t Send&#8230;</title>
		<link>http://tech.xster.net/tips/crm-workflows-dont-work-e-mails-dont-send/</link>
		<comments>http://tech.xster.net/tips/crm-workflows-dont-work-e-mails-dont-send/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 17:22:07 +0000</pubDate>
		<dc:creator>xiao</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://tech.xster.net/?p=265</guid>
		<description><![CDATA[Symptom: You choose to run a workflow but nothing seems to happen and the new workflow doesn&#8217;t appear in the workflow tab. Theory: If my CRM exam studyage served me right, the Microsoft Dynamics CRM is composed of 3 parts. The application layer producing the business logic, the data layer interfacing with SQL and the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><strong>Symptom</strong>: You choose to run a workflow but nothing seems to happen and the new workflow doesn&#8217;t appear in the workflow tab.</p>
<p><strong>Theory</strong>: If my CRM exam studyage served me right, the Microsoft Dynamics CRM is composed of 3 parts. The application layer producing the business logic, the data layer interfacing with SQL and the async service layer doing stuff like workflows on the background (a bit like SQL agent). If the first 2 break, you won&#8217;t get your CRM site at all. When the async service layer breaks, it&#8217;s a bit more subtle like in this case.<span id="more-265"></span></p>
<p><strong>Diagnosis</strong>: The most important part is to intercept at least some form of error output and determine what&#8217;s wrong with the system. You need to turn on your tracing function for CRM as described <a href="http://support.microsoft.com/kb/907490">here</a>. The look at your web log and your async log, typically at C:\Program Files\Microsoft Dynamics CRM\Trace.</p>
<p><strong>Possible Causes</strong>:</p>
<ul>
<li>First, be sure to update your CRM software. At the time of the writing, the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=f84f2bfb-393d-4b90-bf1b-300a82ec6083&amp;displaylang=en">Update Rollup 11</a> is the newest</li>
<li>Check your IIS web.config file. Make sure critical parts required for the async service are there. Make sure for instance that the &lt;System.Workflow.ComponentModel.WorkflowCompiler&gt; section is there to allow the workflow compiler to use basic CLI classes like String and Object etc.</li>
<li>If your CRM site is initially installed in port 5555, changing it after in IIS Manager won&#8217;t affect the async service. Therefore, if you change it to port 80 or do anything else to change the URL for accessing your CRM site, you won&#8217;t be able to access the async service. Check your trace to confirm your initial setting.</li>
</ul>
<div class="shr-publisher-265"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fcrm-workflows-dont-work-e-mails-dont-send%2F' data-shr_title='CRM+Workflows+Don%27t+Work%2C+E-mails+Don%27t+Send...'></a><a class='shareaholic-tweetbutton' data-shr_count='none' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fcrm-workflows-dont-work-e-mails-dont-send%2F' data-shr_title='CRM+Workflows+Don%27t+Work%2C+E-mails+Don%27t+Send...'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://tech.xster.net/tips/crm-workflows-dont-work-e-mails-dont-send/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataGridView Change Cell Data Type After Binding</title>
		<link>http://tech.xster.net/tips/datagridview-change-cell-data-type-after-binding/</link>
		<comments>http://tech.xster.net/tips/datagridview-change-cell-data-type-after-binding/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 11:00:52 +0000</pubDate>
		<dc:creator>xiao</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://tech.xster.net/?p=198</guid>
		<description><![CDATA[I don&#8217;t know actually since most of the relevant stuff becomes read-only after filling with data. But my approach is solve this as early on in the process as possible to the entirety of the data and save processing time on a custom loop after. In other words, your DataGridView is typically bound to a [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I don&#8217;t know actually since most of the relevant stuff becomes read-only after filling with data. But my approach is solve this as early on in the process as possible to the entirety of the data and save processing time on a custom loop after. </p>
<p>In other words, your DataGridView is typically bound to a DataTable. That is typically filled with stuff from the database. Make sure your AutoGenerateColumns property is set to true in the DataGridView and select your data to match the type you want to display in the DataGridView. For instance, to get checkboxes,</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #66cc66;">...,</span> <span style="color: #993333; font-weight: bold;">CAST</span><span style="color: #66cc66;">&#40;</span>column1 <span style="color: #993333; font-weight: bold;">AS</span> bit<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">,</span> <span style="color: #66cc66;">...</span> <span style="color: #993333; font-weight: bold;">FROM</span> <span style="color: #66cc66;">...</span></pre></div></div>

<p>and change the data type right out of the DataAdapter and DataGridView will figure out the rest automatically</p>
<div class="shr-publisher-198"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fdatagridview-change-cell-data-type-after-binding%2F' data-shr_title='DataGridView+Change+Cell+Data+Type+After+Binding'></a><a class='shareaholic-tweetbutton' data-shr_count='none' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fdatagridview-change-cell-data-type-after-binding%2F' data-shr_title='DataGridView+Change+Cell+Data+Type+After+Binding'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://tech.xster.net/tips/datagridview-change-cell-data-type-after-binding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exclude Views in INFORMATION_SCHEMA</title>
		<link>http://tech.xster.net/tips/exclude-views-in-information_schema/</link>
		<comments>http://tech.xster.net/tips/exclude-views-in-information_schema/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 08:41:47 +0000</pubDate>
		<dc:creator>xiao</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://tech.xster.net/?p=101</guid>
		<description><![CDATA[Another quick tip. Selecting from INFORMATION_SCHEMA.COLUMNS unfortunately returns also every column in views on top of tables. I never use views and definitely don&#8217;t need those columns. To filter them out, use: SELECT * FROM INFORMATION_SCHEMA.COLUMNS c JOING INFORMATION.TABLES t ON c.TABLE_NAME = t.TABLE_NAME AND t.TABLE_TYPE = 'BASE TABLE']]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Another quick tip.<br />
Selecting from INFORMATION_SCHEMA.COLUMNS unfortunately returns also every column in views on top of tables. I never use views and definitely don&#8217;t need those columns.</p>
<p>To filter them out, use:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #66cc66;">*</span> <span style="color: #993333; font-weight: bold;">FROM</span> INFORMATION_SCHEMA<span style="color: #66cc66;">.</span><span style="color: #993333; font-weight: bold;">COLUMNS</span> c
JOING INFORMATION<span style="color: #66cc66;">.</span><span style="color: #993333; font-weight: bold;">TABLES</span> t <span style="color: #993333; font-weight: bold;">ON</span> c<span style="color: #66cc66;">.</span><span style="color: #993333; font-weight: bold;">TABLE_NAME</span> <span style="color: #66cc66;">=</span> t<span style="color: #66cc66;">.</span><span style="color: #993333; font-weight: bold;">TABLE_NAME</span>
<span style="color: #993333; font-weight: bold;">AND</span> t<span style="color: #66cc66;">.</span>TABLE_TYPE <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'BASE TABLE'</span></pre></div></div>

<div class="shr-publisher-101"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fexclude-views-in-information_schema%2F' data-shr_title='Exclude+Views+in+INFORMATION_SCHEMA'></a><a class='shareaholic-tweetbutton' data-shr_count='none' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fexclude-views-in-information_schema%2F' data-shr_title='Exclude+Views+in+INFORMATION_SCHEMA'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://tech.xster.net/tips/exclude-views-in-information_schema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Compare 2 Datarows by Value Using LINQ</title>
		<link>http://tech.xster.net/tips/net-compare-2-datarows-by-value-using-linq/</link>
		<comments>http://tech.xster.net/tips/net-compare-2-datarows-by-value-using-linq/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 07:45:48 +0000</pubDate>
		<dc:creator>xiao</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[3.5]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[data type]]></category>
		<category><![CDATA[datarow]]></category>
		<category><![CDATA[datatable]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://tech.xster.net/?p=90</guid>
		<description><![CDATA[There are too many top Google search results giving the impression that it is impossible to compare 2 DataRows for its value contents and the programmer needs to iterate through everything himself. Such is no longer true in .NET 3.5 but the blogosphere doesn&#8217;t seem to have caught on yet. It is possible, given 2 [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>There are too many top Google search results giving the impression that it is impossible to compare 2 DataRows for its value contents and the programmer needs to iterate through everything himself.</p>
<p>Such is no longer true in .NET 3.5 but the blogosphere doesn&#8217;t seem to have caught on yet.</p>
<p>It is possible, given 2 DataTables or any other enumerable object types, to compare its contents using LINQ in just one line of code.</p>
<p>I will give an example in VB where I&#8217;d want to compare all column properties (description, data type, field length, etc) of all tables in 2 supposedly identical SQL databases.<span id="more-90"></span></p>
<ol>
<li>Read into DataTable the SQL command</li>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #66cc66;">*</span> <span style="color: #993333; font-weight: bold;">FROM</span> information_schema<span style="color: #66cc66;">.</span><span style="color: #993333; font-weight: bold;">COLUMNS</span>
<span style="color: #993333; font-weight: bold;">WHERE</span> TABLE_SCHEMA <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'dbo'</span>
<span style="color: #993333; font-weight: bold;">ORDER</span> <span style="color: #993333; font-weight: bold;">BY</span> <span style="color: #993333; font-weight: bold;">TABLE_NAME</span><span style="color: #66cc66;">,</span> COLUMN_NAME</pre></div></div>

<p>this returns a table of with all the column properties. Do this for your second table you want to compare.</p>
<li>To get the difference, you can use the Except LINQ operator on the 2 tables and use a DataRowComparer class to check for value equality instead of reference equality</li>

<div class="wp_syntax"><div class="code"><pre class="vb" style="font-family:monospace;"><span style="color: #151B8D; font-weight: bold;">Dim</span> differenceTable = masterTable.AsEnumerable.Except(subjectTable.AsEnumerable, DataRowComparer.Default)</pre></div></div>

<p>this will return you a list of DataRows present in masterTable but not in subjectTable. You can also use other LINQ operators such as Distinct, Union and Intersect.</ol>
<div>This solution is ideal when there is no key column. Otherwise, merge the second table into the first and call .GetDifference() for a easier way to find the different rows.</div>
<div></div>
<div>Reference: <a href="http://msdn.microsoft.com/en-us/library/bb386998.aspx">http://msdn.microsoft.com/en-us/library/bb386998.aspx</a></div>
<div class="shr-publisher-90"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fnet-compare-2-datarows-by-value-using-linq%2F' data-shr_title='.NET+Compare+2+Datarows+by+Value+Using+LINQ'></a><a class='shareaholic-tweetbutton' data-shr_count='none' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fnet-compare-2-datarows-by-value-using-linq%2F' data-shr_title='.NET+Compare+2+Datarows+by+Value+Using+LINQ'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://tech.xster.net/tips/net-compare-2-datarows-by-value-using-linq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Server Check User Permissions</title>
		<link>http://tech.xster.net/tips/sql-server-check-user-permissions/</link>
		<comments>http://tech.xster.net/tips/sql-server-check-user-permissions/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 00:20:15 +0000</pubDate>
		<dc:creator>xiao</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[rights]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://tech.xster.net/?p=80</guid>
		<description><![CDATA[Another quick solution for users of MSSQL Server. To view the permissions the current logged SQL user has, use the command SELECT * FROM fn_my_permissions&#40;NULL, 'DATABASE'&#41; or variations to return a list of SQL commands permitted. For more details, visit the MSDN page]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Another quick solution for users of MSSQL Server. <img class="alignright size-full wp-image-81" title="fn_my_permissions and results" src="http://tech.xster.net/wp-content/uploads/2009/06/SQL.JPG" alt="fn_my_permissions and results" width="443" height="274" /></p>
<p>To view the permissions the current logged SQL user has, use the command</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #66cc66;">*</span> <span style="color: #993333; font-weight: bold;">FROM</span> fn_my_permissions<span style="color: #66cc66;">&#40;</span><span style="color: #993333; font-weight: bold;">NULL</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'DATABASE'</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>or variations to return a list of SQL commands permitted.</p>
<p>For more details, visit the <a href="http://msdn.microsoft.com/en-us/library/ms176097.aspx" target="_blank">MSDN page</a></p>
<div class="shr-publisher-80"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fsql-server-check-user-permissions%2F' data-shr_title='SQL+Server+Check+User+Permissions'></a><a class='shareaholic-tweetbutton' data-shr_count='none' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fsql-server-check-user-permissions%2F' data-shr_title='SQL+Server+Check+User+Permissions'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://tech.xster.net/tips/sql-server-check-user-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

