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 Administration
 database failure

Author  Topic 

wahidullah
Starting Member

5 Posts

Posted - 2013-04-25 : 03:56:23
Hi; I had created a database in my pc, when i reinstalled another windows now there are lots of errors because there is no connection. how to rectify my database, and in case of reinstallation of windows what to do preventing the same problem?
everytime should i install the sql server and recreate the tables or there is another solution?

thanks

wahidullah290

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-04-25 : 04:16:41
everytime you've to install sql server when you reinstall os.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2013-04-25 : 04:58:32
if you are planning to reinstall os,it will be good you take the database backups on some seperate disk.
so that you dont have to create the databases each time you install sqlserver.you could do a restore instead.

mohammad.javeed.ahmed@gmail.com
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2013-04-25 : 07:10:31
looks like your database was detached from sql server. please check once whether your database is in the list of databases.


Arnav
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page
   

- Advertisement -