dotnet academic:
Anyone seen this error message and know how to correct it??
CREATE DATABASE permission denied in database 'master'. Could not attach
database 'bookorder' to file 'C:\Program Files\Microsoft SQL
Server\MSSQL\Data\BookOrder.mdf'.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: CREATE DATABASE
permission denied in database 'master'. Could not attach database 'bookorder'
to file 'C:\Program Files\Microsoft SQL Server\MSSQL\Data\BookOrder.mdf'.
This just recently happened. I am able to see Bookorder Database tables in
solution explorer but when I use sql connection to get data into my project
this error comes up. Cant understand why database 'master' is trying to
attach to bookorder.mdf. Get same error when I try to connect to northwind,
pubs or any other databases.
help
windows PRO
MSDE
Visual Studio .NET acad 2003
--