I have a database on my Virtual PC running SQL server 2000. I want to transfer this to SQL server 2008 on my regular enviroment. I've tried to detach the database and moved it via the shared folder and then attached it in my SQL server management studio. But it will not complete the attachement and i get this error message:
"An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) Unable to open the physical file "C:\Database.MDF". Operating system error 5: "5(failed to retrieve text for this error. Reason: 15105)". (Microsoft SQL Server, Error: 5120)"
What faults 'am I doing?
Best regards, Wayne