To change an existing instance of Microsoft SQL Server 2005 to a different edition of SQL Server 2005, you must run SQL Server 2005 Setup from the command prompt and include the SKUUPGRADE=1 parameter.

SQL Server kurulumunda aşağıdaki gibi bir hata alacak olursanız komut satırından SQL kurulum dosyasını SKUPGRADE parametresi ile çağırmanız gerekir. Bu şekilde kurulumu başlatırsanız sorununuz çözülmüş olur.

Hata Metni: To change an existing instance of Microsoft SQL Server 2005 to a different edition of SQL Server 2005, you must run SQL Server 2005 Setup from the command prompt and include the SKUUPGRADE=1 parameter.

Çözüm: komut satırında SQL setup dosyasının olduğu dizine gidin ve kurulumu aşağıdaki gibi çalıştırın.

setup.exe SKUUPGRADE = 1

 

2 yorum:

Adsız dedi ki...

Kod satırında "C:\Users\sda\Desktop\project\ProjectTools\SQL Server 2005\en_sql_2005_dev_x86_cd1\setup.exe SKUUPGRADE=1" yazdığım zaman geçerli işlem başlamıyor bunun sebebi ne olabilir?

Unknown dedi ki...

Kod satırında yolu göstermek yerine setup dosyasının olduğu klasöre girip öyle deneyin olacaktır.

Yorum Gönder

Share