anuboggaram
asked on
Cannot install sqlexpress 2008 on windows xp machine.
Hi,
Suddenly sqlexpress was not working on windows xp machine. Wanted to reinstall it but could not uninstall it easily.
uninstalled all sql components by running a batch file having commands
"rem SQL Server 2008 R2 Common Files
msiexec / x "{234F6B0D-10AE-4BB7-B2F3- E48D486195 2D}" "
Now i dont see any sql2008 list in add\remove programs
When i try to install sqlexpress freshly, its throwing error: The configuration failed to initiate"
Please help to resolve it.
Suddenly sqlexpress was not working on windows xp machine. Wanted to reinstall it but could not uninstall it easily.
uninstalled all sql components by running a batch file having commands
"rem SQL Server 2008 R2 Common Files
msiexec / x "{234F6B0D-10AE-4BB7-B2F3-
Now i dont see any sql2008 list in add\remove programs
When i try to install sqlexpress freshly, its throwing error: The configuration failed to initiate"
Please help to resolve it.
Not sure if this is applicable in this instance or not but i remember you used to have to specify the SA password in one of the setup config files before it allowed you to install.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
That worked and my problem go resolved.