B
Brian Henry
I keep getting the following exception...
A first chance exception of type 'System.Data.SqlClient.SqlException'
occurred in System.Data.dll
Error: EXECUTE permission denied on object 'sp_sdidebug', database 'master',
owner 'dbo'.
why would i be getting that? I have SQL debugging disabled in VS 2005. I and
the user I am logging into the SQL Server with has permissions to do what it
needs to on another database "dbTest"
this is a windows service doing this I am trying to debug. It's running as a
local service. And what is a first chance exception anyways? thanks!
A first chance exception of type 'System.Data.SqlClient.SqlException'
occurred in System.Data.dll
Error: EXECUTE permission denied on object 'sp_sdidebug', database 'master',
owner 'dbo'.
why would i be getting that? I have SQL debugging disabled in VS 2005. I and
the user I am logging into the SQL Server with has permissions to do what it
needs to on another database "dbTest"
this is a windows service doing this I am trying to debug. It's running as a
local service. And what is a first chance exception anyways? thanks!