I have a C # project and need that when I create your installer it is also installed on the client machine SQL Server 2008. Would it be possible to do this?
I have a C # project and need that when I create your installer it is also installed on the client machine SQL Server 2008. Would it be possible to do this?
It is possible.
The procedure is quite large for an answer and can be found here . The tutorial explains how to embed an instance of SQL Server 2008 in your system. I believe it works for SQL Server 2012.