<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Restore Database Without or With Backup &#8211; Everything About Restore and Backup</title>
	<atom:link href="http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Prashant Mishra</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-236623</link>
		<dc:creator><![CDATA[Prashant Mishra]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 13:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-236623</guid>
		<description><![CDATA[Hi Pinal

Is there any way or Sql Statement to find out the list  of file name from a specified path.

I want to provide a path of a folder (e.g. d:\prashant\) and Sql Statement or program  should return all file names available in the d:\prashant\.

Please help]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal</p>
<p>Is there any way or Sql Statement to find out the list  of file name from a specified path.</p>
<p>I want to provide a path of a folder (e.g. d:\prashant\) and Sql Statement or program  should return all file names available in the d:\prashant\.</p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-147582</link>
		<dc:creator><![CDATA[SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters Journey to SQLAuthority]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 01:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-147582</guid>
		<description><![CDATA[[...] Restore Database Without or With Backup – Everything About Restore and Backup [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Restore Database Without or With Backup – Everything About Restore and Backup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urvish Sheth</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-143608</link>
		<dc:creator><![CDATA[Urvish Sheth]]></dc:creator>
		<pubDate>Sat, 25 Jun 2011 06:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-143608</guid>
		<description><![CDATA[Hello Sir,

I have created one Store procedure for  Backup and Restore a database. When i run my application and execute store procedure from it then my new database status is Restoring. It is not resrtore completely. Following is the commond i use to restore database.

Use Master  
restore database TestDB 
from disk=&#039;\\162.18.0.23\c$\backup\MyDB.bak&#039;	
 with move &#039;MYDB&#039; to &#039;C:\database\TestDB_data.mdf&#039;,
move &#039;MYDB_log&#039; to  &#039;C:\database\TestDB_log.ldf&#039;
	
restore database TestDB  with recovery]]></description>
		<content:encoded><![CDATA[<p>Hello Sir,</p>
<p>I have created one Store procedure for  Backup and Restore a database. When i run my application and execute store procedure from it then my new database status is Restoring. It is not resrtore completely. Following is the commond i use to restore database.</p>
<p>Use Master<br />
restore database TestDB<br />
from disk=&#8217;\\162.18.0.23\c$\backup\MyDB.bak&#8217;<br />
 with move &#8216;MYDB&#8217; to &#8216;C:\database\TestDB_data.mdf&#8217;,<br />
move &#8216;MYDB_log&#8217; to  &#8216;C:\database\TestDB_log.ldf&#8217;</p>
<p>restore database TestDB  with recovery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-140717</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 13 Jun 2011 12:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-140717</guid>
		<description><![CDATA[I hope this is interesting enough to warrant a piece of your time Pinal Dave..

I have an application that remotely sync&#039;s a database by copying across differential backups, for various reasons we cannot use replication options and everything is working perfectly except for one scenario.. 

when we restore a differential backup that contains no data changes the following backups fail as they do not refer to the correct differential base ( a new full backup is created on the local machine when a successful restore on our server has taken place then the next time it runs it creates a new differential from this new base) however since the empty differential restore did not commit its changes each subsequent restore refers to the old differential base

Is there a way to force a differential restore to update its base or to prevent it from returning a successful restore when it contains no data?]]></description>
		<content:encoded><![CDATA[<p>I hope this is interesting enough to warrant a piece of your time Pinal Dave..</p>
<p>I have an application that remotely sync&#8217;s a database by copying across differential backups, for various reasons we cannot use replication options and everything is working perfectly except for one scenario.. </p>
<p>when we restore a differential backup that contains no data changes the following backups fail as they do not refer to the correct differential base ( a new full backup is created on the local machine when a successful restore on our server has taken place then the next time it runs it creates a new differential from this new base) however since the empty differential restore did not commit its changes each subsequent restore refers to the old differential base</p>
<p>Is there a way to force a differential restore to update its base or to prevent it from returning a successful restore when it contains no data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lord Belial</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-136366</link>
		<dc:creator><![CDATA[Lord Belial]]></dc:creator>
		<pubDate>Tue, 24 May 2011 10:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-136366</guid>
		<description><![CDATA[I see, that&#039;s a shame but now I understand why is so important to have backups, thanks for the response.]]></description>
		<content:encoded><![CDATA[<p>I see, that&#8217;s a shame but now I understand why is so important to have backups, thanks for the response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-136360</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 24 May 2011 09:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-136360</guid>
		<description><![CDATA[SQL Server deletes it from the physical disks. So I dont think you can retreive it until you have a recent backup. Howvere detaching the database will not delete files from disk]]></description>
		<content:encoded><![CDATA[<p>SQL Server deletes it from the physical disks. So I dont think you can retreive it until you have a recent backup. Howvere detaching the database will not delete files from disk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lord Belial</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-136250</link>
		<dc:creator><![CDATA[Lord Belial]]></dc:creator>
		<pubDate>Mon, 23 May 2011 18:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-136250</guid>
		<description><![CDATA[Good afternoon.
One question, if I deleted a database by sdelecting right click - delete, where do files .ldf and .mdf go? They don&#039;t appear in recycle folder, but they must go somewhere, could there be a possibility for recover those files?

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Good afternoon.<br />
One question, if I deleted a database by sdelecting right click &#8211; delete, where do files .ldf and .mdf go? They don&#8217;t appear in recycle folder, but they must go somewhere, could there be a possibility for recover those files?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mcatoe</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-127552</link>
		<dc:creator><![CDATA[Mcatoe]]></dc:creator>
		<pubDate>Fri, 08 Apr 2011 05:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-127552</guid>
		<description><![CDATA[I would like to ask.... How could you modify multiple databases in a weekly job to have ALL databases maintain a BUFFERed usable amount of file growth available for &#039;Initial Size(MB) &#039;

eg.  ALTER DATABASE [DB1_base] 
MODIFY FILE ( NAME = N&#039;DB1_base&#039;, SIZE = 3999744KB )
If SIZE  &lt; 20% USED file size increase FILE SIZE + 20%
GO
ALTER DATABASE [DB1_base] 
MODIFY FILE ( NAME = N&#039;DB1_log&#039;, SIZE = 1009664KB )
If SIZE  &lt; 20% USED file size increase FILE SIZE + 20%
GO]]></description>
		<content:encoded><![CDATA[<p>I would like to ask&#8230;. How could you modify multiple databases in a weekly job to have ALL databases maintain a BUFFERed usable amount of file growth available for &#8216;Initial Size(MB) &#8216;</p>
<p>eg.  ALTER DATABASE [DB1_base]<br />
MODIFY FILE ( NAME = N&#8217;DB1_base&#8217;, SIZE = 3999744KB )<br />
If SIZE  &lt; 20% USED file size increase FILE SIZE + 20%<br />
GO<br />
ALTER DATABASE [DB1_base]<br />
MODIFY FILE ( NAME = N&#039;DB1_log&#039;, SIZE = 1009664KB )<br />
If SIZE  &lt; 20% USED file size increase FILE SIZE + 20%<br />
GO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhumitha</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-122971</link>
		<dc:creator><![CDATA[Madhumitha]]></dc:creator>
		<pubDate>Sat, 12 Mar 2011 06:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-122971</guid>
		<description><![CDATA[hi...
    Im stuck up with a prob.... i happened to uninstall the default instance of sql server 2005 management studio express in my system... but after doinga system restore i brought back it... but after ths, all my systemdatabases like master, model n temp mdf and ldf files are missing... so when i try to connect to dataase server its saying error 26, not able to connect to server due to network specific or instance-specific error.... howto bring back my system databases for oper functioning of sql server 2005.... kindly help]]></description>
		<content:encoded><![CDATA[<p>hi&#8230;<br />
    Im stuck up with a prob&#8230;. i happened to uninstall the default instance of sql server 2005 management studio express in my system&#8230; but after doinga system restore i brought back it&#8230; but after ths, all my systemdatabases like master, model n temp mdf and ldf files are missing&#8230; so when i try to connect to dataase server its saying error 26, not able to connect to server due to network specific or instance-specific error&#8230;. howto bring back my system databases for oper functioning of sql server 2005&#8230;. kindly help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-103957</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 09:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-103957</guid>
		<description><![CDATA[Use master
GO
--your restore statement]]></description>
		<content:encoded><![CDATA[<p>Use master<br />
GO<br />
&#8211;your restore statement</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sameer</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-103599</link>
		<dc:creator><![CDATA[sameer]]></dc:creator>
		<pubDate>Fri, 03 Dec 2010 14:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-103599</guid>
		<description><![CDATA[hi i facing the error while restore my database, my sql restore query is &#039;RESTORE DATABASE Frogy FROM DISK = &#039;D:\Frogy Automatic Database Backup\Frogy.02.12.2010.BAK&#039; WITH REPLACE, MOVE &#039;Frog&#039; TO &#039;C:\MSSQL\DATA\Frog_Data.MDF&#039;, MOVE &#039;Frog_log&#039; TO &#039;C:\MSSQL\DATA\Frog_Log.LDF&#039;&#039;

but iam facing the error like this &#039;

RESTORE cannot process database &#039;Frogy&#039; because it is in use by this session. It is recommended that the master database be used when performing this operation. RESTORE DATABASE is terminating abnormally&#039;

how shall i rectify this error gyz]]></description>
		<content:encoded><![CDATA[<p>hi i facing the error while restore my database, my sql restore query is &#8216;RESTORE DATABASE Frogy FROM DISK = &#8216;D:\Frogy Automatic Database Backup\Frogy.02.12.2010.BAK&#8217; WITH REPLACE, MOVE &#8216;Frog&#8217; TO &#8216;C:\MSSQL\DATA\Frog_Data.MDF&#8217;, MOVE &#8216;Frog_log&#8217; TO &#8216;C:\MSSQL\DATA\Frog_Log.LDF&#8221;</p>
<p>but iam facing the error like this &#8216;</p>
<p>RESTORE cannot process database &#8216;Frogy&#8217; because it is in use by this session. It is recommended that the master database be used when performing this operation. RESTORE DATABASE is terminating abnormally&#8217;</p>
<p>how shall i rectify this error gyz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-95878</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 26 Oct 2010 10:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-95878</guid>
		<description><![CDATA[You need to point application&#039;s default database to other database like master]]></description>
		<content:encoded><![CDATA[<p>You need to point application&#8217;s default database to other database like master</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-95845</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Tue, 26 Oct 2010 07:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-95845</guid>
		<description><![CDATA[What was the error you got during restoreing the database?]]></description>
		<content:encoded><![CDATA[<p>What was the error you got during restoreing the database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinit singh</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-95686</link>
		<dc:creator><![CDATA[vinit singh]]></dc:creator>
		<pubDate>Mon, 25 Oct 2010 10:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-95686</guid>
		<description><![CDATA[how to restore a database. the scenario is--
i make a software that use to take a full or differential back up and i use store procedure to take back up.
but when i want to restore that back up. its create problem
by store procedure execution i can restore backup but in that instance s/w should not  be in running mode.

how to solve this problem ..
if i use locking system then is it possible.
if yes then how..

please help me


thanks and regards..

vinit singh]]></description>
		<content:encoded><![CDATA[<p>how to restore a database. the scenario is&#8211;<br />
i make a software that use to take a full or differential back up and i use store procedure to take back up.<br />
but when i want to restore that back up. its create problem<br />
by store procedure execution i can restore backup but in that instance s/w should not  be in running mode.</p>
<p>how to solve this problem ..<br />
if i use locking system then is it possible.<br />
if yes then how..</p>
<p>please help me</p>
<p>thanks and regards..</p>
<p>vinit singh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vint singh</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-95682</link>
		<dc:creator><![CDATA[vint singh]]></dc:creator>
		<pubDate>Mon, 25 Oct 2010 09:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-95682</guid>
		<description><![CDATA[u can get deleted table by restoring 3 days old back up.but the work that perform on these three days is not get. if u restore backup with &quot;10.31 – took full backup &quot; back up u cannot get the deleted table.
there is no any way to get both last 3 days work and deleted table.]]></description>
		<content:encoded><![CDATA[<p>u can get deleted table by restoring 3 days old back up.but the work that perform on these three days is not get. if u restore backup with &#8220;10.31 – took full backup &#8221; back up u cannot get the deleted table.<br />
there is no any way to get both last 3 days work and deleted table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-82641</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Mon, 02 Aug 2010 07:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-82641</guid>
		<description><![CDATA[You need to make use of the restore command

Restore database your_db from disk=&#039;backup path&#039;]]></description>
		<content:encoded><![CDATA[<p>You need to make use of the restore command</p>
<p>Restore database your_db from disk=&#8217;backup path&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranjith Daniel</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-82349</link>
		<dc:creator><![CDATA[Ranjith Daniel]]></dc:creator>
		<pubDate>Fri, 30 Jul 2010 12:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-82349</guid>
		<description><![CDATA[I take backup in sql server 2005 in windows 7. But i need to restore the backup file in to sql server 2005 in windows xp sp2.
i tried but i can&#039;t able to find the solution..
Plz replay to me...]]></description>
		<content:encoded><![CDATA[<p>I take backup in sql server 2005 in windows 7. But i need to restore the backup file in to sql server 2005 in windows xp sp2.<br />
i tried but i can&#8217;t able to find the solution..<br />
Plz replay to me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-76744</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Fri, 18 Jun 2010 13:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-76744</guid>
		<description><![CDATA[You need to restore the database and delete all data from all tables]]></description>
		<content:encoded><![CDATA[<p>You need to restore the database and delete all data from all tables</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deep</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-76640</link>
		<dc:creator><![CDATA[Deep]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 10:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-76640</guid>
		<description><![CDATA[how to restore a database from a backup file which contains data, but i want to restore the database with no data(i just need only table structure)]]></description>
		<content:encoded><![CDATA[<p>how to restore a database from a backup file which contains data, but i want to restore the database with no data(i just need only table structure)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-70689</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Thu, 13 May 2010 11:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-70689</guid>
		<description><![CDATA[Refer this. It may help you in taking backup by appending current date

http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/backup-database.aspx

The follwoing will help you in doing it for all databases excluding the system databases

http://beyondrelational.com/blogs/madhivanan/archive/2010/05/10/backup-all-databases.aspx]]></description>
		<content:encoded><![CDATA[<p>Refer this. It may help you in taking backup by appending current date</p>
<p><a href="http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/backup-database.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/backup-database.aspx</a></p>
<p>The follwoing will help you in doing it for all databases excluding the system databases</p>
<p><a href="http://beyondrelational.com/blogs/madhivanan/archive/2010/05/10/backup-all-databases.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2010/05/10/backup-all-databases.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-70688</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Thu, 13 May 2010 10:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-70688</guid>
		<description><![CDATA[Take a backup
Move the file to another compute
Using restore command restore the database]]></description>
		<content:encoded><![CDATA[<p>Take a backup<br />
Move the file to another compute<br />
Using restore command restore the database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-70687</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Thu, 13 May 2010 10:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-70687</guid>
		<description><![CDATA[Backup database your_db to disk=&#039;file_path&#039;]]></description>
		<content:encoded><![CDATA[<p>Backup database your_db to disk=&#8217;file_path&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jhanvy</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-68043</link>
		<dc:creator><![CDATA[Jhanvy]]></dc:creator>
		<pubDate>Fri, 30 Apr 2010 12:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-68043</guid>
		<description><![CDATA[Hello,

I want to take regular backup of my database that shows along with it month, date &amp; time using stored procedure.
I have written following sql command for that purpose : 

DECLARE @str nvarchar(10), @sql NVARCHAR(1024)

SET @sql = N&#039;select @str=Left(CONVERT(VARCHAR(20), GETDATE(), 101),2)+substring(convert(varchar(10),getdate(),101),4,2)+substring(convert(varchar(20),getdate(),108),1,(patindex(&#039;&#039;%:%&#039;&#039;,convert(varchar(20),getdate(),108))-1))+substring(convert(varchar(20),getdate(),108),(patindex(&#039;&#039;%:%&#039;&#039;,convert(varchar(20),getdate(),108))+1),2)&#039;

EXEC sp_executesql   @query = @sql,@params = N&#039;@str nvarchar(10) OUTPUT&#039;, @str = @str OUTPUT 

BACKUP DATABASE [MyDatabaseName] TO  DISK = N &#039;E:\data\backup\Cmpl&#039; + @str + &#039;.bak&#039;
GO

Then the command returns error near the &#039;+&#039; sign. That is it does not concat the path and string.

Please resolve the error.]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I want to take regular backup of my database that shows along with it month, date &amp; time using stored procedure.<br />
I have written following sql command for that purpose : </p>
<p>DECLARE @str nvarchar(10), @sql NVARCHAR(1024)</p>
<p>SET @sql = N&#8217;select @str=Left(CONVERT(VARCHAR(20), GETDATE(), 101),2)+substring(convert(varchar(10),getdate(),101),4,2)+substring(convert(varchar(20),getdate(),108),1,(patindex(&#8221;%:%&#8221;,convert(varchar(20),getdate(),108))-1))+substring(convert(varchar(20),getdate(),108),(patindex(&#8221;%:%&#8221;,convert(varchar(20),getdate(),108))+1),2)&#8217;</p>
<p>EXEC sp_executesql   @query = @sql,@params = N&#8217;@str nvarchar(10) OUTPUT&#8217;, @str = @str OUTPUT </p>
<p>BACKUP DATABASE [MyDatabaseName] TO  DISK = N &#8216;E:\data\backup\Cmpl&#8217; + @str + &#8216;.bak&#8217;<br />
GO</p>
<p>Then the command returns error near the &#8216;+&#8217; sign. That is it does not concat the path and string.</p>
<p>Please resolve the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-63576</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-63576</guid>
		<description><![CDATA[Hello Nanda,

You can get the tables in 3 days old status from 3 days old backup.
If after dropping the tables, you would have taken the transaction log backup first then you would be able to completely recover the tables but by taking the full backup lost the log as well as the possibility to recover later than 3 days old status.

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hello Nanda,</p>
<p>You can get the tables in 3 days old status from 3 days old backup.<br />
If after dropping the tables, you would have taken the transaction log backup first then you would be able to completely recover the tables but by taking the full backup lost the log as well as the possibility to recover later than 3 days old status.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nanda</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-63450</link>
		<dc:creator><![CDATA[nanda]]></dc:creator>
		<pubDate>Mon, 22 Mar 2010 10:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-63450</guid>
		<description><![CDATA[hi,
i need help restoring my db.

accidently i deleted 2 tables.  immediately i did take full backup and log backup.  but i couldn&#039;t retrieve my lost tables.  unfortunate i have 3 days old full backup and no log backup.  is it possible to retrieve my lost table?
Scenario:
10:30 - deleted 2 tables
10.31 - took full backup
10.33 - took log backup

i guess i did blunder!

help me

Thanks in advance

Nanda]]></description>
		<content:encoded><![CDATA[<p>hi,<br />
i need help restoring my db.</p>
<p>accidently i deleted 2 tables.  immediately i did take full backup and log backup.  but i couldn&#8217;t retrieve my lost tables.  unfortunate i have 3 days old full backup and no log backup.  is it possible to retrieve my lost table?<br />
Scenario:<br />
10:30 &#8211; deleted 2 tables<br />
10.31 &#8211; took full backup<br />
10.33 &#8211; took log backup</p>
<p>i guess i did blunder!</p>
<p>help me</p>
<p>Thanks in advance</p>
<p>Nanda</p>
]]></content:encoded>
	</item>
</channel>
</rss>

