<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: IP Address Blocking or Restriction in SQL Server</title>
	<atom:link href="http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/</link>
	<description>One Stop for SQL Server related Queries</description>
	<lastBuildDate>Fri, 30 Dec 2011 09:49:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19620</generator>
	<item>
		<title>By: Nuno Agapito</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/comment-page-1/#comment-537</link>
		<dc:creator>Nuno Agapito</dc:creator>
		<pubDate>Mon, 28 Nov 2011 14:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comment-537</guid>
		<description>Well, I solved the problem at the time, just deleted the trigger. 
I just dont understand why, while only checking the IP, the trigger is blocking login on every account with or without valid IP except the &#039;sa&#039; account!</description>
		<content:encoded><![CDATA[<p>Well, I solved the problem at the time, just deleted the trigger.<br />
I just dont understand why, while only checking the IP, the trigger is blocking login on every account with or without valid IP except the &#8216;sa&#8217; account!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidhya Sagar</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/comment-page-1/#comment-534</link>
		<dc:creator>Vidhya Sagar</dc:creator>
		<pubDate>Fri, 25 Nov 2011 05:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comment-534</guid>
		<description>@Nuno -- Can you try the comments I have given to Allan, that will help you</description>
		<content:encoded><![CDATA[<p>@Nuno &#8212; Can you try the comments I have given to Allan, that will help you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuno Agapito</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/comment-page-1/#comment-531</link>
		<dc:creator>Nuno Agapito</dc:creator>
		<pubDate>Tue, 15 Nov 2011 10:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comment-531</guid>
		<description>Hi! I tried your script and it seemed to work fine for sa account. But all other accounts got blocked and couldnt log....</description>
		<content:encoded><![CDATA[<p>Hi! I tried your script and it seemed to work fine for sa account. But all other accounts got blocked and couldnt log&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidhya Sagar</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/comment-page-1/#comment-515</link>
		<dc:creator>Vidhya Sagar</dc:creator>
		<pubDate>Sat, 27 Aug 2011 07:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comment-515</guid>
		<description>Hi.. This script is not specific for login, it&#039;s specific to IP address so you can use this to SQL logins you can add that filter</description>
		<content:encoded><![CDATA[<p>Hi.. This script is not specific for login, it&#8217;s specific to IP address so you can use this to SQL logins you can add that filter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rapunzo</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/comment-page-1/#comment-507</link>
		<dc:creator>Rapunzo</dc:creator>
		<pubDate>Wed, 10 Aug 2011 05:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comment-507</guid>
		<description>Hi this is a good article thanks for it but I have a problem with this.

is this trigger allows only to sa user? cant I implement it to enable for all users on sql?</description>
		<content:encoded><![CDATA[<p>Hi this is a good article thanks for it but I have a problem with this.</p>
<p>is this trigger allows only to sa user? cant I implement it to enable for all users on sql?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: balaji</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/comment-page-1/#comment-479</link>
		<dc:creator>balaji</dc:creator>
		<pubDate>Sat, 21 May 2011 05:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comment-479</guid>
		<description>Very Nice sagar.........Am very happy now i can block a entire server</description>
		<content:encoded><![CDATA[<p>Very Nice sagar&#8230;&#8230;&#8230;Am very happy now i can block a entire server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/comment-page-1/#comment-474</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Mon, 16 May 2011 11:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comment-474</guid>
		<description>Nice one.. Great article</description>
		<content:encoded><![CDATA[<p>Nice one.. Great article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidhya Sagar</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/comment-page-1/#comment-308</link>
		<dc:creator>Vidhya Sagar</dc:creator>
		<pubDate>Mon, 20 Sep 2010 02:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comment-308</guid>
		<description>@Kalyan -- Only problem is the filter sysadmin you have added in your script. Try to login with some other ID and disable the trigger</description>
		<content:encoded><![CDATA[<p>@Kalyan &#8212; Only problem is the filter sysadmin you have added in your script. Try to login with some other ID and disable the trigger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidhya Sagar</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/comment-page-1/#comment-307</link>
		<dc:creator>Vidhya Sagar</dc:creator>
		<pubDate>Mon, 20 Sep 2010 02:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comment-307</guid>
		<description>@Kalyan -- In your script you have added sysadmin filter so whoever logs in with sysadmin permission will be rejected. Why you have added that filter? 
Do you have any other login with ALTER and CONTROL SERVER permissions? If yes login with that ID and disable this server level trigger.</description>
		<content:encoded><![CDATA[<p>@Kalyan &#8212; In your script you have added sysadmin filter so whoever logs in with sysadmin permission will be rejected. Why you have added that filter?<br />
Do you have any other login with ALTER and CONTROL SERVER permissions? If yes login with that ID and disable this server level trigger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cup Of Life</title>
		<link>http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/comment-page-1/#comment-306</link>
		<dc:creator>Cup Of Life</dc:creator>
		<pubDate>Sat, 18 Sep 2010 06:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/ip-address-blocking-or-restriction-in-sql-server/#comment-306</guid>
		<description>HI,
i have same problem.
but above 3 commands are not working.
please help me.</description>
		<content:encoded><![CDATA[<p>HI,<br />
i have same problem.<br />
but above 3 commands are not working.<br />
please help me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

