I'm trying to debug SQL Server 2005 stored procedures with Visual Studio 2005. According to Microsoft specifications the user of the connection has to be sysadmin. Doing this the debug works correctly, but I want to debug without have administration permissions or without be sysadmin. Is it possible...