Re: How to view Transaction Log
From: Ron Talmage (rtalmage@prospice.com)
Date: 09/06/02
- Next message: Ron Talmage: "Re: ?? unable to access SQL Server w/ sa account unless user is Administrator on local machine"
- Previous message: Cindy Gross: "Re: sp_setapprole with third party program using ODBC"
- In reply to: sudindra: "How to view Transaction Log"
- Next in thread: Sreedhar: "Re: undocumented structures"
- Reply: Sreedhar: "Re: undocumented structures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ron Talmage" <rtalmage@prospice.com> Date: Thu, 5 Sep 2002 21:56:33 -0700
Sudinda,
In addition to what BP and Satya said, you can also use the fn_dblog()
function which returns a bit more than the DBCC but less than Log Explorer.
select * from ::fn_dblog(null, null)
But to really understand what the individual operations are, Log Explorer is
the only tool available right now.
Ron
-- Ron Talmage SQL Server MVP "sudindra" <sudindra@rediffmail.com> wrote in message news:5f9501c253fb$ef1e43f0$9be62ecf@tkmsftngxa03... > Dear All, > > How do I view the transaction log of a particular > database in the SQL Server? > > What are the steps involved? > > Thanks in advance, > Sudindra
- Next message: Ron Talmage: "Re: ?? unable to access SQL Server w/ sa account unless user is Administrator on local machine"
- Previous message: Cindy Gross: "Re: sp_setapprole with third party program using ODBC"
- In reply to: sudindra: "How to view Transaction Log"
- Next in thread: Sreedhar: "Re: undocumented structures"
- Reply: Sreedhar: "Re: undocumented structures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]