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.
Author |
Topic |
georgezetta
Starting Member
3 Posts |
Posted - 2012-07-19 : 06:43:16
|
What's the best way to debug my script ?unspammed |
|
sunitabeck
Master Smack Fu Yak Hacker
5155 Posts |
Posted - 2012-07-19 : 06:48:27
|
You can debug scripts and stored procedures using Visual Studio debugger or the debug features in SSMS. I might be wrong, but from what I can tell, neither is very popular with SQL developers. People do it the old-fashioned way - they put print statements. |
 |
|
|
|
|