Re: Windows Services Security
From: Ron (noone_at_nowhere.com)
Date: 02/18/05
- Next message: Mattias Sjögren: "Re: Using GetSystemPaletteEntries"
- Previous message: Lespaul36: "Add-In"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Feb 2005 06:59:16 -0000
Hi Arvind.
Are you debugging your SQL code on that database?
If so, you have to grant execute permission to the 'sp_sdidebug' stored
procedure.
Example
use master
grant execute on sp_sdidebug to public
go
Visual Studio help has some information about SQL debugging.
HTH
"Arvind P Rangan" <arvind99@hotmail.com> wrote in message
news:ORBk5yK#EHA.2156@TK2MSFTNGP10.phx.gbl...
> Hi all,
>
> We are writing a service which tries to access two database server on
> different network.
>
> while connecting to one of the database it give error saying 'EXECUTE
> permission denied on object 'sp_sdidebug', database 'master', owner
'dbo''.
>
> But if we are trying to connect to the same Database with any web or
windows
> application it does not raise any error and we are able to connect to that
> DB.
>
> We have also written the same service in VB6 which is working fine.
>
> Thanks for your help
> Arvind
>
>
>
>
>
- Next message: Mattias Sjögren: "Re: Using GetSystemPaletteEntries"
- Previous message: Lespaul36: "Add-In"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|