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 |
|
vafan30
Starting Member
2 Posts |
Posted - 2008-11-02 : 04:55:43
|
| Hi,I need to test stored procedures with various input parameters to make sure no input make it crash. I whant to do this without the procedure leaving any data in database.It should be possible to write a procedure for this purpose. But before i start i would like to know if som one already did this or tried to do this? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-02 : 10:52:12
|
| http://www.dbazine.com/sql/sql-articles/cook1http://www.sqlservercentral.com/articles/TSQLUnit/64357/ |
 |
|
|
|
|
|