i ran these on the database
use DB
GRANT CREATE PROCEDURE TO USER
GRANT CREATE QUEUE TO USER
GRANT CREATE SERVICE TO USER
Use DB
GRANT SUBSCRIBE QUERY NOTIFICATIONS TO USER
Use DB
GRANT RECEIVE ON QueryNotificationErrorsQueue TO USER
ALSO ENABLE_BROKER
this is the query
select column(char(12) FROM dbo.table
running a profile i get this error
type="subscribe" source="statement" info="invalid"
I've looked here
http://msdn.microsoft.com/en-us/library/ms189308.aspx
and here
http://msdn.microsoft.com/en-us/library/aewzkxxh(VS.80).aspx
can't figure this out....drive'n me crazy
it's just on this database...i can get it to work on other databases