<?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>The Pythian Blog &#187; T-SQL</title>
	<atom:link href="http://www.pythian.com/news/tag/t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:54:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>T-SQL: Retrieve all users and associated roles for ALL databases</title>
		<link>http://www.pythian.com/news/29665/httpconsultingblogs-emc-comjamiethomsonarchive20070209sql-server-2005_3a00_-view-all-permissions-_2800_2_2900_-aspx/</link>
		<comments>http://www.pythian.com/news/29665/httpconsultingblogs-emc-comjamiethomsonarchive20070209sql-server-2005_3a00_-view-all-permissions-_2800_2_2900_-aspx/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:11:12 +0000</pubDate>
		<dc:creator>Mohammed Mawla</dc:creator>
				<category><![CDATA[Group Blog Posts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[database security]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=29665</guid>
		<description><![CDATA[A frequent inquiry concerning databases&#8217; security is to retrieve the database role(s) associated with each user for auditing or troubleshooting purposes. Each database user (principal) can be retrieved from sys.database_principals and the associated database roles can be retrieved from sys.database_role_members The following code runs against ALL the databases using SP_MSForeachdb and all roles for one [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/29665/httpconsultingblogs-emc-comjamiethomsonarchive20070209sql-server-2005_3a00_-view-all-permissions-_2800_2_2900_-aspx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL server : Convert BBcode to HTML</title>
		<link>http://www.pythian.com/news/27405/sql-server-convert-bbcode-to-html/</link>
		<comments>http://www.pythian.com/news/27405/sql-server-convert-bbcode-to-html/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 12:00:20 +0000</pubDate>
		<dc:creator>Mohammed Mawla</dc:creator>
				<category><![CDATA[Group Blog Posts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CLR]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=27405</guid>
		<description><![CDATA[If you ever participated in some forum or message board , then you know what&#8217;s BBCode. What&#8217;s BBCode ? BBCode is short for Bulletin Board Code and used to format posts in forums or message boards as a fast way to achieve formating without the need to add any complex HTML code beside allowing safer [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/27405/sql-server-convert-bbcode-to-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Run the same query against multiple SQL Server AND Oracle instances</title>
		<link>http://www.pythian.com/news/4683/run-the-same-query-against-multiple-sql-server-and-oracle-instances/</link>
		<comments>http://www.pythian.com/news/4683/run-the-same-query-against-multiple-sql-server-and-oracle-instances/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 18:04:36 +0000</pubDate>
		<dc:creator>Mohammed Mawla</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Linked Servers]]></category>
		<category><![CDATA[Openrowset]]></category>
		<category><![CDATA[SQL server Scripts]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[TRY...CATCH]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=4683</guid>
		<description><![CDATA[It is not unusual that a DBA needs to run the same query across multiple instances. The query can be anything from a simple line to retrieve a specific value (such as an instance version), to others that involve data modifications or schema changes. SQL Server 2008 brought the ability to execute Statements Against Multiple [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/4683/run-the-same-query-against-multiple-sql-server-and-oracle-instances/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>T-SQL Script: Return Replication info plus the number of undistributed commands for all subscriptions</title>
		<link>http://www.pythian.com/news/1514/t-sql-script-return-replication-info-plus-number-of-undistributed-commands-for-all-subscriptions/</link>
		<comments>http://www.pythian.com/news/1514/t-sql-script-return-replication-info-plus-number-of-undistributed-commands-for-all-subscriptions/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 18:18:09 +0000</pubDate>
		<dc:creator>Mohammed Mawla</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[MSdistribution_history]]></category>
		<category><![CDATA[Replication]]></category>
		<category><![CDATA[sp_replmonitorsubscriptionpendingcmds]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.pythian.com/blogs/?p=1514</guid>
		<description><![CDATA[In SQL Server Replication, a regular check is getting the number of undistributed commands for a transactional subscription. This can be done using the replication monitor (SQlmonitor.exe from the RUN prompt) or programmatically by running sp_replmonitorsubscriptionpendingcmds at the Distributor on the distribution database. One issue with sp_replmonitorsubscriptionpendingcmds is that you will have to submit a [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/1514/t-sql-script-return-replication-info-plus-number-of-undistributed-commands-for-all-subscriptions/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

