Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Urgent Please help

Author  Topic 

diyagan
Starting Member

22 Posts

Posted - 2007-11-05 : 09:04:34
hi

I deleted a database which i was working in Query analyser.
I had already opened another Query Analyser .
So the database is Present in this window
can any one say how to Produce a copy of that database

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-11-05 : 09:07:14
don't you have any backup ?


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

diyagan
Starting Member

22 Posts

Posted - 2007-11-05 : 09:08:42
no
is it not possible to copy the Database?
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-11-05 : 09:11:46
nope. Not when you have already deleted the database.


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

diyagan
Starting Member

22 Posts

Posted - 2007-11-05 : 09:13:13
no I have the database in another window.
i can process it
u say how to create a copy of Existing Database.
Go to Top of Page

diyagan
Starting Member

22 Posts

Posted - 2007-11-05 : 09:13:53
no I have the database in another window.
i can process it
u say how to create a copy of Existing Database.
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-11-05 : 09:15:39
can you still select from your tables ? if you can then, the database is there.

you can use backup database to take a snapshot backup of the database


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

diyagan
Starting Member

22 Posts

Posted - 2007-11-05 : 09:21:29
K .so how to take a snapshot back up of the database?
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-11-05 : 09:25:13
Don't you have the Books Online aka SQL Server help file installed ?

Check the BOL or refer to here


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-11-05 : 09:27:43
Also read this http://msdn2.microsoft.com/en-us/library/ms175477.aspx
This is actually from BOL


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page
   

- Advertisement -