in reply to
a perl framework to test mssql database
Why not write a test with Test::Simple where you first INSERT fixed values into your test-db as one test and SELECT them in the next one?
Comment on
Re: a perl framework to test mssql database
In Section
Seekers of Perl Wisdom