How to enable debugging of stored procedures in visual studio? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T21:24:42Z http://stackoverflow.com/feeds/question/282876 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/282876/how-to-enable-debugging-of-stored-procedures-in-visual-studio 2 How to enable debugging of stored procedures in visual studio? eviljack 2008-11-12T03:01:16Z 2009-06-03T16:44:28Z <p>Ok, this is driving me nuts.</p> <p>I've done just about everything I can to enable step through debugging of stored procedures of a sql server 2005 database.</p> <p><a href="http://arjunachith.blogspot.com/2007/05/debugging-stored-procedures-debug.html" rel="nofollow">http://arjunachith.blogspot.com/2007/05/debugging-stored-procedures-debug.html</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/zefbf0t6(vs.71).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/zefbf0t6(vs.71).aspx</a></p> <p>My currents setup:</p> <ol> <li>visual studio 2008 SP1</li> <li>SQL server 2005 express database (yes you can debug on this)</li> <li>DEV database on my localmachine with "root" login as sysadmin</li> </ol> <p>All I want to do is right click on a stored proc in my server explorer in VS 2008 and see "step into stored procedure". I've done all I can and I can't see that. I'm just trying to access a local database on my local machine, I've created an account</p> http://stackoverflow.com/questions/282876/how-to-enable-debugging-of-stored-procedures-in-visual-studio/282937#282937 2 Answer by GalacticCowboy for How to enable debugging of stored procedures in visual studio? GalacticCowboy 2008-11-12T03:31:54Z 2008-11-12T04:03:04Z <p>What edition of VS2008 are you running? I just checked on Pro and Team System, and I get that option on both; I also have C# Express, and it doesn't give this option. (I don't have Standard, so can't check that one...)</p> <p>[edit] From the second link you provided (MSDN), on the right-hand side there's a link for VS2008 that indicates it only applies to Pro and Team.</p> http://stackoverflow.com/questions/282876/how-to-enable-debugging-of-stored-procedures-in-visual-studio/283534#283534 0 Answer by eviljack for How to enable debugging of stored procedures in visual studio? eviljack 2008-11-12T10:32:15Z 2008-11-12T10:32:15Z <p>I've got the Pro version. I know it <em>should</em> be there but isn't.</p> http://stackoverflow.com/questions/282876/how-to-enable-debugging-of-stored-procedures-in-visual-studio/388901#388901 0 Answer by eviljack for How to enable debugging of stored procedures in visual studio? eviljack 2008-12-23T13:47:29Z 2008-12-23T13:47:29Z <p>help? I'm still here, need answer...</p>