<?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: Using sp_who2</title>
	<atom:link href="http://sqlserverplanet.com/dba/using-sp_who2/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com/dba/using-sp_who2</link>
	<description>SQL Articles &#38; Tips from the field</description>
	<lastBuildDate>Tue, 14 May 2013 09:47:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Derek Dieter</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2#comment-2522</link>
		<dc:creator>Derek Dieter</dc:creator>
		<pubDate>Thu, 31 Jan 2013 18:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-2522</guid>
		<description><![CDATA[Hi Da Bamz,

Thanks for the improvement suggestion.  I added a link to an article about &lt;a href=&quot;http://sqlserverplanet.com/dba/using-dbcc-inputbuffer&quot; rel=&quot;nofollow&quot;&gt;DBCC Inputbuffer&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi Da Bamz,</p>
<p>Thanks for the improvement suggestion.  I added a link to an article about <a href="http://sqlserverplanet.com/dba/using-dbcc-inputbuffer" rel="nofollow">DBCC Inputbuffer</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Da Bamz</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2#comment-2499</link>
		<dc:creator>Da Bamz</dc:creator>
		<pubDate>Wed, 30 Jan 2013 16:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-2499</guid>
		<description><![CDATA[Can you go more into DBCC Inputbuffer?
Regarding this article you mentioned but left no details. 
Thx
Da Bamz]]></description>
		<content:encoded><![CDATA[<p>Can you go more into DBCC Inputbuffer?<br />
Regarding this article you mentioned but left no details.<br />
Thx<br />
Da Bamz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MS Enterprise Library data access &#8211; Understanding SQL &#8216;user connections&#8217; management &#124; Jisku.com</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2#comment-345</link>
		<dc:creator>MS Enterprise Library data access &#8211; Understanding SQL &#8216;user connections&#8217; management &#124; Jisku.com</dc:creator>
		<pubDate>Tue, 16 Oct 2012 06:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-345</guid>
		<description><![CDATA[[...] run SQL profiler over the login / logout events, and taken snapshots with the sp_who2 command, showing who owns the connections. The latter shows that indeed the web site (seen by [...]]]></description>
		<content:encoded><![CDATA[<p>[...] run SQL profiler over the login / logout events, and taken snapshots with the sp_who2 command, showing who owns the connections. The latter shows that indeed the web site (seen by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint &#8211; SQL Interaction &#8211; performance troubleshooting from SQL Side &#171; sharepointking</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2#comment-344</link>
		<dc:creator>SharePoint &#8211; SQL Interaction &#8211; performance troubleshooting from SQL Side &#171; sharepointking</dc:creator>
		<pubDate>Wed, 12 Sep 2012 10:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-344</guid>
		<description><![CDATA[[...] sp_who2 (system stored procedure) or sp_who3 to find out which SPID is taking a lot of [...]]]></description>
		<content:encoded><![CDATA[<p>[...] sp_who2 (system stored procedure) or sp_who3 to find out which SPID is taking a lot of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeraj Kumar</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2#comment-342</link>
		<dc:creator>Neeraj Kumar</dc:creator>
		<pubDate>Thu, 15 Mar 2012 05:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-342</guid>
		<description><![CDATA[Thanks for nice article.....please again do me a favor...can we find all information about all DDL and DML operation like Insert, delete and update on a particular host with login id and command??]]></description>
		<content:encoded><![CDATA[<p>Thanks for nice article&#8230;..please again do me a favor&#8230;can we find all information about all DDL and DML operation like Insert, delete and update on a particular host with login id and command??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Dieter</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2#comment-339</link>
		<dc:creator>Derek Dieter</dc:creator>
		<pubDate>Sat, 13 Aug 2011 05:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-339</guid>
		<description><![CDATA[Hi Krishna,

That&#039;s interesting.  I have never heard of a single DLL preventing a company from passing an audit.  That seems pretty strict.  There must be something I don&#039;t know regarding what the audit is looking for.  What I do know, is that typically you cannot just replace a single DLL.  Typically I&#039;ve seen audits maybe look at the service pack version or hot fixes applied, but never to the level of individual DLL versions.  Just curious, but who is requiring this specific DLL version?

Thanks,
Derek]]></description>
		<content:encoded><![CDATA[<p>Hi Krishna,</p>
<p>That&#8217;s interesting.  I have never heard of a single DLL preventing a company from passing an audit.  That seems pretty strict.  There must be something I don&#8217;t know regarding what the audit is looking for.  What I do know, is that typically you cannot just replace a single DLL.  Typically I&#8217;ve seen audits maybe look at the service pack version or hot fixes applied, but never to the level of individual DLL versions.  Just curious, but who is requiring this specific DLL version?</p>
<p>Thanks,<br />
Derek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishna</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2#comment-338</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Fri, 12 Aug 2011 21:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-338</guid>
		<description><![CDATA[Currently on my serverwe have following  replprov.dll  version 5.2.3790.3959

To upgrade that we try to install following hotfix and service pack
SQLServer2008R2-KB2494086-x64.exe
SQLServer2008R2-KB2494088-x64.exe

SQLServer2008R2SP1-KB2528583-x64-ENU.exe
still replprov.dll remain same nothing replaced
Beacase of this my servers are not passing through company auditing
Please help where i can find latest one, atleast that particular DLL (preferebly from microsoft source)]]></description>
		<content:encoded><![CDATA[<p>Currently on my serverwe have following  replprov.dll  version 5.2.3790.3959</p>
<p>To upgrade that we try to install following hotfix and service pack<br />
SQLServer2008R2-KB2494086-x64.exe<br />
SQLServer2008R2-KB2494088-x64.exe</p>
<p>SQLServer2008R2SP1-KB2528583-x64-ENU.exe<br />
still replprov.dll remain same nothing replaced<br />
Beacase of this my servers are not passing through company auditing<br />
Please help where i can find latest one, atleast that particular DLL (preferebly from microsoft source)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 10 Obsucre T-SQL commands &#171; SteveFibich.Net</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2#comment-337</link>
		<dc:creator>Top 10 Obsucre T-SQL commands &#171; SteveFibich.Net</dc:creator>
		<pubDate>Fri, 06 May 2011 01:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-337</guid>
		<description><![CDATA[[...] in my repertoire but it hasn’t faded completely so sp_who2 gets an honorable mention.  (http://sqlserverplanet.com/dba/using-sp_who2/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] in my repertoire but it hasn’t faded completely so sp_who2 gets an honorable mention.  (<a href="http://sqlserverplanet.com/dba/using-sp_who2/" rel="nofollow">http://sqlserverplanet.com/dba/using-sp_who2/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo Raygoza</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2#comment-335</link>
		<dc:creator>Leonardo Raygoza</dc:creator>
		<pubDate>Wed, 06 Apr 2011 21:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-335</guid>
		<description><![CDATA[a really nice article I have resolved my issue with you help thanks a lot :) blog added to my favorites]]></description>
		<content:encoded><![CDATA[<p>a really nice article I have resolved my issue with you help thanks a lot <img src='http://sqlserverplanet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  blog added to my favorites</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Object Caching 422/422 objects using apc

 Served from: sqlserverplanet.com @ 2013-05-22 00:08:13 by W3 Total Cache -->