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.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Need help Error :3906 in sql server 2005

Author  Topic 

scsfdev
Starting Member

4 Posts

Posted - 2008-12-05 : 02:51:26
Hi all,
I have one problem and so need ur guys F1.

Problem issue: I moved my DB from SQL Server Location (Program/MSSQL/..) to a location i created (D:/Database).
And then I attach the DB to SQL Server, the error popup. it said DB read-only. (When I move back my DB to SQL Server default location and then attach again, it worked well!) I already give all permission to D:/Database folder (including all users still not work).

Don't know what I missed out.
Can anybody give me some hints or some links or some help....


Thanks.

Visual Studio 2005 Pro + SQL Server 2005

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-12-05 : 09:33:38
Use Alter Database ... Modify file instead.
Go to Top of Page
   

- Advertisement -