Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 debugging CLR procedure

Author  Topic 

cognos79
Posting Yak Master

241 Posts

Posted - 2010-01-27 : 14:23:44
While debugging the procedure it takes 4 to 5 secs to move the code execution go from one line to the next one.(Pressing F10).
is it expected behavior?

DaleTurley
Yak Posting Veteran

76 Posts

Posted - 2010-01-29 : 08:48:26
Are you debugging in Visual Studio or SQL Server Management Studio (2008)?

Sometimes certain lines of code can take a while to execute, it depends on what the code is doing...
Go to Top of Page
   

- Advertisement -