Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Guys..

I have successfully installed the sql Server 2008 r2 in
Xp have(service pack -2).
But When the sql server service did not manually started in XP system ServicePack-3 ..

It did not start manually. it show the WMI Error.
If may I want to change my Batch file for XP-ServicePack 3 system.
this is my batch file.
@echo off
rem 	Performs SQL Desktop Engine Setup
cls

echo *
echo     Unattended SQL DESKTOP ENGINE starting.
echo *
echo *
echo     Waiting for DESKTOP ENGINE Setup to finish...

rem =================================
rem What Platform?
rem =================================

@echo on
start /wait ServicePack\SQLEXPRWT_x86_ENU.exe /QS /ACTION=Install /IACCEPTSQLSERVERLICENSETERMS /ERRORREPORTING=0 /FEATURES=SQLEngine /INSTANCENAME=MyNewInstance /BROWSERSVCSTARTUPTYPE=Disabled /SECURITYMODE=SQL /SAPWD=Pwd123/SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SQLSVCSTARTUPTYPE=Automatic /TCPENABLED=1 /SQLSYSADMINACCOUNTS="Everyone" /AGTSVCACCOUNT="NT AUTHORITY\SYSTEM" /AGTSVCSTARTUPTYPE=Disabled

@echo off
:END
:DONE


Regards,
Saran.t
Posted
Updated 24-Feb-11 21:19pm
v2
Comments
Dave Kreskowiak 27-Feb-11 21:27pm    
Reposting the same question isn't going to help you. As you've been told before (http://www.codeproject.com/Questions/156726/Sql-server-R2-instance-Creation.aspx), without knowing what the error message is, it's impossible to help you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900