 




<?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>IT Answers &#187; backups</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/backups/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 09:23:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Tape Catridges AS400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/tape-catridges-as400/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/tape-catridges-as400/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 17:36:22 +0000</pubDate>
		<dc:creator>qmaster</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[BRMS]]></category>
		<category><![CDATA[Tapes]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by MTidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by MTidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/tape-catridges-as400/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Need help setting Transaction Log properties in SQL Server 2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-help-setting-transaction-log-properties-in-sql-server-2000/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/need-help-setting-transaction-log-properties-in-sql-server-2000/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 15:55:30 +0000</pubDate>
		<dc:creator>KansasCoder</dc:creator>
				<category><![CDATA[backups]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[Transaction logs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;d like some help determining what would be the best settings for my transaction log properties. When our SQL Server 2000 SP4 Database was setup it was done by developers without detailed information regarding all of the possible settings so most settings were left at their defaults. I have been looking at the issues around [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;d like some help determining what would be the best settings for my transaction log properties.</p>
<p>When<br />
our SQL Server 2000 SP4 Database was setup it was done by developers<br />
without detailed information regarding all of the possible settings so<br />
most settings were left at their defaults. </p>
<p>I have been looking<br />
at the issues around setting the Transaction Log File Growth<br />
properties. The default is to grow automatically and to grow by 10%<br />
percent and the maximum File Size is set for unrestricted growth.That<br />
is our current setup. Our transaction log is 19Gb with a 10Mb data file<br />
so something needs addressing. Part of the reason for this growth has<br />
been some recent imports of data from other systems but these were not<br />
so significant in and of themselves. Total bulk loads were maybe 10,000<br />
rows. There were 3 or 4 bulk deletes and reimports of these records but<br />
still not enough to cause such bloat of our ldf file&#8230;I think. </p>
<p>I<br />
found a job that reindexes 35 indexes every night regardless of their<br />
fragmentation. It issues a dbcc dbreindex command and uses 90 for every<br />
fillfactor. I&#8217;m thinking this may also cause disk fragmentation which<br />
may be contributing to the disk latency issues we have been having on<br />
reads and writes.</p>
<p>Clearly that will need to be rethought.<br />
Assuming that is straightened out and we&#8217;re using intelligent<br />
reindexing, what factors would I look at to set an optimal file growth.<br />
Here are some details that of my installation:</p>
<p>mdf = 194,112Kb<br />
ldf = 19,132,224Kb</p>
<p>We<br />
are running an OLTP db with frequent updates and inserts. We are in<br />
Full backup mode with transaction log backups every 15 minutes. Its an<br />
employee intranet where we handle employee timesheets, leave request,<br />
purchase orders&#8230;stuff that folks are partial to ergo the frequent<br />
backups and the FULL mode. We would very much require the transaction<br />
logs in the event that a backup were required.</p>
<p>Our backup sizes are currently 120Mbs and they grow an average of 1MB every 4 days or 5Mbs a month</p>
<p>Other options that are set: Auto Update Statistics, Torn Page Detection and Auto Create Statistics.</p>
<p>That<br />
is the information I have to go by. If there are other datapoints I<br />
could collect please let me know <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Is there a way to find out what the<br />
growth rate of the Transaction logs has been over time? That might be<br />
where to look first huh?</p>
<p>I know frequent growth of the ldf can<br />
cause performance issues if it has to regrow frequently so I don&#8217;t want<br />
to simply shrink the log to its smallest possible size. But I do want<br />
to reclaim space that won&#8217;t be needed for awhile. Just could use some<br />
assistance as to what variables to consider.</p>
<p>We will be moving to SQL Server 2008 in a few months but I&#8217;d still like to get this part figured out before the upgrade.</p>
<p>Thank you very much!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/need-help-setting-transaction-log-properties-in-sql-server-2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/16 queries in 0.102 seconds using memcached
Object Caching 390/424 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 09:29:35 -->