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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-01-20 : 08:16:30
|
| Pritam writes "When ever i am going to open a particular database [named ("Emp_Details") which is created by me] or want to back up this database or want to do other things, i am getting an error in every time and that is - "Error 945: Database 'Emp_Details' cannot be opened because some of the files could not be activated."- By how I am overcome this error means by how I unset and also set this problem. Please describe this in details." |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-01-21 : 17:18:30
|
| You need to check which files the database is using. Go to Enterprise Manager and right click on the database. Verify that the files that are setup for this database actually exist on your machine. Ensure that the path is correct and also that no other program is taking control of these files, like a backup program. SQL Server needs complete access to these files. |
 |
|
|
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2003-01-21 : 23:42:59
|
| and i think you should also check the log to make sure while restoring /starting the database there is no error logged.Expect the UnExpected |
 |
|
|
|
|
|