we like to deploy the SQL2000 GDRand QFE fixes to our servers thru silent mode , is there any way to deterime the buildlevel (either 2039 or 2187) from the registry so that we can apply the appropriate fix for GDR/QFE ? we know we can connect to SQL interactivley and check the buildlevel by select serverproperty ('productlevel') but if we want to do it thru unattended mode, it would be much easier if we can determine it from the registry setting , right ?
anyone has any feedback is mostly appreciated ?? Thanks "Anthony L." wrote: > we like to deploy the SQL2000 GDRand QFE fixes to our servers thru silent > mode , is there any way to deterime the buildlevel (either 2039 or 2187) from > the registry so that we can apply the appropriate fix for GDR/QFE ? > > we know we can connect to SQL interactivley and check the buildlevel by > select serverproperty ('productlevel') but if we want to do it thru > unattended mode, it would be much easier if we can determine it from the > registry setting , right ?