Microsoft
Software
Hardware
Network
Question : Can't Attach SQL mdf After Moving It
I created a database here:
C:\Program Files (x86)\Microsoft SQL Server\MSSQL10.SQLEXPRESS\
MSSQL\DATA
I detach it, then copy the .mdf and .ldf here: C:\FRCSW
Now when I try to attach the mdf at the new location, I get
"An error occurred when attaching the database(s). Click the hyperlink in the Message column for details". Then "Unable to open the physical file 'C:\FRCSW\FRCSW_log.ldf.' Operating system error 5: "5(Access is denied)". (Microsoft SQL Server, Error: 5120).
I'm not an advanced SQL guy. I can create the relational tables, write stored procedures, and develope them OK, but I can't seem to deploy them. I always get stuck on the security and permissions issues.
Thanks in advance
Answer : Can't Attach SQL mdf After Moving It
do your operating system vista or win7... if so launch Microsoft SQL Server Management Studio as Administrator and then attach the db
Random Solutions
command box on my form that when clicked sends my report as .pdf file but in wrong record
msaccess 2003 table update required
Hiding library private members.
xp professional service pack 3
Format a portion of text box in bold
How to start / run a stored procedure from a Winform by clicking a button
Access multi-column combobox selection
Vista-Win 2003 Trust Relationship Issue
Cant Change dbo login
DoCmd.TransferText acExportDelim, "", "qryStockExport", file, False, "" not working in an adp