1
Answer

SQL Server Installation

Vikas Mishra

Vikas Mishra

13y
1.2k
1
Hi friends
 
I have a new install of 2008R2 running and have started to load up my applications - one of which is Lansweeper .I am getting an SQL Express error on install - error 2068578304.

I have already loaded an application that has installed the C++ 2005 distributions in order for this other application to run.I also find that the C++ 2008 distributions have also been loaded by an application.

Why the SQL install error is occur?




Thanks.
Answers (1)
0
ytram5

ytram5

NA 135 0 20y
Are you saying that Host=host will change wherever your application is deployed? If so, there are several ways you could implement it. A common way is using an xml configuration file. Using this, there will be a file associated with the executable that will contain the necessary host information to make a connection. If host is all that is changing, you could also just have the host be an argument that is passed to the application upon startup.