zoukankan      html  css  js  c++  java
  • sql server 2000 版本查询

    确定已安装的   SQL   Server   2000   Database   Components   版本    
       
      使用   isql、osql   或查询分析器,对数据库引擎实例执行以下查询之一。    
      SELECT   SERVERPROPERTY('ProductLevel')  
      SELECT   @@VERSION    
      SELECT   SERVERPROPERTY('ProductVersion')    
       
      利用下表确定您的   Database   Components   版本。    
      SQL   Server   2000   版本和级别/@@VERSION/产品级别    
      SQL   Server   2000   原始版本/8.00.194/RTM    
      Database   Components   SP1/   8.00.384/SP1    
      Database   Components   SP2/8.00.534/SP2    
      Database   Components   SP3、SP3a   或   MSDE   2000   Release   A/8.00.760/SP3    
      Database   Components   SP4/8.00.2039/SP4    

     
    输入   select   @@version  
       
      SQL2000   SP4   的版本应该是:     2000   -   8.00.2039  
       
       
      SQL   Server   2000   版本和级别       @@VERSION       ProductLevel  
      SQL   Server   2000   RTM                   8.00.194               RTM    
      Database   Components   SP1           8.00.384               SP1    
      Database   Components   SP2           8.00.534               SP2    
      Database   Components   SP3           8.00.760               SP3    
       
       
      SQL   Server   2000   原始版本                   8.00.194   RTM    
      Database   Components   SP1                     8.00.384   SP1    
      Database   Components   SP2                     8.00.534   SP2    
      Database   Components   SP3、  
      SP3a   或   MSDE   2000   Release   A             8.00.760   SP3    
      Database   Components   SP4                     8.00.2039   SP4

  • 相关阅读:
    routine的加载
    Forms Authentication and Role based Authorization: A Quicker, Simpler, and Correct Approach
    How does Request.IsAuthenticated work?
    细说ASP.NET Forms身份认证
    IIS URL Rewriting and ASP.NET Routing
    Razor syntax reference for ASP.NET Core
    win10 合并磁盘 disk Acronis Disk Director
    bad object refs/remotes/origin/HEAD
    https://www.atlassian.com/git/tutorials/git-gc
    c++ 中文字符串处理方法
  • 原文地址:https://www.cnblogs.com/fanyf/p/2611796.html
Copyright © 2011-2022 走看看