I have an application and this will "install" some stored procedures into a local database.
I want to make a unit test to validate the stored procedures so that the will be valid from SQL Server 2005 and up.
Is there a way to do this with / without SQL Server?