zoukankan      html  css  js  c++  java
  • 给msde加装企业管理器

    -=给msde加装企业管理器=-

    首先,反对所谓的绿色版,运行那是 相~~~当 不稳定,自动关闭,要你有什么用?还广告飞扬!为了调试,花了我整整一天的时间。给大家节省的时间,也为了让大家少走点弯路。

    http://www.microsoft.com/downloads/info.aspx?na=46&p=5&SrcDisplayLang=zh-cn&SrcCategoryId=&SrcFamilyId=8E2DFC8D-C20E-4446-99A9-B7F0213F8BC5&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f9%2fb%2ff%2f9bff6646-2cdb-4069-ada0-548be9cb9338%2fSQL2000.MSDE-KB884525-SP4-x86-CHS.EXE

    这里是msde with sp4,下下来吧,80多的兆。接下来安装,唉,总装不上去,真不知道为什么?我怕是所谓的绿色版和免安装版有影响吧,大概把注册表写得乱七八糟吧。接下来装了N次,都这样,要不然自动回退,要不然无任何消息退出。晕。在添加删除程序里想把msde删掉,出现严重错误,一句话,想删我,不容易。怎么办,到ms查,说是msde安装里的一个已知bug,说要找到是那个msi文件才能删除。看了半天,试了多次,无功而返。继续查,发现一文,终于可以不用重装OS了。如下:

    To uninstall MSDE, select MSDE and click Install/Uninstall. 

    Hard Way: 

    Here is how Microsoft suggests manually removing MSDE. 

    A) Remove the following registry: 
    1) Remove the following ID_Number from your MSDE 2.0 instance 
    HKEY_CLASSES_ROOTInstallerProductsID_Number 
    -- It has key value name 'ProductName' which displays the instance name. 

    For example, "ProductName" = Microsoft SQL Server Desktop Engine 
    (MYINSTANCE) 

    2) If you had patch applied on this MSDE 2.0 instance, you need to 
    remove ID_Number for that MSDE 2.0 instance: 
    HKEY_CLASSES_ROOTInstallerPatchesID_Number 

    3) For MSDE 2.0 Default instance, remove 
    HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSSQLServer 
    For MSDE 2.0 named instance, remove 
    HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoftSQLServerYour_instance_name 

    4) If you have the following key points to MSDE 2.0 productGUID, then remove the InstanceComponentSet.x 
    For example, HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoftSQLServerComponent Set InstanceComponentSet.x 
    For example, InstanceComponentSet.1 has value matching the productGUID of sqlrun01.msi.

    5) Remove: 
    HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstallProductGUID
    -- The Product GUID which refers to your MSDE 2.0 instance. 

    6) Remove the Sql server service key: 
    For MSDE 2.0 default instance, remove
    HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSSQLServer 
    For MSDE 2.0 named instance, remove
    HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSSQL$Your_Instance_Name 

    7)Remove the Sql server agent service key: 
    For MSDE 2.0 default instance, remove
    HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSQLServerAgent 
    For MSDE 2.0 named instance, remove
    HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSQLAgent$Your_Instance_Name 

    B) Remove the MSDE 2.0 instance data and program install directory: 
    For example, G:Program FilesMicrosoftSQLServerMSSQL$Your_instanceNamedata
    For example, G:Program FilesMicrosoftSQLServerMSSQL$Your_instanceNameinn

    就是手动删除了。恩,这下终于可以装msde了。不太明白,msde装 完后没有管理器。在网上下了一个共享的管理器,一言,不好用。

    我平时都在2003上做事,手头的本本系统是xp,就把2003上的toolsinn目录里的东西全部调过来,直接覆盖到 xp 里的msde安装目录里 80 oolsinn里,(覆盖时请退出sqlserver服务管理器),试运行SQL Server Enterprise Manager.MSC,果然不行,网上续查。

    发现只要注册几个文件就可以了。见包里的msc.bat,运行就可以了。

    __________

    几点小结论:

    msde是免费的数据库,对于程序员和分发中小型数据库足够用,(2G大小,25个连接)也不是很大,就安装吧。msde删除是个难题,不行的话用上面的手动删除法。怎么盗用sqlserver企业版的管理器。

    还有一个小建议,不要再在所谓的精简版在耗费时间。

    dyydyy
    2006=4=19

  • 相关阅读:
    php openssl 加密解密
    PHP中进制之间的互相转换
    零基础学习FFMPEG
    git 强制更新本地和强制提交覆盖
    mysql 不常用备忘
    mysql <=> null 问题
    GD库imagettftext中文乱码的问题
    flex布局设置width无效
    下拉菜单css
    swagger:API在线文档自动生成框架
  • 原文地址:https://www.cnblogs.com/CodeGear/p/6388665.html
Copyright © 2011-2022 走看看