I am creating a Desktop application in .Net for which I need a database which is
- Portable i.e. like MS-Access
- Have facility of stored procedures like SQL Server.
All the databases that I look for do not have both of this facilities. For e.g. MS Access and SQL lite do not support procedures and SQL Server do not support portability.
Or there are alternate databases having these two qualities?