 




<?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; SQL Server maintenance</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server-maintenance/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Performance of very large SQL Server table with millions of rows</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/performance-of-very-large-sql-server-table-with-millions-of-rows/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/performance-of-very-large-sql-server-table-with-millions-of-rows/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 00:57:03 +0000</pubDate>
		<dc:creator>Elhajjh</dc:creator>
				<category><![CDATA[Database design]]></category>
		<category><![CDATA[SQL Server administration]]></category>
		<category><![CDATA[SQL Server database design and modeling]]></category>
		<category><![CDATA[SQL Server maintenance]]></category>
		<category><![CDATA[SQL Server performance]]></category>
		<category><![CDATA[Very Large Databases]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Performance of very large sql server table with millions of rows: - I have a SQL server database - I have more than 200 tables in the database - I have one table that contains information on every row in all the tables. So this table will have millions of rows (Let us name it [...]]]></description>
				<content:encoded><![CDATA[<p>Performance of very large sql server table with millions of rows:</p>
<p>-	I have a SQL server database<br />
-	I have more than 200 tables in the database<br />
-	I have one table that contains information on every row in all the tables. So this table will have millions of rows (Let us name it Bigtable)<br />
-	Any data modification (insert, update, delete) on any row in any table in the database will make the same operation on the relevant row in the Bigtable, so we have a lot of data modifications in this table,<br />
-	Any query on any table will join Bigtable to get relevant data from the Bigtable. (so there will be a lot of joins to Bigtable</p>
<p>MY QUESTION: is there a problem with such a design; What about performance, indexes ??</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/performance-of-very-large-sql-server-table-with-millions-of-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database maintenance task (full back up) fails on SQL Server</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 17:38:35 +0000</pubDate>
		<dc:creator>GIG</dc:creator>
				<category><![CDATA[Backup to Disk]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 backup]]></category>
		<category><![CDATA[SQL Server 2005 maintenance]]></category>
		<category><![CDATA[SQL Server administration]]></category>
		<category><![CDATA[SQL Server backup]]></category>
		<category><![CDATA[SQL Server maintenance]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi My daily maintenance job fails due to the below error from last 20 days regularly Executing the query &#8220;BACKUP DATABASE [shipment] TO DISK = N&#8217;D:\backup\shipment.bak&#8217; WITH NOFORMAT, NOINIT, NAME = N&#8217;shipment&#8217;, SKIP, REWIND, NOUNLOAD, STATS = 10 &#8221; failed with the following error: &#8220;Write on &#8220;D:\backup\shipment.bak&#8221; failed: 112(error not found) BACKUP DATABASE is terminating [...]]]></description>
				<content:encoded><![CDATA[<p>Hi</p>
<p>My daily maintenance job fails due to the below error from last 20 days regularly</p>
<p>Executing the query &#8220;BACKUP DATABASE [shipment] TO  DISK = N&#8217;D:\backup\shipment.bak&#8217; WITH NOFORMAT, NOINIT,  NAME = N&#8217;shipment&#8217;, SKIP, REWIND, NOUNLOAD,  STATS = 10<br />
&#8221; failed with the following error: &#8220;Write on &#8220;D:\backup\shipment.bak&#8221; failed: 112(error not found)<br />
BACKUP DATABASE is terminating abnormally.<br />
10 percent processed.<br />
20 percent processed.<br />
30 percent processed.<br />
40 percent processed.<br />
50 percent processed.&#8221;. Possible failure reasons: Problems with the query, &#8220;ResultSet&#8221; property not set correctly, parameters not set correctly, or connection not established correctly.</p>
<p>very recently i have changed the recovery mode from Full to simple and truncated the log file and i changed back the recovery mode to Full.<br />
Does this affect the db.?</p>
<p>The maintenance plan was set to take the back up of full db.<br />
How to sort this issue.<br />
Sql 2005 on sp2.</p>
<p>Any ideas will help me.</p>
<p>Thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/database-maintenance-task-full-back-up-fails-on-sql-server/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Maintenance Plans SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/maintenance-plans/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/maintenance-plans/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 13:26:46 +0000</pubDate>
		<dc:creator>Ssutton9</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server maintenance]]></category>
		<category><![CDATA[SQL Server Maintenance Plan]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I upgraded to SQL2005, and cannot get any Maintenance Plan to save, via Wizard, or regular creation.]]></description>
				<content:encoded><![CDATA[<p>I upgraded to SQL2005, and cannot get any Maintenance Plan to save, via Wizard, or regular creation.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/maintenance-plans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL SERVER 2005 MAINTENANCE PLAN PROBLEM</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-2005-maintenance-plan-problem/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-2005-maintenance-plan-problem/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:06:59 +0000</pubDate>
		<dc:creator>Marshall0127</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server backup]]></category>
		<category><![CDATA[SQL Server maintenance]]></category>
		<category><![CDATA[SQL Server performance]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[HI, SQL2K5 Maintenance plan does not delete old backups even when &#8216;backups older than 1 days&#8217; is selected.so my backups are piling up and have to remove them manulally everyday. any solution? Marshall]]></description>
				<content:encoded><![CDATA[<p>HI,<br />
SQL2K5 Maintenance plan does not delete old backups even when &#8216;backups older than 1 days&#8217; is selected.so my backups are piling up and have to remove them manulally everyday.<br />
any solution?<br />
Marshall</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-2005-maintenance-plan-problem/feed/</wfw:commentRss>
		<slash:comments>1</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.019 seconds using memcached
Object Caching 530/571 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 06:12:08 -->