<?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"
	>
<channel>
	<title>Comments on: Transaction Log - SQL Server 2005</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/transaction-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/transaction-log/</link>
	<description></description>
	<pubDate>Fri, 27 Nov 2009 09:25:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Hydra</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transaction-log/#comment-64687</link>
		<dc:creator>Hydra</dc:creator>
		<pubDate>Tue, 23 Jun 2009 20:06:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-64687</guid>
		<description>Thanks Mr. Denny, I used the msdb.
select bs.backup_start_date,
      bs.first_lsn,
      bs.last_lsn,
      bs.checkpoint_lsn
from dbo.backupset bs
where bs.database_name = 'YourDatabaseNameHere'
      and bs.backup_set_id &#62; (select max(backup_set_id) from dbo.backupset where database_name = bs.database_name and type = 'D')</description>
		<content:encoded><![CDATA[<p>Thanks Mr. Denny, I used the msdb.<br />
select bs.backup_start_date,<br />
      bs.first_lsn,<br />
      bs.last_lsn,<br />
      bs.checkpoint_lsn<br />
from dbo.backupset bs<br />
where bs.database_name = &#8216;YourDatabaseNameHere&#8217;<br />
      and bs.backup_set_id &gt; (select max(backup_set_id) from dbo.backupset where database_name = bs.database_name and type = &#8216;D&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hydra</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transaction-log/#comment-64683</link>
		<dc:creator>Hydra</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:19:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-64683</guid>
		<description>what i want to do is pull the last lsn number applied to the database to view with a tsql statement, is there a way to do that? And also i want to pull the lsn to view from the transaction log using tsql</description>
		<content:encoded><![CDATA[<p>what i want to do is pull the last lsn number applied to the database to view with a tsql statement, is there a way to do that? And also i want to pull the lsn to view from the transaction log using tsql</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->