Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
infoniit
Starting Member
1 Post |
Posted - 2009-11-03 : 23:30:14
|
Can any body Help me in this -I am trying to use SQL Notification I am using SQL SERVER 2005Login details are as follow -Server Type - Database EngineServer Name - NIIT\NIITAuthentication - Window AuthenticationUser Name - NIIT\VishalPassword - on my own database "test"I followed these steps - 1. ALTER DATABASE test SET ENABLE_BROKER;2. CREATE QUEUE testq;3. CREATE SERVICE testser ON QUEUE testq ([http://schemas.microsoft.com/SQL/Notifications/PostQueryNotification]);4. USE testProblem starts from here - GRANT SUBSCRIBE QUERY NOTIFICATIONS TO database_principalafter executing this query I am geeting this error"Msg 15151, Level 16, State 1, Line 1Cannot find the user 'database_principal', because it does not exist or you do not have permission."Thanx every one who is trying to solve my problem |
|
|
|
|