Is it possible to convert a data base in a exe file?
Database
3
Posts
3
Posters
0
Views
1
Watching
-
Hi all, i would to embed my database file(mssql 2005 express) in my exe file. can any one suggest me the way how i do this. thanks in advance.
rmshah Developer
You can't. SQL server need exclusive access to it when it is running as a database.
-
Hi all, i would to embed my database file(mssql 2005 express) in my exe file. can any one suggest me the way how i do this. thanks in advance.
rmshah Developer
As Rob pointed out, SQL Server Express Edition is not designed for this. However, you could have a look at SQL Server Compact Edition (SSCE) if it suits your needs better. Here's one article to start with: Data Storage Architecture with SQL Server 2005 Compact Edition[^]
The need to optimize rises from a bad design. My articles[^]