Γειά σας, προσπαθώ να κάνω attach μία database από ένα SQL Express από ένα pc σε έναν άλλο σε άλλο pc. Το πρόβλημα είναι ότι γίνετε attach αλλά σε read only mode που δεν μπορώ ν' αλλάξω. Υπάρχει καμμιά λύση σε αυτό το πρόβλημα;
Όταν προσπαθώ να αλλάξω το ReadOnly από True σε False λαμβάνω το παρακάτω μύνημα:
TITLE: Microsoft SQL Server Management Studio Express
------------------------------
Alter failed for Database 'OnTime'. (Microsoft.SqlServer.Express.Smo)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Alter+Database&LinkId=20476
------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)
------------------------------
Unable to open the physical file "C:\SQL Databases\OnTime.mdf". Operating system error 5: "5(error not found)".
Unable to open the physical file "C:\SQL Databases\OnTime_log.LDF". Operating system error 5: "5(error not found)".
Database 'OnTime' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details.
ALTER DATABASE statement failed.
File activation failure. The physical file name "C:\SQL Databases\OnTime_log.LDF" may be incorrect. (Microsoft SQL Server, Error: 5120)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.2047&EvtSrc=MSSQLServer&EvtID=5120&LinkId=20476
------------------------------
BUTTONS:
OK
------------------------------
Ευχαριστώ