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 |
daki4
Starting Member
2 Posts |
Posted - 2013-05-18 : 14:00:47
|
can you give me some help, I have a problem that I can not solve that I have to finish but I do not know how and what to finish.problem is as follows:TITLE: Microsoft SQL Server Management Studio------------------------------Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476------------------------------ADDITIONAL INFORMATION:An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)------------------------------CREATE FILE encountered operating system error 32(The process cannot access the file because it is being used by another process.) while attempting to open or create the physical file 'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\darko ba.mdf'. (Microsoft SQL Server, Error: 5123)For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600&EvtSrc=MSSQLServer&EvtID=5123&LinkId=20476 |
|
chadmat
The Chadinator
1974 Posts |
Posted - 2013-05-18 : 19:53:30
|
What are you trying to do? It appears based on the error you posted, that something is using the datafile that you are trying to access. Is the Database that it belongs to accessible? Or suspect? Or are you trying to create/attach this database?-Chad |
|
|
daki4
Starting Member
2 Posts |
Posted - 2013-05-19 : 06:02:49
|
I made my base and I need to attach that he could do it, tables and other things?, so I have a problem that I raised in my post.what else could I do??Darko |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-05-20 : 01:27:15
|
where are you trying to attch it to? Do you've access to location where datafile is present?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|