I have searched the internet and this forum and have not found an answer...
I am trying to install the AdventureWorks database into my single instance of MS SQL Server Express 2005. I am logged into my machine as an administrator and logged into SQL Server 2005 express 'sa'. I attempt to run the following script:
exec sp_attach_db @dbname = N'AdventureWorks',
@filename1 = Go to the complete details ...