<?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/"
	>
<channel>
	<title>Comments on: SQL SERVER - Restore Database Without or With Backup - 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>Notes of a SQL Server MVP and Database Administrator</description>
	<pubDate>Wed, 07 Jan 2009 00:14:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Talwasa khairkhwa</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-41856</link>
		<dc:creator>Talwasa khairkhwa</dc:creator>
		<pubDate>Thu, 21 Aug 2008 05:18:16 +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-41856</guid>
		<description>Hello dear Pinal 
  
   i want some information  about  backup from one computer to another computer 
    i hope  help me   THANK YOU.</description>
		<content:encoded><![CDATA[<p>Hello dear Pinal </p>
<p>   i want some information  about  backup from one computer to another computer<br />
    i hope  help me   THANK YOU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: komal</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-41332</link>
		<dc:creator>komal</dc:creator>
		<pubDate>Tue, 05 Aug 2008 06:37: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-41332</guid>
		<description>how can i restore a differential bakup after a full backup .
i have full backup and diffential bakup on different backup sets</description>
		<content:encoded><![CDATA[<p>how can i restore a differential bakup after a full backup .<br />
i have full backup and diffential bakup on different backup sets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-39631</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Tue, 01 Jul 2008 09:35:10 +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-39631</guid>
		<description>Hi,

I want to backup entitre database using C#, can I do that if no than how do I back up using T-SQL.

Thank You
Rajesh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to backup entitre database using C#, can I do that if no than how do I back up using T-SQL.</p>
<p>Thank You<br />
Rajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-38693</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 22 May 2008 03:29: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-38693</guid>
		<description>hello
i do not have any back up and my user delete the data how can i restore data from log file?it is very impportant for me to restore these data.would you please help me?
thanks for your answer</description>
		<content:encoded><![CDATA[<p>hello<br />
i do not have any back up and my user delete the data how can i restore data from log file?it is very impportant for me to restore these data.would you please help me?<br />
thanks for your answer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aliakbar sadeghi</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-34313</link>
		<dc:creator>aliakbar sadeghi</dc:creator>
		<pubDate>Thu, 13 Mar 2008 05:47:15 +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-34313</guid>
		<description>hi pinaldave , 

May I Help me for this question :

   when i use this command :

      RESTORE DATABASE Anbartechnical
      FROM DISK = 'D:\anb1222.bak'
      WITH NORECOVERY

   Sqlserver 2k5  told  me :

      RESTORE cannot process database 'Anbartechnical'    
      because it is in use by this session. It is  
      recommended  that the master database be used 
      when performing this   operation.


  PLEASE HELP ME !</description>
		<content:encoded><![CDATA[<p>hi pinaldave , </p>
<p>May I Help me for this question :</p>
<p>   when i use this command :</p>
<p>      RESTORE DATABASE Anbartechnical<br />
      FROM DISK = &#8216;D:\anb1222.bak&#8217;<br />
      WITH NORECOVERY</p>
<p>   Sqlserver 2k5  told  me :</p>
<p>      RESTORE cannot process database &#8216;Anbartechnical&#8217;<br />
      because it is in use by this session. It is<br />
      recommended  that the master database be used<br />
      when performing this   operation.</p>
<p>  PLEASE HELP ME !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pratik</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-33965</link>
		<dc:creator>pratik</dc:creator>
		<pubDate>Tue, 26 Feb 2008 06: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-33965</guid>
		<description>i want to know how to get back  last deleted table in sql server using query</description>
		<content:encoded><![CDATA[<p>i want to know how to get back  last deleted table in sql server using query</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-33677</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 12 Feb 2008 01:39:56 +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-33677</guid>
		<description>Hello,

What would I do to recover a database if a backup had not been made for 3 months (no transaction logs in that time either, only my current _log.ldf file)? Is this out of the question or could my current log hold the info to restore back from 3 months ago?  (It says it's 120 MB).

Love you blog, I've learned a lot.


Thanks,

Rob</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>What would I do to recover a database if a backup had not been made for 3 months (no transaction logs in that time either, only my current _log.ldf file)? Is this out of the question or could my current log hold the info to restore back from 3 months ago?  (It says it&#8217;s 120 MB).</p>
<p>Love you blog, I&#8217;ve learned a lot.</p>
<p>Thanks,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Gorin</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-33462</link>
		<dc:creator>Neil Gorin</dc:creator>
		<pubDate>Sun, 03 Feb 2008 17:22: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-33462</guid>
		<description>I have added tables to the NOTHWIND database.  In the past, when I wanted to update NORTHWIND on a new computer to contain the additional tables,  I would do the following in SQL Server 2000:

1)I would go to my development computer, that contains NORTHWIND with the additional files, and perform a backup to the disk file myfirstback using the enterprise manager.

2) on the new computer I perform a backup to the disk file myfirstbackup.

3) I overwrite myfirstbackup on the new computer with myfirstbackup from my development computer.

4) I perform a restore on the new computer. NORTHWIND database then contains the added tables.

Please assist me in that SQL SERVER 2005 is not permitting me to use the SQL SERVER 2000 back up file named myfirstback to restore.  I created the disk file myfirstbackup while in SQL 2005, overwrite the file with the SQL 2000 version of myfirstbackup and then attempt the restore.  SQL 2005 does not permit the operation as I did while in SQL 2000.

Regards,
drgorin</description>
		<content:encoded><![CDATA[<p>I have added tables to the NOTHWIND database.  In the past, when I wanted to update NORTHWIND on a new computer to contain the additional tables,  I would do the following in SQL Server 2000:</p>
<p>1)I would go to my development computer, that contains NORTHWIND with the additional files, and perform a backup to the disk file myfirstback using the enterprise manager.</p>
<p>2) on the new computer I perform a backup to the disk file myfirstbackup.</p>
<p>3) I overwrite myfirstbackup on the new computer with myfirstbackup from my development computer.</p>
<p>4) I perform a restore on the new computer. NORTHWIND database then contains the added tables.</p>
<p>Please assist me in that SQL SERVER 2005 is not permitting me to use the SQL SERVER 2000 back up file named myfirstback to restore.  I created the disk file myfirstbackup while in SQL 2005, overwrite the file with the SQL 2000 version of myfirstbackup and then attempt the restore.  SQL 2005 does not permit the operation as I did while in SQL 2000.</p>
<p>Regards,<br />
drgorin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepak kumar</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-32533</link>
		<dc:creator>deepak kumar</dc:creator>
		<pubDate>Sun, 13 Jan 2008 05:13:42 +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-32533</guid>
		<description>Hi pinal,
I want to get all ur interview question. Could I get it in one book. Could u please tell me where to buy these all interview questions books.


Deepak Kumar</description>
		<content:encoded><![CDATA[<p>Hi pinal,<br />
I want to get all ur interview question. Could I get it in one book. Could u please tell me where to buy these all interview questions books.</p>
<p>Deepak Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashok</title>
		<link>http://blog.sqlauthority.com/2007/07/18/sql-server-restore-database-without-or-with-backup-everything-about-restore-and-backup/#comment-8053</link>
		<dc:creator>ashok</dc:creator>
		<pubDate>Fri, 17 Aug 2007 11:10:29 +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-8053</guid>
		<description>hi pinaldave  how are you.

please i want more information abot   Partitioning table  in SQL Server 2005 and  SERVICE_BROKER
 
 
How to use service_broker in stored procedure......
 
if any notes or material please mail me

Please help me</description>
		<content:encoded><![CDATA[<p>hi pinaldave  how are you.</p>
<p>please i want more information abot   Partitioning table  in SQL Server 2005 and  SERVICE_BROKER</p>
<p>How to use service_broker in stored procedure&#8230;&#8230;</p>
<p>if any notes or material please mail me</p>
<p>Please help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
