Skippy Fastol
Skippy Fastol

Reputation: 1775

"Light" serverless SQL engine with T-SQL language access

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

Answers (1)

SLaks
SLaks

Reputation: 887459

Unless you use advanced T-SQL features, SQL CE ought to be enough.

Upvotes: 2

Related Questions