EXECUTE permission denied on object ’sp_sdidebug’, database ‘master’, owner ‘dbo’. EXECUTE permissão negada ao objeto â € ™ sp_sdidebugâ € ™, banco de dados â € ~ masterâ € ™, proprietário â € ~ dboâ € ™.
I got this error from one of my ASP.NET web services when I tried to fetch some data from a remote database. Eu comecei este erro de um dos meus serviços da web ASP.NET quando eu tentei buscar alguns dados de um banco de dados remota. I tried searching online for a possible fix to this issue but found none to be convincing and so thought of publishing the solution that resolved the issue. Tentei busca on-line para uma possível para corrigir esse problema, mas nenhuma de ser encontrada de forma convincente e pensamento de publicar a solução que resolveu o problema.
Please note that this solution may only be effective if you are debugging your ASP.NET page/web service and are manually attaching the worker process. Por favor note que esta solução só pode ser eficaz se estiver a depurar o seu ASP.NET página / web serviço manualmente e são inerentes ao trabalhador processo.
1. 1. Attach to the worker process. Anexar ao trabalhador processo.


2. 2. With the aspnet_wp.exe highlighted hit the “Select…” button at the top right hand side. Com a aspnet_wp.exe destacou o hit "Selecionar…" botão na parte superior direita.

You will get the “Select Code Type” dialog with the “Automatically determine the type of code to debug” selected. Você vai ter o "Código Tipo Selecione" diálogo com o "automaticamente determinar o tipo de código para debug" seleccionado. Now for ASP.NET to use the “Managed” code type by checking the “Managed” checkbox. Agora, para ASP.NET para usar o "Dirigido" o tipo de código através da verificação da "Dirigido".
Try it again and it should work without the “EXECUTE permission denied on object ’sp_sdidebug’, database ‘master’, owner ‘dbo’.” error. Tente outra vez e ele deve trabalhar sem a "permissão negado em EXECUTE objeto 'sp_sdidebug', banco de dados' mestre ', dono" DBO "." Erro.
Hope it helps. Espero que ajude. Let me know of any issues or alternate solutions in comments. Permitam-me conhecimento de quaisquer questões ou suplente soluções em comentários.
Written by askars. Escrito por askars. Read more great feeds at is source Leia mais alimenta a grande fonte é WEBSITE SITE
1 comment 1 comentário . .
Read more articles on Leia mais artigos sobre howto howto and e Misc Misc and e ASP.NET ASP.NET and e .Net . Net and e Visual Studio Visual Studio and e Tips and Tricks Dicas e Truques . .
- [+] Digg [+] Digg : Feature this article : Feature este artigo
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Bookmark este artigo
- [+] Furl [+] Furl : Bookmark this article : Bookmark este artigo
















#1 # 1 . November 30th, 2007, at 6:27 AM. 30 de novembro de 2007, às 6h27.
That did the trick, thanks a million. Isso fez o truque, graças um milhão.
It was set on automatically and it checked the T-SQL, thats why i keep on getting this error. Foi estabelecido por ele controlado automaticamente e as T-SQL, thats por isso que eu mantenha a ter esse erro. I checked the project properties on the debug tab but SQLServer was unchecked. Eu verifiquei o projeto propriedades no separador debug SQLServer, mas foi desmarcada. But now I know there is this setting ;-) Mas agora eu sei não existe essa configuração ;-)
Thanks Obrigado