Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Installing SQL Server 2005 Express edition from Command line

    SQLEXPR32.EXE /qb addlocal=all InstanceName=NEWSQLEXPRESS DisableNetworkProtocols=0 SECURITYMODE=SQL SAPWD=YOURPASSWORD SQLAUTOSTART=1 SQLBROWSERAUTOSTART=1 ENABLERANU=0

    With this command line you install the following:

    1. Basic User Interface for the Installation Process (/qb)

    2. A new instance of SQL...

Viewing post 1 (of 2 total)