发表于: 2006.04.20 07:06
分类: 计算机技术
出处: http://whitechief.itpub.net/post/1825/70660
---------------------------------------------------------------
The commands for sql server 2005 are almost the same. The biggest difference is to add a new parameter: -i InstanceName
So, the commands are like this:
cd "C:Program FilesMicrosoftSQL Server90ToolsBinn"
rskeymgmt /?
rskeymgmt -e -i INST2005 -f swc -p 123456
rskeymgmt -r installationid(to be replaced) -i INST2005
rskeymgmt -a -i INST2005 -f swc -p 123456











