<?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>Tips and Articles on SQL Server</description>
	<lastBuildDate>Wed, 16 May 2012 18:08:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SQL Server: Processes and Statistics commands&#160;&#124;&#160;The things rattling around in my head&#8230;</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2/comment-page-1#comment-1137</link>
		<dc:creator>SQL Server: Processes and Statistics commands&#160;&#124;&#160;The things rattling around in my head&#8230;</dc:creator>
		<pubDate>Tue, 20 Mar 2012 20:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-1137</guid>
		<description>[...] sp_who2 shows you the processes that are currently running. Using sp_who2. [...]</description>
		<content:encoded><![CDATA[<p>[...] sp_who2 shows you the processes that are currently running. Using sp_who2. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeraj Kumar</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2/comment-page-1#comment-1133</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-1133</guid>
		<description>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: Using sp_who2 &#187; D4n H4rt$h0rn&#039;$ 3p1c Bl0g</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2/comment-page-1#comment-998</link>
		<dc:creator>Using sp_who2 &#187; D4n H4rt$h0rn&#039;$ 3p1c Bl0g</dc:creator>
		<pubDate>Tue, 06 Dec 2011 20:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1168#comment-998</guid>
		<description>[...] Using sp_who2.     &#160;Posted by admin at 12:20 pm &#160;Tagged with: slowness, sql, [...]</description>
		<content:encoded><![CDATA[<p>[...] Using sp_who2.     &nbsp;Posted by admin at 12:20 pm &nbsp;Tagged with: slowness, sql, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Dieter</title>
		<link>http://sqlserverplanet.com/dba/using-sp_who2/comment-page-1#comment-753</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-753</guid>
		<description>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-page-1#comment-751</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-751</guid>
		<description>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>
</channel>
</rss>

