<?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 Tom&#039;s blog</title>
	<atom:link href="http://synsol.eu/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://synsol.eu/blog</link>
	<description>Thoughts about SQL and related stuff...</description>
	<lastBuildDate>Wed, 12 Oct 2011 20:22:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Clustered SQL Server 2008 SP1: services not starting by Joe</title>
		<link>http://synsol.eu/blog/2009/12/clustered-sql-server-2008-sp1-services-not-starting/#comment-152</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 12 Oct 2011 20:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://synsol.eu/blog/?p=132#comment-152</guid>
		<description>Thanks for the info.  I was having this problem with SQL 2008R2 on a Windows 2008R2 cluster and the second option (BackConnectionHostNames) worked perfectly!  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for the info.  I was having this problem with SQL 2008R2 on a Windows 2008R2 cluster and the second option (BackConnectionHostNames) worked perfectly!  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error installing SQL 2008 geo cluster: rule &#8220;Cluster shared disk available check&#8221; failed by Oliver</title>
		<link>http://synsol.eu/blog/2009/11/error-installing-sql-2008-geo-cluster-rule-cluster-shared-disk-available-check-failed/#comment-151</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Thu, 22 Sep 2011 08:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://synsol.eu/blog/2009/11/error-installing-sql-2008-geo-cluster-rule-cluster-shared-disk-available-check-failed/#comment-151</guid>
		<description>Hi,

for me the following link helped:
http://support.microsoft.com/kb/953748</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>for me the following link helped:<br />
<a href="http://support.microsoft.com/kb/953748" rel="nofollow">http://support.microsoft.com/kb/953748</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error &#8220;System Assertion Check has failed&#8221; Msg 3624, Level 17, State 1 when trying to do a log restore with the STOPATMARK option in SQL 2008 by MJE</title>
		<link>http://synsol.eu/blog/2011/06/error-system-assertion-check-has-failed-msg-3624-level-17-state-1-when-trying-to-do-a-log-restore-with-the-stopatmark-option-in-sql-2008/#comment-150</link>
		<dc:creator>MJE</dc:creator>
		<pubDate>Thu, 15 Sep 2011 17:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://synsol.eu/blog/2011/06/error-system-assertion-check-has-failed-msg-3624-level-17-state-1-when-trying-to-do-a-log-restore-with-the-stopatmark-option-in-sql-2008/#comment-150</guid>
		<description>My previous post was missing values:::
