What is the best way to test T-SQL stored procedures?

woojtii

Member
Joined
Jun 15, 2006
Messages
13
Hi,


what is the best way to test T-SQL stored procedures?

Do You use some special tools for this task?


Wojtek
 
Usually I use the Execution Plan. But it depends...what do you want to test it for? to see what kind of results it returns or to see what indexes it uses..
 
Back
Top