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 |
|
DKSINGH
Starting Member
1 Post |
Posted - 2008-10-13 : 03:42:21
|
| Operating system error 32: "32(The process cannot access the file because it is being used by another process.)".An attempt to attach an auto-named database for file D:\JharCraft_Merge\jharcraft(SD)\App_Data\database.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.*deo*kumar*singh |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-10-13 : 03:50:16
|
It means the file is already exclusively locked by another sql server instance. E 12°55'05.63"N 56°04'39.26" |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-13 : 03:52:05
|
| is the file stored on server itself or are you trying to acees this from remote location? |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-10-13 : 08:51:41
|
| You are trying to attach database on top of existing databases. |
 |
|
|
|
|
|