MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
SQL Server 2005 Log File Viewer -

in Search

SQL Server 2005 Log File Viewer

Last post 04-04-2008 7:06 AM by admin. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 07-14-2006 12:00 AM

    SQL Server 2005 Log File Viewer

    This post is related to this tip: SQL Server 2005 Log File Viewer

    http://www.mssqltips.com/tip.asp?tip=1021

  • 04-03-2008 10:05 PM In reply to

    Re: SQL Server 2005 Log File Viewer

    Hi,

    My query is regarding MS SQL Server Log Files.

    As we know one of the difference between Delete and Truncate is after Delete, all the deleted data logs to log file which is not in case of Truncate.

    If on Delete date goes to log file how we can retrive from it...

     I can find some software available on internet but is there any way from where we can retrive by sql query.

  • 04-04-2008 7:06 AM In reply to

    Re: SQL Server 2005 Log File Viewer

    tushar_kanaujia,

    Thank you for the post.

    This tip relates to the Management Studio tool to review SQL Server, SQL Server Agent, Database Mail and Windows logs, not how truncate or delete statements are logged in a user defined database transaction log.

    To the best of my knowledge vendors have tools to review and/or recover data in a user defined database transaction log.

    This forum post also has some information on the topic - http://blogs.mssqltips.com/forums/t/514.aspx.

    Thank you,
    The MSSQLTips.com Team

Page 1 of 1 (3 items)