upgrading MSDE 2000 to SQL Server 2005 Express
- From: mal hit <malehit@xxxxxxxxx>
- Date: Thu, 18 Jan 2007 08:27:44 -0800
I am upgrading MSDE 2000 to SQL Server 2005 Express
Command to install MSDE:
"C:\MSDERelA\setup.exe" SAPWD="sa" INSTANCENAME="MSDE_NEW"
DISABLENETWORKPROTOCOLS=n SECURITYMODE=SQL
Command to upgrade SQL Server 2005 Express:
"C:\SQL Server 2005 Express Extract\setup.exe" /qb UPGRADE=SQL_Engine
INSTANCENAME=MSDE_NEW ADDLOCAL=SQL_Engine SAPWD=wipro123
INSTALLSQLDIR="D:\~DRA\Projects\CAT\SQL2000NEW\"
INSTALLSQLDATADIR="D:\~DRA\Projects\CAT\SQL2000NEW\Data\" AUTOSTART=1
SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0
While the upgrade was successful, the database files were not moved from
default location of MSDE 2000 to INSTALLSQLDATADIR of 2005
Any tips in making the files move during upgrade? I don?t want the data
to be in one location and SQL binary files in some other location.
*** Sent via Developersdex http://www.developersdex.com ***
.
- Prev by Date: Re: SP 3a on 64-bit SQL 2000
- Next by Date: RE: Can't access Sql Server Express 2005
- Previous by thread: Re: SP 3a on 64-bit SQL 2000
- Next by thread: SQL Server 2005 eval install error
- Index(es):
Relevant Pages
|