Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Content with tag
Transaction Log
Refine your search with one of the following additional tags (with number of items):
Administration
(4)
Disaster Recovery
(2)
point-in-time
(1)
Backup / Restore
(3)
Design and Theory
(1)
Shrink Database
(1)
Backup and Recovery
(3)
Management
(1)
Items 1 to 15 of 15
Managing Transaction Logs in SQL Server
The Transaction Log provides the means by which either the complete set of tasks of a database transaction are performed or none of them are. It ensures that , via rollback, only valid data is written out to the database, and it allows transactions to be played back to recreate the system state right before a failure. Robert Sheldon explains the various basic tasks involved in managing the transaction log.
Read more...
By
Additional Articles
2009/11/23
|
Source:
SimpleTalk
|
Category:
Transaction Log
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2 reads
Introduction to the Transaction Log
The transaction log is a fairly complex construct in SQL Server and present in every database installation. New author James Rea brings us a great introduction to how the log works and how to maintain it.
Read more...
By
James Rea
2009/11/06 (first published: 2008/07/02)
|
Source:
SQLServerCentral.com
|
Category:
Design and Theory
Rating:
|
Discuss
|
Briefcase
|
28,858 reads
Backup Both Full and TLog Database Backup within a single Job
This script is basically used in SQL Server 2005/2008 as that version not having the option to perform the same activity in the single window.
Read more...
By
Nitin Gupta
2009/08/11
|
Source:
SQLServerCentral.com
|
Category:
Backup / Restore
Rating:
|
Discuss
|
Briefcase
|
817 reads
A Story of the Deleted Transaction Log
James DiMauro brings us a story of how a transaction log was deleted and then recreated. (from July 2008)
Read more...
By
James DiMauro
2009/08/07 (first published: 2008/07/14)
|
Source:
SQLServerCentral.com
|
Category:
Disaster Recovery
Rating:
|
Discuss
|
Briefcase
|
19,114 reads
Move SQL Server transaction log files to a different location via T-SQL and SSMS
I am planning on moving the SQL Server log file of my production database on this drive. I am curious about how it will optimize the performance. What are some of the considerations I should take into account and how can I move the SQL Server database log file to a separate physical location?
Read more...
By
Additional Articles
2009/07/02
|
Source:
MSSQLTips.com
|
Category:
Administration
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,720 reads
Determining the source of full transaction logs
Many DBAs at some point have had to deal with a full transaction log. Check out these steps for finding the cause to quickly solve the problem.
Read more...
By
Additional Articles
2009/06/15
|
Source:
SearchSQLServer
|
Category:
Transaction Log
Rating:
Rate this
|
Briefcase
|
3,054 reads
Full Transaction log
One of the common questions often asked online is how to respond to a full transaction log. New author Krishna Potlakayala brings us a few techniques for dealing with this.
Read more...
By
Krishna
2009/03/18
|
Source:
SQLServerCentral.com
|
Category:
Transaction Log
Rating:
|
Discuss
|
Briefcase
|
10,860 reads
Can you shrink your transaction log files to death?
can undermine server performance. An expert runs various tests to determine how transaction log file size responds to various T-SQL commands.
Read more...
By
Additional Articles
2009/02/23
|
Source:
SearchSQLServer
|
Category:
Transaction Log
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,617 reads
Transaction Log Growth, do you need it?
One of the most common questions asked about SQL Server has to do with the transaction log and why does it grow. James Rea brings us a good explanation here of what happens and what you should do about it.
Read more...
By
James Rea
2009/01/05
|
Source:
SQLServerCentral.com
|
Category:
Transaction Log
Rating:
|
Discuss
|
Briefcase
|
14,920 reads
DB Recovery
Read more...
By
smthembu
2008/12/17
|
Category:
Backup and Recovery
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
3,182 reads
Restore Transaction Logs for Point in Time Recovery
This article shows how a database can be restored to achieve point in time recovery
Read more...
By
Additional Articles
2008/11/12
|
Source:
SQL Server Performance
|
Category:
Backup / Restore
Rating:
Rate this
|
Briefcase
|
2,065 reads
Help! My SQL Server Log File is too big!
Over the years, I have assisted so many different clients whose transactional log file has become "too large" that I thought it would be helpful to write about it. The issue can be a system crippling problem, but can be easily avoided. Today I'll look at what causes your transaction logs to grow too large, and what you can do to curb the problem.
Read more...
By
Additional Articles
2008/10/28
|
Source:
Builder.com
|
Category:
Transaction Log
Rating:
Rate this
|
Briefcase
|
6,173 reads
SQL Server Sanity: Maintain Healthy Transaction Logs for Easy Data Recovery
Learn how executing frequent backups and maintaining healthy transaction logs in SQL Server leads to quick recovery. Failing to do so can mean having to re-enter a lot of data.
Read more...
By
Additional Articles
2008/10/20
|
Source:
DevX
|
Category:
Transaction Log
Rating:
Rate this
|
Briefcase
|
2,216 reads
A Story of the Deleted Transaction Log
James DiMauro brings us a story of how a transaction log was deleted and then recreated. (from July 2008)
Read more...
By
James DiMauro
2009/08/07 (first published: 2008/07/14)
|
Source:
SQLServerCentral.com
|
Category:
Disaster Recovery
Rating:
|
Discuss
|
Briefcase
|
19,114 reads
Introduction to the Transaction Log
The transaction log is a fairly complex construct in SQL Server and present in every database installation. New author James Rea brings us a great introduction to how the log works and how to maintain it.
Read more...
By
James Rea
2009/11/06 (first published: 2008/07/02)
|
Source:
SQLServerCentral.com
|
Category:
Design and Theory
Rating:
|
Discuss
|
Briefcase
|
28,858 reads
Items 1 to 15 of 15
Most popular
A Story of the Deleted Transaction Log
James DiMauro brings us a story of how a transaction log was deleted and then recreated. (from July 2008)
Read more...
By
James DiMauro
2009/08/07 (first published: 2008/07/14)
|
Source:
SQLServerCentral.com
|
Category:
Disaster Recovery
Rating:
|
Discuss
|
Briefcase
|
19,114 reads
Transaction Log Growth, do you need it?
One of the most common questions asked about SQL Server has to do with the transaction log and why does it grow. James Rea brings us a good explanation here of what happens and what you should do about it.
Read more...
By
James Rea
2009/01/05
|
Source:
SQLServerCentral.com
|
Category:
Transaction Log
Rating:
|
Discuss
|
Briefcase
|
14,920 reads
Introduction to the Transaction Log
The transaction log is a fairly complex construct in SQL Server and present in every database installation. New author James Rea brings us a great introduction to how the log works and how to maintain it.
Read more...
By
James Rea
2009/11/06 (first published: 2008/07/02)
|
Source:
SQLServerCentral.com
|
Category:
Design and Theory
Rating:
|
Discuss
|
Briefcase
|
28,858 reads
Copyright © 2002-2009 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use