Re: [GENERAL] How to debug efficiently

2010-06-03 Thread Justin Graf
On 6/3/2010 5:43 AM, Jamie Lawrence-Jenner wrote: > > Hi All > > In SQL Server I could copy sql code out of an application and paste it > into SSMS, declare & assign vars that exist in the sql and run.. yay > great debugging scenario. > > e.g. (please note I am rusty and syntax may be incorrect)

Re: [GENERAL] How to debug efficiently

2010-06-03 Thread Alban Hertroys
On 3 Jun 2010, at 12:43, Jamie Lawrence-Jenner wrote: > Hi All > > In SQL Server I could copy sql code out of an application and paste it into > SSMS, declare & assign vars that exist in the sql and run.. yay great > debugging scenario. > > e.g. (please note I am rusty and syntax may be incorr