Looking for SQL Debugger
Hi All,
I' m looking for SQL Debugger that shows temporary tables while debugging... do you have any recommendation ?
Thanks,
Ted
[157 byte] By [
theod.1] at [2007-11-11 8:01:20]

# 1 Re: Looking for SQL Debugger
Are you using SQL Server?
You can debug Stored Procs in Query Analyzer - I never find the debugger that useful myself - I don't think it will show you your temporary tables.
You might want to run a "select * from #temptablename" at various points in your SQL code to help your debugging and print statements to monitor your variables.