Reputation: 1775
I would like to create integration tests for a program that will be connected to a SQL Server in production.
But I would like the unit tests to be shippable and loadable without the need for a running SQL Server...
Would you kindly suggest an option ?
Upvotes: 0
Views: 109
Reputation: 887459
Unless you use advanced T-SQL features, SQL CE ought to be enough.
Upvotes: 2