I have developed account software for my clients. I used the Sql Server 2008 database with stored procedures. It was developed in Visual Studio 2010, dot net framework 3.0. I have over 500 clients using Windows 7.
The main problem is this:
Is the sql server runtime environment automatically installed using dotnet networks? Since the MS Access database does not require Office to be installed on the client.
I can not install SQL Server 2008 on each client, its hard work. In addition, customers are not aware of the installation process.
How to start a SQL Server database on clients without setting its configuration on clients? Are there any runtime files or settings?
source
share