<?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>Vidhya Sagar - Blog&#187; Security</title>
	<atom:link href="http://sql-articles.com/blogs/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://sql-articles.com/blogs</link>
	<description>One Stop for SQL Server related Queries</description>
	<lastBuildDate>Wed, 06 Jul 2011 12:53:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-20175</generator>
		<item>
		<title>What happens when permission is revoked in middle of work?</title>
		<link>http://sql-articles.com/blogs/what-happens-when-permission-is-revoked-in-middle-of-work/</link>
		<comments>http://sql-articles.com/blogs/what-happens-when-permission-is-revoked-in-middle-of-work/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 12:09:25 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[grant]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[revoke]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=1057</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/what-happens-when-permission-is-revoked-in-middle-of-work/" title="What happens when permission is revoked in middle of work?"></a>This is one of the question asked by my friend and it seems very simple. I had a discussion with him and said that whatever the transaction it has started it will succeeded, however what I told him is not &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/what-happens-when-permission-is-revoked-in-middle-of-work/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/what-happens-when-permission-is-revoked-in-middle-of-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use xp_logininfo to retrieve AD group members list</title>
		<link>http://sql-articles.com/blogs/use-xp_logininfo-to-retrieve-ad-group-members-list/</link>
		<comments>http://sql-articles.com/blogs/use-xp_logininfo-to-retrieve-ad-group-members-list/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 18:11:43 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[ad group list]]></category>
		<category><![CDATA[xp_logininfo]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=835</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/use-xp_logininfo-to-retrieve-ad-group-members-list/" title="Use xp_logininfo to retrieve AD group members list"></a>I was discussing with one of my colleague and during the discussion he told me that he is not able to view the list of members available in a AD group since he don’t have permission on AD forest. Normally &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/use-xp_logininfo-to-retrieve-ad-group-members-list/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/use-xp_logininfo-to-retrieve-ad-group-members-list/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change \ Transfer Schema for all Objects</title>
		<link>http://sql-articles.com/blogs/change-transfer-schema-for-all-objects/</link>
		<comments>http://sql-articles.com/blogs/change-transfer-schema-for-all-objects/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 15:00:55 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/change-transfer-schema-for-all-objects/</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/change-transfer-schema-for-all-objects/" title="Change \ Transfer Schema for all Objects"></a>In my working environment we will be using different schema for production and development environments. Our development apps are configured to Dev schema and Production apps are configured to Prod schema, so when we restore the db from production to &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/change-transfer-schema-for-all-objects/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/change-transfer-schema-for-all-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP Address Blocking or Restriction in SQL Server</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/</link>
		<comments>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 06:03:40 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[ip blocking]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/" title="IP Address Blocking or Restriction in SQL Server"></a>I have seen some questions in forums asking for the answer “is it possible to block connections to SQL Server based on IP address”. As far as now there is no official way in SQL Server to block the connections &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Script to Retrieve Security Information &#8211; SQL Server 2005 and above</title>
		<link>http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2005-and-above/</link>
		<comments>http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2005-and-above/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:57:20 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[permission script]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2005-and-above/</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2005-and-above/" title="Script to Retrieve Security Information &ndash; SQL Server 2005 and above"></a>In my working environment I’ve asked to write a script to find security information which should return Server Logins, Database Logins and object level permissions. I’ve written that and I’m sharing this to you since this could be helpful to &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2005-and-above/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2005-and-above/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Script to Retrieve Security Information &#8211; SQL Server 2000</title>
		<link>http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2000/</link>
		<comments>http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2000/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:50:48 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[permission script]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2000/</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2000/" title="Script to Retrieve Security Information &ndash; SQL Server 2000"></a>In my working environment I’ve asked to write a script to find security information which should return Server Logins, Database Logins and object level permissions. I’ve written that and I’m sharing this to you since this could be helpful to &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2000/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/script-to-retrieve-security-information-sql-server-2000/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Copy \ Move a Database that is encrypted with TDE</title>
		<link>http://sql-articles.com/blogs/how-to-copy-move-a-database-that-is-encrypted-with-tde/</link>
		<comments>http://sql-articles.com/blogs/how-to-copy-move-a-database-that-is-encrypted-with-tde/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 06:11:46 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/how-to-copy-move-a-database-that-is-encrypted-with-tde/</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/how-to-copy-move-a-database-that-is-encrypted-with-tde/" title="How to Copy \ Move a Database that is encrypted with TDE"></a>In my previous articles on TDE I’ve gone through what’s TDE and how to configure it. Now here in this article I’m going to test whether I’m able to restore \ attach the database without encryption key since the main &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/how-to-copy-move-a-database-that-is-encrypted-with-tde/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/how-to-copy-move-a-database-that-is-encrypted-with-tde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing \ Configuring Transparent Data Encryption (TDE)</title>
		<link>http://sql-articles.com/blogs/implementing-configuring-transparent-data-encryption-tde/</link>
		<comments>http://sql-articles.com/blogs/implementing-configuring-transparent-data-encryption-tde/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 03:26:16 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/implementing-transparent-data-encryption-tde/</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/implementing-configuring-transparent-data-encryption-tde/" title="Implementing \ Configuring Transparent Data Encryption (TDE)"></a>In my previous article we have discussed what is TDE, how it works, its pros and cons. In this article I’m going to cover how to implement transparent data encryption to your server. It’s very simple to implement TDE, below &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/implementing-configuring-transparent-data-encryption-tde/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/implementing-configuring-transparent-data-encryption-tde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transparent Data Encryption (TDE) – SQL Server 2008</title>
		<link>http://sql-articles.com/blogs/transparent-data-encryption-tde-sql-server-2008/</link>
		<comments>http://sql-articles.com/blogs/transparent-data-encryption-tde-sql-server-2008/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 05:18:04 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/transparent-data-encryption-tde-sql-server-2008/</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/transparent-data-encryption-tde-sql-server-2008/" title="Transparent Data Encryption (TDE) – SQL Server 2008"></a>Introduction Securing each part and data’s in a database is now an important task for DBA’s to accomplish else the data’s might be hacked. Keeping in mind Microsoft has started encryption features from SQL 2005 and it’s greatly improved it’s &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/transparent-data-encryption-tde-sql-server-2008/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/transparent-data-encryption-tde-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

