|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Unit testing stored proceduresWhat is the best way to unit test stored procedures? I've got some which
generate anywhere from 250k to 3million records each. The ideas which come to mind are horribly inefficient. Any advice or URLs would be greatly appreciated. Thanks in advance. -- Regards, John MacIntyre http://www.johnmacintyre.ca Specializing in; Database, Web-Applications, and Windows Software Do you mean test for accuracy (correct data, correct order), or load test
(to see if concurrent usage will bring your server to its knees)? Show quote "John" <Please.Re***@To.the.group.com> wrote in message news:uVlI8T1gFHA.1248@TK2MSFTNGP12.phx.gbl... > What is the best way to unit test stored procedures? I've got some which > generate anywhere from 250k to 3million records each. The ideas which come > to mind are horribly inefficient. > > Any advice or URLs would be greatly appreciated. > > Thanks in advance. > -- > Regards, > John MacIntyre > http://www.johnmacintyre.ca > Specializing in; Database, Web-Applications, and Windows Software > > |
|||||||||||||||||||||||