Question : Microsoft, MS SQL Server, 2005 - TITLE: Microsoft SQL Server Management Studio

Experts,
I installed SQL 2005 on the same machine that has SQL 2000.

I am trying to attach an mdf, and i got the following error:

Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
TITLE: Microsoft SQL Server Management Studio
------------------------------
 
Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)
 
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(error not found) while attempting to open or create the physical file 'C:\Elvis\MSSQL\Data\AlSeefBroker.mdf'. (Microsoft SQL Server, Error: 5123)
 
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=5123&LinkId=20476
 
------------------------------
BUTTONS:
 
OK
------------------------------
Open in New Window Select All

Answer : Microsoft, MS SQL Server, 2005 - TITLE: Microsoft SQL Server Management Studio

Hi feesu,
Check if your sa account is enabled. Login into SSMS with windows authentication and. Choose your server->security->logins->(go to sa and right click)->Status page. Login should be enabled and permission to connect database enginee should be granted.
Random Solutions  
 
programming4us programming4us