Hi, in my web form apps, I am using SQL Server Database (Not Compact 4.0 one), I am following this steps to enable SQL Server service broker:http://msdn.microsoft.com/en-us/library/ms166086.aspx
But when I execute it in my SQL server database, I got this error: The database is created in my local machine, I should have full excess to it, why did I get that error? Does anybody know how to enable the service broker in some other way? thanks.
Msg 5011, Level 14, State 5, Line 3
User does not have permission to alter database 'Database1', the database does not exist, or the database is not in a state that allows access checks.
Msg 5069, Level 16, State 1, Line 3
ALTER DATABASE statement failed.