<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; PREEMPTIVE and Non-PREEMPTIVE &#8211; Wait Type &#8211; Day 19 of 28</title>
	<atom:link href="http://blog.sqlauthority.com/2011/02/19/sql-server-preemptive-and-non-preemptive-wait-type-day-19-of-28/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/02/19/sql-server-preemptive-and-non-preemptive-wait-type-day-19-of-28/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Jun 2013 05:09:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #017 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/02/19/sql-server-preemptive-and-non-preemptive-wait-type-day-19-of-28/#comment-426031</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #017 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 23 Feb 2013 01:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11875#comment-426031</guid>
		<description><![CDATA[[...] PREEMPTIVE and Non-PREEMPTIVE – Wait Type – Day 19 of 28 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] PREEMPTIVE and Non-PREEMPTIVE – Wait Type – Day 19 of 28 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carman Decelles</title>
		<link>http://blog.sqlauthority.com/2011/02/19/sql-server-preemptive-and-non-preemptive-wait-type-day-19-of-28/#comment-407840</link>
		<dc:creator><![CDATA[Carman Decelles]]></dc:creator>
		<pubDate>Tue, 15 Jan 2013 03:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11875#comment-407840</guid>
		<description><![CDATA[Hi Mark, so far no further updates.  It&#039;s happened a second time today, and we will be having a all hands on deck (WinTel, DB and Network team) to go through all possibilities.  dug a little more and found the xp_logininfo is the last call from the hung session.  http://msdn.microsoft.com/en-ca/library/ms190369(v=sql.100).aspx  leads us back to the DC/s restarting.]]></description>
		<content:encoded><![CDATA[<p>Hi Mark, so far no further updates.  It&#8217;s happened a second time today, and we will be having a all hands on deck (WinTel, DB and Network team) to go through all possibilities.  dug a little more and found the xp_logininfo is the last call from the hung session.  <a href="http://msdn.microsoft.com/en-ca/library/ms190369(v=sql.100)" rel="nofollow">http://msdn.microsoft.com/en-ca/library/ms190369(v=sql.100)</a>.aspx  leads us back to the DC/s restarting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Johnson</title>
		<link>http://blog.sqlauthority.com/2011/02/19/sql-server-preemptive-and-non-preemptive-wait-type-day-19-of-28/#comment-407547</link>
		<dc:creator><![CDATA[Mark Johnson]]></dc:creator>
		<pubDate>Mon, 14 Jan 2013 11:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11875#comment-407547</guid>
		<description><![CDATA[Hi Carman... Ive got a very similar issue after trying to diable a server audit. did you get anyware with this...??

Thanks, Mark.]]></description>
		<content:encoded><![CDATA[<p>Hi Carman&#8230; Ive got a very similar issue after trying to diable a server audit. did you get anyware with this&#8230;??</p>
<p>Thanks, Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carman</title>
		<link>http://blog.sqlauthority.com/2011/02/19/sql-server-preemptive-and-non-preemptive-wait-type-day-19-of-28/#comment-394983</link>
		<dc:creator><![CDATA[Carman]]></dc:creator>
		<pubDate>Mon, 17 Dec 2012 15:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11875#comment-394983</guid>
		<description><![CDATA[Hello, I&#039;m currently receiving the PREEMPTIVE_OS_AUTHENTICATIONOPS error as well.  We know the cause is due to a Domain Server restart.  However, the process never stops and eventually consumes the TempDB and causes SQL Server to hault.  the transaction is being ran by the SQLAgent - Job Manager by the service account, and is checking the sp_sqlagent_has_Server_Access.  I cannot rollback/kill this transaction.  Only success has been to restart the SQL Services.  This has only been seen in our Dev environment, but today I&#039;m seeing it in Production.  Any further suggestions?]]></description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m currently receiving the PREEMPTIVE_OS_AUTHENTICATIONOPS error as well.  We know the cause is due to a Domain Server restart.  However, the process never stops and eventually consumes the TempDB and causes SQL Server to hault.  the transaction is being ran by the SQLAgent &#8211; Job Manager by the service account, and is checking the sp_sqlagent_has_Server_Access.  I cannot rollback/kill this transaction.  Only success has been to restart the SQL Services.  This has only been seen in our Dev environment, but today I&#8217;m seeing it in Production.  Any further suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant Kumar</title>
		<link>http://blog.sqlauthority.com/2011/02/19/sql-server-preemptive-and-non-preemptive-wait-type-day-19-of-28/#comment-357262</link>
		<dc:creator><![CDATA[Prashant Kumar]]></dc:creator>
		<pubDate>Mon, 08 Oct 2012 09:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11875#comment-357262</guid>
		<description><![CDATA[PREEMPTIVE_OS_AUTHENTICATIONOPS indicates a wait for authentication from one of the Domain Controllers
.]]></description>
		<content:encoded><![CDATA[<p>PREEMPTIVE_OS_AUTHENTICATIONOPS indicates a wait for authentication from one of the Domain Controllers<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomas nelson</title>
		<link>http://blog.sqlauthority.com/2011/02/19/sql-server-preemptive-and-non-preemptive-wait-type-day-19-of-28/#comment-306128</link>
		<dc:creator><![CDATA[tomas nelson]]></dc:creator>
		<pubDate>Tue, 26 Jun 2012 16:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11875#comment-306128</guid>
		<description><![CDATA[Hi Dave,

I am having problems with distributed querys and i only seeing the following wait type;;

PREEMPTIVE_OS_AUTHENTICATIONOPS

This type wait is related to MS DTC ????????]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I am having problems with distributed querys and i only seeing the following wait type;;</p>
<p>PREEMPTIVE_OS_AUTHENTICATIONOPS</p>
<p>This type wait is related to MS DTC ????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akhil393</title>
		<link>http://blog.sqlauthority.com/2011/02/19/sql-server-preemptive-and-non-preemptive-wait-type-day-19-of-28/#comment-232483</link>
		<dc:creator><![CDATA[akhil393]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 15:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11875#comment-232483</guid>
		<description><![CDATA[Hi Dave, 

Your book SQL server Waits stats Joes 2 pros, is a very good book I really liked it

I have a small question, as you said Sql server by default is non- premeptive mode(Co operative mode) 
I executed a query in one session which suppose to take some time to execute

in an another session I queried SYS.SYSPROCESSSES with spid as current session and previous session 

What I found was for previous session the wait type was Preemptive , and status was runnable, which should be non preemptive and runnable according to our disscussion note (query in the previous session was still executing)

I am using SQL server 2008

can you please explain sir

Thank you]]></description>
		<content:encoded><![CDATA[<p>Hi Dave, </p>
<p>Your book SQL server Waits stats Joes 2 pros, is a very good book I really liked it</p>
<p>I have a small question, as you said Sql server by default is non- premeptive mode(Co operative mode)<br />
I executed a query in one session which suppose to take some time to execute</p>
<p>in an another session I queried SYS.SYSPROCESSSES with spid as current session and previous session </p>
<p>What I found was for previous session the wait type was Preemptive , and status was runnable, which should be non preemptive and runnable according to our disscussion note (query in the previous session was still executing)</p>
<p>I am using SQL server 2008</p>
<p>can you please explain sir</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D4v1d14N_SQL</title>
		<link>http://blog.sqlauthority.com/2011/02/19/sql-server-preemptive-and-non-preemptive-wait-type-day-19-of-28/#comment-122404</link>
		<dc:creator><![CDATA[D4v1d14N_SQL]]></dc:creator>
		<pubDate>Tue, 08 Mar 2011 11:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11875#comment-122404</guid>
		<description><![CDATA[Hi Dave,

I am seeing on quite some new SQL 2008 R1 clusters the following wait typ;

wait_type	wait_time_s	pct	running_pct
PREEMPTIVE_OS_AUTHENTICATIONOPS	7528.53	11.56	35.52

The servers are hosting the sharepoint databases of our enterprise. I have no clue how to debug this further.


Nice blog you have!]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I am seeing on quite some new SQL 2008 R1 clusters the following wait typ;</p>
<p>wait_type	wait_time_s	pct	running_pct<br />
PREEMPTIVE_OS_AUTHENTICATIONOPS	7528.53	11.56	35.52</p>
<p>The servers are hosting the sharepoint databases of our enterprise. I have no clue how to debug this further.</p>
<p>Nice blog you have!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