I am not sure if a solution was found for this.
I updated my SS2008R2 instance to SP1, but continued to maintain the same issue.
My solution was to Select the contents of the table causing the issue into a new table (OldTable_00).
Rename the Old Table (OldTable_).
Rename newly created table to the old name (OldTable), moved the FK relationships from (OldTable_) to newly created/renamed (OldTable).
Placed the Primary Key on the newly created/renamed (OldTable).
Ran my query again….TaDa!!!
all working now.
This may not be your solution, but it worked in my case.</description>
		<content:encoded><![CDATA[<p>My previous post was missing values:::<br />
I am not sure if a solution was found for this.<br />
I updated my SS2008R2 instance to SP1, but continued to maintain the same issue.<br />
My solution was to Select the contents of the table causing the issue into a new table (OldTable_00).<br />
Rename the Old Table (OldTable_).<br />
Rename newly created table to the old name (OldTable), moved the FK relationships from (OldTable_) to newly created/renamed (OldTable).<br />
Placed the Primary Key on the newly created/renamed (OldTable).<br />
Ran my query again….TaDa!!!<br />
all working now.<br />
This may not be your solution, but it worked in my case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error &#8220;System Assertion Check has failed&#8221; Msg 3624, Level 17, State 1 when trying to do a log restore with the STOPATMARK option in SQL 2008 by MJE</title>
		<link>http://synsol.eu/blog/2011/06/error-system-assertion-check-has-failed-msg-3624-level-17-state-1-when-trying-to-do-a-log-restore-with-the-stopatmark-option-in-sql-2008/#comment-149</link>
		<dc:creator>MJE</dc:creator>
		<pubDate>Thu, 15 Sep 2011 17:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://synsol.eu/blog/2011/06/error-system-assertion-check-has-failed-msg-3624-level-17-state-1-when-trying-to-do-a-log-restore-with-the-stopatmark-option-in-sql-2008/#comment-149</guid>
		<description>I am not sure if a solution was found for this.
I updated my SS2008R2 instance to SP1, but continued to maintain the same issue.
My solution was to Select the contents of the table causing the issue into a new table &lt;&gt;.
Rename the Old Table&lt;&gt;.
Rename &lt;&gt; to &lt;&gt;, moved the FK relationships from &lt;&gt; to newly created/renamed &lt;&gt;.
Placed the Primary Key on the newly created/renamed &lt;&gt;.
Ran my query again....TaDa!!!
all working now.

This may not be your solution, but it worked in my case.</description>
		<content:encoded><![CDATA[<p>I am not sure if a solution was found for this.<br />
I updated my SS2008R2 instance to SP1, but continued to maintain the same issue.<br />
My solution was to Select the contents of the table causing the issue into a new table &lt;&gt;.<br />
Rename the Old Table&lt;&gt;.<br />
Rename &lt;&gt; to &lt;&gt;, moved the FK relationships from &lt;&gt; to newly created/renamed &lt;&gt;.<br />
Placed the Primary Key on the newly created/renamed &lt;&gt;.<br />
Ran my query again&#8230;.TaDa!!!<br />
all working now.</p>
<p>This may not be your solution, but it worked in my case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error &#8220;System Assertion Check has failed&#8221; Msg 3624, Level 17, State 1 when trying to do a log restore with the STOPATMARK option in SQL 2008 by Chris</title>
		<link>http://synsol.eu/blog/2011/06/error-system-assertion-check-has-failed-msg-3624-level-17-state-1-when-trying-to-do-a-log-restore-with-the-stopatmark-option-in-sql-2008/#comment-148</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 29 Jun 2011 19:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://synsol.eu/blog/2011/06/error-system-assertion-check-has-failed-msg-3624-level-17-state-1-when-trying-to-do-a-log-restore-with-the-stopatmark-option-in-sql-2008/#comment-148</guid>
		<description>Tom,

Did you ever get any resolution on this?  I&#039;ve been pulling my hair out with the same error message except that it&#039;s being reported after a database restore.  I&#039;ve searched all over the place and it appears that the same error will result from a bunch of different things, all of which are likely a result of the same underlying problem.  

I&#039;ve you&#039;ve received any decent support or information I would be VERY interested in finding out about it.

Thanks</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Did you ever get any resolution on this?  I&#8217;ve been pulling my hair out with the same error message except that it&#8217;s being reported after a database restore.  I&#8217;ve searched all over the place and it appears that the same error will result from a bunch of different things, all of which are likely a result of the same underlying problem.  </p>
<p>I&#8217;ve you&#8217;ve received any decent support or information I would be VERY interested in finding out about it.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Clustered Instances automatic Max Server Memory settings by doro</title>
		<link>http://synsol.eu/blog/2011/03/sql-clustered-instances-automatic-max-server-memory-settings/#comment-147</link>
		<dc:creator>doro</dc:creator>
		<pubDate>Fri, 10 Jun 2011 14:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://synsol.eu/blog/2011/03/sql-clustered-instances-automatic-max-server-memory-settings/#comment-147</guid>
		<description>great job!!</description>
		<content:encoded><![CDATA[<p>great job!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Presentation Belgian SQL Users Group: SQL Server Forensics &#8211; Playing CSI with a database by SQLUG.be</title>
		<link>http://synsol.eu/blog/2011/03/presentation-belgian-sql-users-group-sql-server-forensics-playing-csi-with-a-database/#comment-144</link>
		<dc:creator>SQLUG.be</dc:creator>
		<pubDate>Tue, 08 Mar 2011 18:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://synsol.eu/blog/2011/03/presentation-belgian-sql-users-group-sql-server-forensics-playing-csi-with-a-database/#comment-144</guid>
		<description>[...] out Tom Van Zele&#039;s&#160;blog&#160;and download the [...]</description>
		<content:encoded><![CDATA[<p>[...] out Tom Van Zele&#039;s&nbsp;blog&nbsp;and download the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure logging in Kaspersky&#8217;s server anti-virus products by mike</title>
		<link>http://synsol.eu/blog/2009/06/configure-logging-in-kaspersky-server-anti-virus-products/#comment-138</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 29 Dec 2010 07:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://synsol.eu/blog/?p=63#comment-138</guid>
		<description>G-Data Antivirus -While at the #1 spot, the tests done by PC World shows that it definitely swept away most of the malware found on the computer, and they liked its clean interface. However, they did find that it offered little instruction and guidance when working with other software.&lt;a href=&quot;http://www.antivirus-review.org/&quot; / rel=&quot;nofollow&quot;&gt; antivirus review &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>G-Data Antivirus -While at the #1 spot, the tests done by PC World shows that it definitely swept away most of the malware found on the computer, and they liked its clean interface. However, they did find that it offered little instruction and guidance when working with other software.<a href="http://www.antivirus-review.org/" / rel="nofollow"> antivirus review </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detailed Step-by-Step guide to create an HA/DR configuration in Denali CTP1 by Tweets that mention Detailed Step-by-Step guide to create an HA/DR configuration in Denali CTP1 - Tom's blog -- Topsy.com</title>
		<link>http://synsol.eu/blog/2010/11/detailed-step-by-step-guide-to-create-an-hadr-configuration-in-denali-ctp1/#comment-123</link>
		<dc:creator>Tweets that mention Detailed Step-by-Step guide to create an HA/DR configuration in Denali CTP1 - Tom's blog -- Topsy.com</dc:creator>
		<pubDate>Fri, 19 Nov 2010 11:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://synsol.eu/blog/2010/11/detailed-step-by-step-guide-to-create-an-hadr-configuration-in-denali-ctp1/#comment-123</guid>
		<description>[...] This post was mentioned on Twitter by VM Digest, Tom Van Zele. Tom Van Zele said: [blog] Detailed Step-by-Step guide to create an HA/DR configuration in Denali CTP1 http://goo.gl/fb/kNXpB [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by VM Digest, Tom Van Zele. Tom Van Zele said: [blog] Detailed Step-by-Step guide to create an HA/DR configuration in Denali CTP1 <a href="http://goo.gl/fb/kNXpB" rel="nofollow">http://goo.gl/fb/kNXpB</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CTP1 for SQL &#8216;Denali&#8217; available for download by Detailed Step-by-Step guide to create an HA/DR configuration in Denali CTP1 - Tom&#039;s blog</title>
		<link>http://synsol.eu/blog/2010/11/ctp1-for-sql-denali-available-for-download/#comment-122</link>
		<dc:creator>Detailed Step-by-Step guide to create an HA/DR configuration in Denali CTP1 - Tom&#039;s blog</dc:creator>
		<pubDate>Fri, 19 Nov 2010 10:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://synsol.eu/blog/2010/11/ctp1-for-sql-denali-available-for-download/#comment-122</guid>
		<description>[...] Detailed Step-by-Step guide to create an HA/DR configuration in Denali CTP1  Nov.19, 2010 in High Availability, SQL, SQL vNext - Denali  In this guide, I will instruct step-by-step on how to create an HADR configuration between Denali SQL servers. For more information about this new high availability type see my post: CTP1 for SQL ‘Denali’ available for download [...]</description>
		<content:encoded><![CDATA[<p>[...] Detailed Step-by-Step guide to create an HA/DR configuration in Denali CTP1  Nov.19, 2010 in High Availability, SQL, SQL vNext &#8211; Denali  In this guide, I will instruct step-by-step on how to create an HADR configuration between Denali SQL servers. For more information about this new high availability type see my post: CTP1 for SQL ‘Denali’ available for download [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

