I have stored proc which is a service program for the target que. This proc
executes linked server queries.
i was reading "Pro SQL Server 2005 Service Broker, by Klaus" it says we have
to sign the stored procedure with a certificate and map a user to this
certificate to be able to execute on other database.
Our sql server runs with domain account. if i create a domain user and map
the user in linked server and grant appropriate access
to linked server database do i still need to sign the stored procedure.?
Thx!