<?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 SQL Server, SQLPS, and Life</title>
	<atom:link href="http://www.sqlps.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlps.com/blog</link>
	<description>Argenis Fernandez - DBA by day, scripter by night</description>
	<lastBuildDate>Sat, 10 Oct 2009 02:02:31 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SQL University: Backups and Restores &#8211; Recovery Models by Chuck Lathrope</title>
		<link>http://www.sqlps.com/blog/archive/2009/10/sql-university-backups-and-restores-recovery-models/comment-page-1/#comment-93</link>
		<dc:creator>Chuck Lathrope</dc:creator>
		<pubDate>Sat, 10 Oct 2009 02:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlps.com/blog/?p=145#comment-93</guid>
		<description>Hey fellow SQL people, I have finally posted my massive SQL backup scripts that are 1000% better than default maintenance plans that SQL comes with. &lt;a href=&quot;http://www.sqlwebpedia.com/content/ultimate-ms-sql-backup-script&quot; title=&quot;Check out the Ultimate MS SQL Backup scripts.&quot; rel=&quot;nofollow&quot;&gt;

-Chuck Lathrope
@SQLGuyChuck</description>
		<content:encoded><![CDATA[<p>Hey fellow SQL people, I have finally posted my massive SQL backup scripts that are 1000% better than default maintenance plans that SQL comes with. <a href="http://www.sqlwebpedia.com/content/ultimate-ms-sql-backup-script" title="Check out the Ultimate MS SQL Backup scripts." rel="nofollow"></p>
<p>-Chuck Lathrope<br />
@SQLGuyChuck</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL University: Backups and Restores &#8211; Recovery Models by Paul Randal</title>
		<link>http://www.sqlps.com/blog/archive/2009/10/sql-university-backups-and-restores-recovery-models/comment-page-1/#comment-90</link>
		<dc:creator>Paul Randal</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlps.com/blog/?p=145#comment-90</guid>
		<description>Couple of clarifications:
1) the amount of transaction log generated in the SIMPLE and BULK_LOGGED recovery models is exactly the same. Only difference is that the log can be cleared (if possible) on a checkpoint, rather than waiting for a log backup. The log space can only be marked as unused once an entire VLF doesn&#039;t contain any active log records, not just because the data pages that the log records affected have been written to the data files.
2) minimally-logged operations do generate transaction log in the BULK_LOGGED recovery model, just not anywhere near as much as when fully-logged
3) point-in-time recovery is available in the BULK_LOGGED recovery model, but not at any point in a log backup that contains a minimally-logged operation.
4) in any recovery model, it&#039;s not just a checkpoint or log backup that says when transaction log records are no longer required - you need to consider database mirroring send queues, transactional replication log reader, change data capture, *other* active transactions preventing log records from committed transactions being overwritten.

You can find a good primer on log architecture and recovery model behavior in the TechNet Magazine article I wrote on Understanding Logging and Recovery in SQL Server: http://technet.microsoft.com/en-us/magazine/2009.02.logging.aspx

