Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
clafrieda
Starting Member
1 Post |
Posted - 2005-08-25 : 22:03:44
|
I was wondering if anyone had tried to embed sql server express in a .net application. Specifically, I want to use it from within the app only, similar to embedded mysql (libmysqld) or firebird. I've seen some articles on sql server express saying this can be done, however there is no info on how do to this. Anyone know how it might be done? |
|
Lance Delano
Starting Member
2 Posts |
Posted - 2005-09-12 : 19:55:53
|
You can do this. SSE is available as a redist. You just need to wrap it up in your setup program. The Visual Studio ClickOnce deployment functionality enables this. |
|
|
|
|
|