<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technical Notes&#187; backup transaction log</title>
	<atom:link href="http://technotes.towardsjob.com/tag/backup-transaction-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.towardsjob.com</link>
	<description>Technical Notes about Oracle, DotNet, Java, SQL Server, XML and UNIX</description>
	<lastBuildDate>Tue, 18 May 2010 01:45:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>(DBA TIPS) Maintenance Plan to avoid Transaction log file growth</title>
		<link>http://technotes.towardsjob.com/sql-server/dba-tips-maintenance-plan-to-avoid-transaction-log-file-growth/</link>
		<comments>http://technotes.towardsjob.com/sql-server/dba-tips-maintenance-plan-to-avoid-transaction-log-file-growth/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 13:30:53 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[backup transaction log]]></category>
		<category><![CDATA[shrink transaction log]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server Maintenance Plan]]></category>
		<category><![CDATA[truncate transaction log]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/dba-tips-maintenance-plan-to-avoid-transaction-log-file-growth/</guid>
		<description><![CDATA[General problem faced by most the database server is growth in transaction log file. This causes less free memory space on database server. 
To recover from a situation where the transaction logs grow to an unacceptable limit, you must reduce the size of the transaction logs. To do this, you must truncate the inactive transactions [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/sql-server-2005-dba-checklist/' rel='bookmark' title='Permanent Link: SQL Server 2005 database DBA Checklist for database administrator'>SQL Server 2005 database DBA Checklist for database administrator</a> <small>This article provides SQL Server 2005 database DBA Checklist for database administrator. The objective is to provide Check list for database administrator Overcome existing database server issues like CPU Utilization more (95%), growth in transaction log Database Performance (CUP Utilization) SQL Server 2005 database is 64 bit, its basic feature...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/backup-and-restore-transaction-log-in-sql-server/' rel='bookmark' title='Permanent Link: Backup and Restore Transaction Log in SQL Server'>Backup and Restore Transaction Log in SQL Server</a> <small>This article covers the basics of Transaction Log backups and restores in SQL Server. The examples are from SQL Server 2008 however it applies to SQL Server 2005. If a database uses either the full or bulk-logged recovery model, you must back up the transaction log regularly enough to protect...</small></li>
<li><a href='http://technotes.towardsjob.com/dotnet/ado-net-tipstransaction-scope/' rel='bookmark' title='Permanent Link: [ADO.Net Tips]Transaction Scope'>[ADO.Net Tips]Transaction Scope</a> <small>Purpose: Transaction Scope is very helpful to maintain transaction across multiple Connection.&#160; Even when the connections are to two different database. Usage: Transaction Scope is generally used, when we need to perform ACID actions across various connection as one batch…&#160; (ie… If one action in any one [...]...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/dba-tips-maintenance-plan-to-avoid-transaction-log-file-growth/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backup and Restore Transaction Log in SQL Server</title>
		<link>http://technotes.towardsjob.com/sql-server/backup-and-restore-transaction-log-in-sql-server/</link>
		<comments>http://technotes.towardsjob.com/sql-server/backup-and-restore-transaction-log-in-sql-server/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:18:00 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[backup transaction log]]></category>
		<category><![CDATA[log backup]]></category>
		<category><![CDATA[restore transaction log]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server Backup]]></category>
		<category><![CDATA[SSMS Backup]]></category>
		<category><![CDATA[Transaction log backup]]></category>
		<category><![CDATA[TSQL Backup]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/backup-and-restore-transaction-log-in-sql-server/</guid>
		<description><![CDATA[This article covers the basics of Transaction Log backups and restores in SQL Server. The examples are from SQL Server 2008 however it applies to SQL Server 2005. If a database uses either the full or bulk-logged recovery model, you must back up the transaction log regularly enough to protect your data and to keep the transaction log from filling.


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/dba-tips-maintenance-plan-to-avoid-transaction-log-file-growth/' rel='bookmark' title='Permanent Link: (DBA TIPS) Maintenance Plan to avoid Transaction log file growth'>(DBA TIPS) Maintenance Plan to avoid Transaction log file growth</a> <small>General problem faced by most the database server is growth in transaction log file. This causes less free memory space on database server. To recover from a situation where the transaction logs grow to an unacceptable limit, you must reduce the size of the transaction logs. To do this, you...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/split-backup-files-while-backup-and-restore-sql-server-database/' rel='bookmark' title='Permanent Link: Split Backup Files while Backup and Restore SQL Server Database'>Split Backup Files while Backup and Restore SQL Server Database</a> <small>Just a day before working on one of the projects, I had to take a backup of one database of 30 GB. My hard drive lacked sufficient space at that moment. Fortunately, I had two 16 GB USB Drives with me. Now, the question was how to take a backup...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/backup-sql-server-database-using-ssms/' rel='bookmark' title='Permanent Link: Backup SQL Server Database using SSMS'>Backup SQL Server Database using SSMS</a> <small>Once you are started using SQL Server database for your application, you need to start taking database backups regularly. If it may be a development database or production database, you should take backups in a timely manner. Because if your information get loss, that brings you in loss. We cannot...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/backup-and-restore-transaction-log-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>