<?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 for Vidhya Sagar - Blog</title>
	<atom:link href="http://sql-articles.com/blogs/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sql-articles.com/blogs</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>Comment on Utilizing SQL 2005 Performance Dashboard in SQL Server 2008 by Siva</title>
		<link>http://sql-articles.com/blogs/utilizing-sql-2005-performance-dashboard-in-sql-server-2008/comment-page-1/#comment-543</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Fri, 30 Dec 2011 09:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/utilizing-sql-2005-performance-dashboard-in-sql-server-2008/#comment-543</guid>
		<description>thanks a lot. its work</description>
		<content:encoded><![CDATA[<p>thanks a lot. its work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2008 MCITP (70-453) Exam by Srinath Chowdary</title>
		<link>http://sql-articles.com/blogs/sql-server-2008-mcitp-70-453-exam/comment-page-1/#comment-541</link>
		<dc:creator>Srinath Chowdary</dc:creator>
		<pubDate>Mon, 19 Dec 2011 21:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/sql-server-2008-mcitp-70-453-exam/#comment-541</guid>
		<description>Thanks Vidhya... Nice post...</description>
		<content:encoded><![CDATA[<p>Thanks Vidhya&#8230; Nice post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Presenter &#8211; Chennai SQL Server User Group September Meeting by Muthukkumaran Kaliyamoorhty</title>
		<link>http://sql-articles.com/blogs/presenter-chennai-sql-server-user-group-september-meeting/comment-page-1/#comment-540</link>
		<dc:creator>Muthukkumaran Kaliyamoorhty</dc:creator>
		<pubDate>Wed, 14 Dec 2011 10:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/presenter-chennai-sql-server-user-group-september-meeting/#comment-540</guid>
		<description>I searched you guys in a cssug.blogspot , now found this Even though it has wrong link http://www.chnsqlug.co.cc

Glad to see the evergreen sessions and pictures.

Thanks vidya &amp; Deepak !</description>
		<content:encoded><![CDATA[<p>I searched you guys in a cssug.blogspot , now found this Even though it has wrong link <a href="http://www.chnsqlug.co.cc" rel="nofollow">http://www.chnsqlug.co.cc</a></p>
<p>Glad to see the evergreen sessions and pictures.</p>
<p>Thanks vidya &amp; Deepak !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enable \ Disable Remote connections Via DOS or T-SQL by anon</title>
		<link>http://sql-articles.com/blogs/enable-disable-remote-connections-via-dos-or-t-sql/comment-page-1/#comment-538</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Thu, 01 Dec 2011 10:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=19#comment-538</guid>
		<description>Wouldn&#039;t this be easier??

Create a text file called &quot;enable_TCPNP.reg&quot; and copy the following in to it...

This would just update then entries in Reg, then reboot ( or just restart the SQL service )



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\Np]
&quot;Enabled&quot;=dword:00000001


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\Tcp]
&quot;Enabled&quot;=dword:00000001</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t this be easier??</p>
<p>Create a text file called &#8220;enable_TCPNP.reg&#8221; and copy the following in to it&#8230;</p>
<p>This would just update then entries in Reg, then reboot ( or just restart the SQL service )</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\Np]<br />
&#8220;Enabled&#8221;=dword:00000001</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\Tcp]<br />
&#8220;Enabled&#8221;=dword:00000001</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IP Address Blocking or Restriction in SQL Server 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>Comment on How can I edit DTS packages in SSMS (Management studio) by Vidhya Sagar</title>
		<link>http://sql-articles.com/blogs/how-can-i-edit-dts-packages-in-ssms-management-studio/comment-page-1/#comment-535</link>
		<dc:creator>Vidhya Sagar</dc:creator>
		<pubDate>Fri, 25 Nov 2011 05:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=144#comment-535</guid>
		<description>Thanks Allan, I&#039;ve tested in SQL Server 2005</description>
		<content:encoded><![CDATA[<p>Thanks Allan, I&#8217;ve tested in SQL Server 2005</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IP Address Blocking or Restriction in SQL Server 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>Comment on How can I edit DTS packages in SSMS (Management studio) by Pollus Brodeur</title>
		<link>http://sql-articles.com/blogs/how-can-i-edit-dts-packages-in-ssms-management-studio/comment-page-1/#comment-533</link>
		<dc:creator>Pollus Brodeur</dc:creator>
		<pubDate>Tue, 22 Nov 2011 21:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=144#comment-533</guid>
		<description>Here&#039;s the instructions for SSMS 2008 r2 http://blogs.msdn.com/b/sqlserverfaq/archive/2009/07/09/error-sql-server-2000-dts-designer-components-are-required-to-edit-dts-packages-install-the-special-web-download-sql-server-2000-dts-designer-components-to-use-this-feature-microsoft-sqlserver-dtsobjectexplorerui-ssms.aspx</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the instructions for SSMS 2008 r2 <a href="http://blogs.msdn.com/b/sqlserverfaq/archive/2009/07/09/error-sql-server-2000-dts-designer-components-are-required-to-edit-dts-packages-install-the-special-web-download-sql-server-2000-dts-designer-components-to-use-this-feature-microsoft-sqlserver-dtsobjectexplorerui-ssms.aspx" rel="nofollow">http://blogs.msdn.com/b/sqlserverfaq/archive/2009/07/09/error-sql-server-2000-dts-designer-components-are-required-to-edit-dts-packages-install-the-special-web-download-sql-server-2000-dts-designer-components-to-use-this-feature-microsoft-sqlserver-dtsobjectexplorerui-ssms.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How can I edit DTS packages in SSMS (Management studio) by Pollus Brodeur</title>
		<link>http://sql-articles.com/blogs/how-can-i-edit-dts-packages-in-ssms-management-studio/comment-page-1/#comment-532</link>
		<dc:creator>Pollus Brodeur</dc:creator>
		<pubDate>Tue, 22 Nov 2011 21:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=144#comment-532</guid>
		<description>It doesn&#039;t work with SQL 2008 r2.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work with SQL 2008 r2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IP Address Blocking or Restriction in SQL Server 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>
</channel>
</rss>

