 




<?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 2005 backup</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server-2005-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 15:43:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Recovering lost data from SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/recovering-lost-data/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/recovering-lost-data/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 18:19:07 +0000</pubDate>
		<dc:creator>BClawson</dc:creator>
				<category><![CDATA[INSERT statement]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 backup]]></category>
		<category><![CDATA[SQL Server backup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Running SQL Server 2005. I found that I had lost about 2000 records the Assets table and more records in the associated tables Timeassets and AssetBillingrates.  Each of the tables uses an Id field as the Primary Key. I was able to identify the key records that had been lost and tried inserting them From [...]]]></description>
				<content:encoded><![CDATA[<p>Running SQL Server 2005.</p>
<div></div>
<div>I found that I had lost about 2000 records the Assets table and more records in the associated tables Timeassets and AssetBillingrates.  Each of the tables uses an Id field as the Primary Key.</div>
<div></div>
<div>I was able to identify the key records that had been lost and tried inserting them From a backup I had made back into the tables, using Set Identity_Insert to make that possible.  The attempt yields this error: Violation of PRIMARY KEY constraint &#8216;PK_timeasset&#8217;. Cannot insert duplicate key in object &#8216;dbo.timeasset&#8217;.  </div>
<div></div>
<div>Having made sure that the primary key records I was trying to insert into the table didn&#8217;t actually exist I thought that the problem might be with the index for the PK.  After rebuilding the index and trying the insert again the result is the same.</div>
<div></div>
<div>I&#8217;d like to understand what is happening.</div>
<div></div>
<div>We ended up making a copy of the current critical files to another database, restoring a previous backup and are now inserting the then current records into the older restored backup files.</div>
<div></div>
<div>Brad Clawson</div>
<div></div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/recovering-lost-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 maintenance plans</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-2005-maintenance-plans/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-2005-maintenance-plans/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 13:16:40 +0000</pubDate>
		<dc:creator>TeachMeIT</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Maintenance Management]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL Manager]]></category>
		<category><![CDATA[SQL Scripting]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 backup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have several maintenance plans setup in SQL 2005, but if the backup fails I am not alerted in any manner how can I fix this? Will I need to script something or is this a built in feature?]]></description>
				<content:encoded><![CDATA[<p>I have several maintenance plans setup in SQL 2005, but if the backup fails I am not alerted in any manner how can I fix this? Will I need to script something or is this a built in feature?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-2005-maintenance-plans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Incremental backup in SQL server 2005 and SQL Server 2005 express</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/incremental-backup-in-sql-server-2005-and-sql-2005-express/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/incremental-backup-in-sql-server-2005-and-sql-2005-express/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 06:04:09 +0000</pubDate>
		<dc:creator>david2009</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Incremental backup]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 backup]]></category>
		<category><![CDATA[SQL Server 2005 Express]]></category>
		<category><![CDATA[SQL Server backup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question: a) steps to backup the daily incremental in sql server 2005. b) steps to backup the daily incremental in sql server 2005 express.]]></description>
				<content:encoded><![CDATA[<p>Question: </p>
<p>a) steps to backup the daily incremental in sql server 2005.</p>
<p>b) steps to backup the daily incremental in sql server 2005 express.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/incremental-backup-in-sql-server-2005-and-sql-2005-express/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Duplicate SQL Server 2005 database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-sql-server-2005-database/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-sql-server-2005-database/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 13:59:25 +0000</pubDate>
		<dc:creator>ITKE</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Backup and restore]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 backup]]></category>
		<category><![CDATA[SQL Server 2005 Database]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What is the best way to duplicate a SQL Server 2005 database to another server as a standby machine? Can I do this with another installation and some scripting? I have a separate box with SQL 2005 already installed. Can I backup and restore from one machine to the other using scripts and no human [...]]]></description>
				<content:encoded><![CDATA[<p>What is the best way to duplicate a SQL Server 2005 database to another server as a standby machine? Can I do this with another installation and some scripting? I have a separate box with SQL 2005 already installed. Can I backup and restore from one machine to the other using scripts and no human intervention?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/duplicate-sql-server-2005-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Error backing up with SAP transaction DB13</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-backing-up-with-sap-transaction-db13/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/error-backing-up-with-sap-transaction-db13/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:21:53 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[DB13]]></category>
		<category><![CDATA[NTBackup]]></category>
		<category><![CDATA[SAP Transactions]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 backup]]></category>
		<category><![CDATA[SQL Server backup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The following error message occurs when I attempt to backup with SAP transaction DB13: ***************************** SQL Job information ****************************** Jobname: SAP CCMS Full DB Backup of master,RPD &#91;20090620094326-6-094326&#93; Type: TSQL DB-Name: RPD For Run: 20090620 09:43:26 **************************** Job history information ***************************** Stepname: CCMS-step 1 Command: declare @exeStmt nvarchar(2000) exec rpd.sap_backup_databases @dbList= &#8220;master,RPD&#8221;,@r3Db=&#8221;RPD&#8221;,@bDev=&#8221;R3DUMP0&#8243;,@expDays= 27,@jobName= &#8220;SAP C [...]]]></description>
				<content:encoded><![CDATA[<p>The following error message occurs when I attempt to backup with SAP transaction DB13:<br />
***************************** SQL Job information   ******************************<br />
Jobname:    SAP CCMS Full DB Backup of master,RPD &#91;20090620094326-6-094326&#93;<br />
Type:       TSQL<br />
DB-Name:    RPD<br />
For Run:    20090620  09:43:26<br />
**************************** Job history information  *****************************<br />
Stepname:   CCMS-step 1<br />
Command:    declare @exeStmt nvarchar(2000) exec rpd.sap_backup_databases @dbList=<br />
            &#8220;master,RPD&#8221;,@r3Db=&#8221;RPD&#8221;,@bDev=&#8221;R3DUMP0&#8243;,@expDays= 27,@jobName= &#8220;SAP C<br />
            CMS Full DB Backup of master,RPD &#91;20090620094326-6-094326&#93;&#8221;,@bkupCheck<br />
            sum=&#8221;N&#8221;,@bkupType=&#8221;F&#8221;,@nativeBkup=&#8221;N&#8221;,@exeDate = &#8220;20090620094326&#8243;,@bku<br />
            pSim = &#8220;N&#8221;,@format = 0,@init = 1,@bkupDb = &#8220;master&#8221;,@unload = 0,@exeSt<br />
            mt = @exeStmt OUTPUT<br />
Status:     (failure)<br />
Message:    2528<br />
Severity:                                                                                                                                                                                                                                                   16<br />
Duration:   0  hours(s)  0  min(s) 12 sec(s)<br />
Last msg:   Executed as user: NT AUTHORITYSYSTEM. Access is denied due to a password failure &#91;SQLSTATE 42000&#93; (Error 3279)  BACKUP DATABASE is terminat<br />
            ing abnormally. &#91;SQLSTATE 42000&#93; (Error 3013)  DBCC execution complete<br />
            d. If DBCC printed error messages, contact your system administrator.<br />
            &#91;SQLSTATE 01000&#93; (Error 2528).  The step failed.<br />
                    &lt;&#8212;&#8212;&#8212;&#8212;- End of Job Step History &#8212;&#8212;&#8212;&#8212;&#8212;&gt;</p>
<p>**************************** Job history information  *****************************</p>
<p>I am able to backup using NTBACKUP on the tape, however when I try opening the Media Contents [in SQL server 2005 - when I right click on R3DUMP0] I receive an error message that indicates I cannot open the backup device ['R3DUMP0(\.tape0)', operating system error 2 (the system cannot find the file specified)].</p>
<p>How can I access the tape0 for backup purpose from SQL Server 2005?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/error-backing-up-with-sap-transaction-db13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 backup</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-2005-backup/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-2005-backup/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 11:32:47 +0000</pubDate>
		<dc:creator>Amin4rmOvexTechnology</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[SQL Server 2005 backup]]></category>
		<category><![CDATA[SQL Server backup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to take backup of live site]]></description>
				<content:encoded><![CDATA[<p>how to take backup of live site</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-2005-backup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to backup a SQL Server database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-back-up-a-sql-database/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-back-up-a-sql-database/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 10:40:19 +0000</pubDate>
		<dc:creator>Garrybreed</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 backup]]></category>
		<category><![CDATA[Veritas Backup Exec 9.1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I wonder if you can help. We are just about to start implemetation of SQL 2005 Server. Can anybody, let me know how we go about backing up the database? We have veritas 9.1 but I guess we need to back-up live if possible&#8230; What is our best option?]]></description>
				<content:encoded><![CDATA[<p>Hello,<br />
I wonder if you can help. We are just about to start implemetation of SQL 2005 Server.<br />
Can anybody, let me know how we go about backing up the database? We have veritas 9.1 but I guess we need to back-up live if possible&#8230; What is our best option?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-back-up-a-sql-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EMC Network Backup Client/Agent backup for SQL 2000/2005 databases on Polyserve Matrix</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/emc-networkackup-clientagent-backup-for-sql20002005-databases-on-polyserve-matrix/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/emc-networkackup-clientagent-backup-for-sql20002005-databases-on-polyserve-matrix/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 10:17:16 +0000</pubDate>
		<dc:creator>Davidvoo</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[EMC backup]]></category>
		<category><![CDATA[HP PolyServe Matrix Server]]></category>
		<category><![CDATA[PolyServe Matrix Server]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2000 backup]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 backup]]></category>
		<category><![CDATA[SQL Server backup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I am new with running SQL 2000/2005 instances on Polyserve Matrix servers. We use EMC Network as a corporate backup strategy. Can someone tell me will there be any problems using this backup tool for SQL instances on the Polyserve Matrix?]]></description>
				<content:encoded><![CDATA[<p>Hi, I am new with running SQL 2000/2005 instances on Polyserve Matrix servers. We use EMC Network as a corporate backup strategy. Can someone tell me will there be any problems using this backup tool for SQL instances on the Polyserve Matrix?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/emc-networkackup-clientagent-backup-for-sql20002005-databases-on-polyserve-matrix/feed/</wfw:commentRss>
		<slash:comments>3</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>SQL Server database backup (URGENT)</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-backup-urgent/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/database-backup-urgent/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 11:14:44 +0000</pubDate>
		<dc:creator>Plugsharma</dc:creator>
				<category><![CDATA[Database Backup]]></category>
		<category><![CDATA[SQL Server 2005 backup]]></category>
		<category><![CDATA[SQL Server backup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi I have a db backup requirement. As shown in the attached image current system is as follows: There are three source databases such as DB001, DB002 and DB003. Each DB having one table as dbo.EMP and same table schema. Emp table consists of EmpID (PK) and EmpName. One backup database i.e, DBbackup I need [...]]]></description>
				<content:encoded><![CDATA[<p>Hi</p>
<p>I have a db backup requirement. As shown in the attached image current system is as follows:</p>
<ol>
There are three source databases such as DB001, DB002 and DB003. Each DB having one table as dbo.EMP and same table schema.<br />
Emp table consists of EmpID (PK) and EmpName.<br />
One backup database i.e, DBbackup</ol>
<p>I need as follows:</p>
<ol>
Looping through all DB: &#8220;SELECT NAME FROM sys.sysdatabases WHERE NAME LIKE &#8221;DB00%&#8221;&#8221;<br />
Check if table dbo.EMP exist in each DB.<br />
If exist then check table &#8220;001&#8243; exist in DB &#8220;DBbackup&#8221;. &gt;&gt; &#8220;SELECT OBJECT_ID(&#8216;DBbackup.dbo.001&#8242;,&#8217;U') AS Check &#8221; . This query will return NULL if table &#8220;001&#8243; not exist.<br />
If not exist then create a table by taking part of DB name like &#8220;001&#8243; with same schema in &#8220;DBbackup&#8221; database.<br />
Select into &#8220;001&#8243;, from dbo.Emp before matching row count to avoid duplicate records.</ol>
<p>Can you give idea how to achieve it. </p>
<p>Data export of each table is very time consuming. There are more than 150 DBs with huge data. Is there any alternative wizard or inbuilt script is there in SQL server 2005.</p>
<p>Can it be achieve by stored procedure. </p>
<p>Can we put a time stamp in SP to check the processing time for each DB.</p>
<p>Expecting for your solution. Its very urgent.</p>
<p>Thanks</p>
<p>Sharma</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/database-backup-urgent/feed/</wfw:commentRss>
		<slash:comments>4</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/14 queries in 0.022 seconds using memcached
Object Caching 965/1010 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 22:27:29 -->