Thanks</description>
		<content:encoded><![CDATA[<p>Couple of clarifications:<br />
1) the amount of transaction log generated in the SIMPLE and BULK_LOGGED recovery models is exactly the same. Only difference is that the log can be cleared (if possible) on a checkpoint, rather than waiting for a log backup. The log space can only be marked as unused once an entire VLF doesn&#8217;t contain any active log records, not just because the data pages that the log records affected have been written to the data files.<br />
2) minimally-logged operations do generate transaction log in the BULK_LOGGED recovery model, just not anywhere near as much as when fully-logged<br />
3) point-in-time recovery is available in the BULK_LOGGED recovery model, but not at any point in a log backup that contains a minimally-logged operation.<br />
4) in any recovery model, it&#8217;s not just a checkpoint or log backup that says when transaction log records are no longer required &#8211; you need to consider database mirroring send queues, transactional replication log reader, change data capture, *other* active transactions preventing log records from committed transactions being overwritten.</p>
<p>You can find a good primer on log architecture and recovery model behavior in the TechNet Magazine article I wrote on Understanding Logging and Recovery in SQL Server: <a href="http://technet.microsoft.com/en-us/magazine/2009.02.logging.aspx" rel="nofollow">http://technet.microsoft.com/en-us/magazine/2009.02.logging.aspx</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server-level Trigger to Notify on SQL Login Changes (Including Password Changes) by Tweets that mention Server-level Trigger to Notify on SQL Password Changes &#124; SQL Server, SQLPS, and Life -- Topsy.com</title>
		<link>http://www.sqlps.com/blog/archive/2009/09/server-level-trigger-to-notify-on-sql-password-changes/comment-page-1/#comment-77</link>
		<dc:creator>Tweets that mention Server-level Trigger to Notify on SQL Password Changes &#124; SQL Server, SQLPS, and Life -- Topsy.com</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlps.com/blog/?p=104#comment-77</guid>
		<description>[...] This post was mentioned on Twitter by afernandez and Tampa Bay SSUG. Tampa Bay SSUG said: RT @afernandez: [New Blog Post] Server-level Trigger to Notify on SQL Password Changes http://bit.ly/42QG2c #SQLServer [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by afernandez and Tampa Bay SSUG. Tampa Bay SSUG said: RT @afernandez: [New Blog Post] Server-level Trigger to Notify on SQL Password Changes <a href="http://bit.ly/42QG2c" rel="nofollow">http://bit.ly/42QG2c</a> #SQLServer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server-level Trigger to Notify on SQL Login Changes (Including Password Changes) by Tim Benninghoff</title>
		<link>http://www.sqlps.com/blog/archive/2009/09/server-level-trigger-to-notify-on-sql-password-changes/comment-page-1/#comment-76</link>
		<dc:creator>Tim Benninghoff</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlps.com/blog/?p=104#comment-76</guid>
		<description>Bear in mind that this trigger isn&#039;t strictly for password changes.  You&#039;ll also receive notification if the default database or language is changed for those logins, if the login is disabled or enabled, etc.  Basically, any changes that you might make on the General or Status pages of the Login Properties in SSMS will fire this trigger.</description>
		<content:encoded><![CDATA[<p>Bear in mind that this trigger isn&#8217;t strictly for password changes.  You&#8217;ll also receive notification if the default database or language is changed for those logins, if the login is disabled or enabled, etc.  Basically, any changes that you might make on the General or Status pages of the Login Properties in SSMS will fire this trigger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Service Accounts and SPNs (Service Named Principals) by Stray__Cat</title>
		<link>http://www.sqlps.com/blog/archive/2009/09/sql-service-accounts-and-spns-service-named-principals/comment-page-1/#comment-29</link>
		<dc:creator>Stray__Cat</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlps.com/blog/?p=78#comment-29</guid>
		<description>Actually I finally understood the concept. I still do not see how it could possibly work but I know that&#039;s my brain that does not develop the right neuronal connections!

Many Thanks!</description>
		<content:encoded><![CDATA[<p>Actually I finally understood the concept. I still do not see how it could possibly work but I know that&#8217;s my brain that does not develop the right neuronal connections!</p>
<p>Many Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Service Accounts and SPNs (Service Named Principals) by Tweets that mention SQL Service Accounts and SPNs (Service Named Principals) &#124; SQL Server, SQLPS, and Life -- Topsy.com</title>
		<link>http://www.sqlps.com/blog/archive/2009/09/sql-service-accounts-and-spns-service-named-principals/comment-page-1/#comment-28</link>
		<dc:creator>Tweets that mention SQL Service Accounts and SPNs (Service Named Principals) &#124; SQL Server, SQLPS, and Life -- Topsy.com</dc:creator>
		<pubDate>Thu, 10 Sep 2009 07:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlps.com/blog/?p=78#comment-28</guid>
		<description>[...] This post was mentioned on Twitter by afernandez and Tampa Bay SSUG. afernandez said: [NEW BLOG POST] SQL Service Accounts and SPNs (Service Named Principals) http://bit.ly/3XcdeR #SQLServer [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by afernandez and Tampa Bay SSUG. afernandez said: [NEW BLOG POST] SQL Service Accounts and SPNs (Service Named Principals) <a href="http://bit.ly/3XcdeR" rel="nofollow">http://bit.ly/3XcdeR</a> #SQLServer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Service Accounts and SPNs (Service Named Principals) by K. Brian Kelley</title>
		<link>http://www.sqlps.com/blog/archive/2009/09/sql-service-accounts-and-spns-service-named-principals/comment-page-1/#comment-27</link>
		<dc:creator>K. Brian Kelley</dc:creator>
		<pubDate>Thu, 10 Sep 2009 04:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlps.com/blog/?p=78#comment-27</guid>
		<description>This might help:

&lt;a href=&quot;http://www.sqlservercentral.com/articles/Security/65169/&quot; rel=&quot;nofollow&quot;&gt;Configuring Kerberos Authentication&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This might help:</p>
<p><a href="http://www.sqlservercentral.com/articles/Security/65169/" rel="nofollow">Configuring Kerberos Authentication</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Service Accounts and SPNs (Service Named Principals) by Jorge Segarra</title>
		<link>http://www.sqlps.com/blog/archive/2009/09/sql-service-accounts-and-spns-service-named-principals/comment-page-1/#comment-26</link>
		<dc:creator>Jorge Segarra</dc:creator>
		<pubDate>Wed, 09 Sep 2009 21:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlps.com/blog/?p=78#comment-26</guid>
		<description>Great job tackling an annoying and common problem!</description>
		<content:encoded><![CDATA[<p>Great job tackling an annoying and common problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Service Accounts and SPNs (Service Named Principals) by Argenis</title>
		<link>http://www.sqlps.com/blog/archive/2009/09/sql-service-accounts-and-spns-service-named-principals/comment-page-1/#comment-25</link>
		<dc:creator>Argenis</dc:creator>
		<pubDate>Wed, 09 Sep 2009 21:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlps.com/blog/?p=78#comment-25</guid>
		<description>I like &lt;a href=&quot;http://alt.pluralsight.com/wiki/default.aspx/Keith.GuideBook/WhatIsAServicePrincipalNameSPN.html&quot; rel=&quot;nofollow&quot;&gt;this explanation&lt;/a&gt;. Let me know if it helps.</description>
		<content:encoded><![CDATA[<p>I like <a href="http://alt.pluralsight.com/wiki/default.aspx/Keith.GuideBook/WhatIsAServicePrincipalNameSPN.html" rel="nofollow">this explanation</a>. Let me know if it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Service Accounts and SPNs (Service Named Principals) by Stray__Cat</title>
		<link>http://www.sqlps.com/blog/archive/2009/09/sql-service-accounts-and-spns-service-named-principals/comment-page-1/#comment-24</link>
		<dc:creator>Stray__Cat</dc:creator>
		<pubDate>Wed, 09 Sep 2009 21:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlps.com/blog/?p=78#comment-24</guid>
		<description>I miss totally the capacity to understand wat an SPN is. I red a lot on the Internet but I keep not understanding the concept. Is there anybody who is able to explain it clearly?</description>
		<content:encoded><![CDATA[<p>I miss totally the capacity to understand wat an SPN is. I red a lot on the Internet but I keep not understanding the concept. Is there anybody who is able to explain it clearly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
