search
HomeDatabaseMysql Tutorial 谈谈SQLSERVER的价格

谈谈SQLSERVER的价格 有些人不是很明白SQLSERVER的价格,包括我自己,之前跟一个SQLSERVER销售员咨询了一下 这个销售员挺热情的,尽管我购买的可能性非常低但是他还是很热情给我讲解,这种销售服务态度真的很好 我说一下从销售员那里咨询到的信息吧 微软的SQ

谈谈SQLSERVER的价格

有些人不是很明白SQLSERVER的价格,包括我自己,之前跟一个SQLSERVER销售员咨询了一下

这个销售员挺热情的,尽管我购买的可能性非常低但是他还是很热情给我讲解,这种销售服务态度真的很好

我说一下从销售员那里咨询到的信息吧

 

微软的SQLSERVER产品分为两种卖法:

1、盒装

2、授权

1、盒装:带光盘,跟主机有绑定,不能降级使用

2、授权的是最新版本,能降级,不带光盘,价格比较高

 

主机绑定的意思:主机绑定就是这套软件只能在这一台机器上面重复安装

 日期:2013年02月04日 星期一                                         金额单位:元(人民币)

序号

名     称

数量

优惠价格

小计¥

1

SQLSvr Std 2012 CHNS OLP NL 15Clts授权

1

36000

36000

2

SQL  2012 CHNS OLP NL Usr CAL授权

5

2000

10000

3

SQL server 2008R2 简体中文 中小企业版 5用户端 盒装

1

5300

5300

备注:  1. 以上所提供软件产品保证具有合法版权,并承担相关法律责任。

        2. 本报价含17%增值税, 价格有效期5天。

        3.交货期5个工作日。

       4.以上产品报价皆是微软电子授权方式,不含光盘价;光盘需另订1000元/套。

 

说一下上面的几个关键字的意思:

STD:标准版

CHNS:简体中文

NL:授权

CAL:客户端

USRCAL:用户客户端

OLP:OLTP 、OLAP

听他说,现在买授权只能使用SQL2012,如果要使用SQL2008R2 或者SQL2005只能降级使用

但是费用不会降级,就是说只使用SQL2005的功能也要给SQL2012的钱,除非你买盒装的,买SQL2008R2盒装版 (一般电脑城有卖)

 

选择授权的方式也要注意:

  • 如果是B/S的系统最好选择CPU授权,香港服务器,不要选择客户端授权,按照你的服务器的CPU数量来买最划算
  • 如果是C/S的系统,选择客户端或者CPU都可以,网站空间,不过选择客户端比较便宜,因为连接的客户端比较少的话不用买那麽多
  • 如果买CPU授权,会比客户端授权贵,如果你的客户端比较少的话

     

     

    本人一般在MSDN 我告诉你这个网站下载SQLSERVER安装镜像 ,下载下来之后用虚拟光驱加载一下ISO文件,

    直接双击setup.exe 安装,里面已经自带了key,不过毕竟是盗版,所以建议还是供学习SQLSERVER使用,香港虚拟主机,不要用在生产环境

    MSDN 我告诉你

     

    -------------------------------------------华丽的分割线------------------------------------------------------

    北京上北智信公司提供的价格信息

    五用户 微软SQL server 2008标准版促

     

    Statement
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    What Are the Limitations of Using Views in MySQL?What Are the Limitations of Using Views in MySQL?May 14, 2025 am 12:10 AM

    MySQLviewshavelimitations:1)Theydon'tsupportallSQLoperations,restrictingdatamanipulationthroughviewswithjoinsorsubqueries.2)Theycanimpactperformance,especiallywithcomplexqueriesorlargedatasets.3)Viewsdon'tstoredata,potentiallyleadingtooutdatedinforma

    Securing Your MySQL Database: Adding Users and Granting PrivilegesSecuring Your MySQL Database: Adding Users and Granting PrivilegesMay 14, 2025 am 12:09 AM

    ProperusermanagementinMySQLiscrucialforenhancingsecurityandensuringefficientdatabaseoperation.1)UseCREATEUSERtoaddusers,specifyingconnectionsourcewith@'localhost'or@'%'.2)GrantspecificprivilegeswithGRANT,usingleastprivilegeprincipletominimizerisks.3)

    What Factors Influence the Number of Triggers I Can Use in MySQL?What Factors Influence the Number of Triggers I Can Use in MySQL?May 14, 2025 am 12:08 AM

    MySQLdoesn'timposeahardlimitontriggers,butpracticalfactorsdeterminetheireffectiveuse:1)Serverconfigurationimpactstriggermanagement;2)Complextriggersincreasesystemload;3)Largertablesslowtriggerperformance;4)Highconcurrencycancausetriggercontention;5)M

    MySQL: Is it safe to store BLOB?MySQL: Is it safe to store BLOB?May 14, 2025 am 12:07 AM

    Yes,it'ssafetostoreBLOBdatainMySQL,butconsiderthesefactors:1)StorageSpace:BLOBscanconsumesignificantspace,potentiallyincreasingcostsandslowingperformance.2)Performance:LargerrowsizesduetoBLOBsmayslowdownqueries.3)BackupandRecovery:Theseprocessescanbe

    MySQL: Adding a user through a PHP web interfaceMySQL: Adding a user through a PHP web interfaceMay 14, 2025 am 12:04 AM

    Adding MySQL users through the PHP web interface can use MySQLi extensions. The steps are as follows: 1. Connect to the MySQL database and use the MySQLi extension. 2. Create a user, use the CREATEUSER statement, and use the PASSWORD() function to encrypt the password. 3. Prevent SQL injection and use the mysqli_real_escape_string() function to process user input. 4. Assign permissions to new users and use the GRANT statement.

    MySQL: BLOB and other no-sql storage, what are the differences?MySQL: BLOB and other no-sql storage, what are the differences?May 13, 2025 am 12:14 AM

    MySQL'sBLOBissuitableforstoringbinarydatawithinarelationaldatabase,whileNoSQLoptionslikeMongoDB,Redis,andCassandraofferflexible,scalablesolutionsforunstructureddata.BLOBissimplerbutcanslowdownperformancewithlargedata;NoSQLprovidesbetterscalabilityand

    MySQL Add User: Syntax, Options, and Security Best PracticesMySQL Add User: Syntax, Options, and Security Best PracticesMay 13, 2025 am 12:12 AM

    ToaddauserinMySQL,use:CREATEUSER'username'@'host'IDENTIFIEDBY'password';Here'showtodoitsecurely:1)Choosethehostcarefullytocontrolaccess.2)SetresourcelimitswithoptionslikeMAX_QUERIES_PER_HOUR.3)Usestrong,uniquepasswords.4)EnforceSSL/TLSconnectionswith

    MySQL: How to avoid String Data Types common mistakes?MySQL: How to avoid String Data Types common mistakes?May 13, 2025 am 12:09 AM

    ToavoidcommonmistakeswithstringdatatypesinMySQL,understandstringtypenuances,choosetherighttype,andmanageencodingandcollationsettingseffectively.1)UseCHARforfixed-lengthstrings,VARCHARforvariable-length,andTEXT/BLOBforlargerdata.2)Setcorrectcharacters

    See all articles

    Hot AI Tools

    Undresser.AI Undress

    Undresser.AI Undress

    AI-powered app for creating realistic nude photos

    AI Clothes Remover

    AI Clothes Remover

    Online AI tool for removing clothes from photos.

    Undress AI Tool

    Undress AI Tool

    Undress images for free

    Clothoff.io

    Clothoff.io

    AI clothes remover

    Video Face Swap

    Video Face Swap

    Swap faces in any video effortlessly with our completely free AI face swap tool!

    Hot Article

    Hot Tools

    MinGW - Minimalist GNU for Windows

    MinGW - Minimalist GNU for Windows

    This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

    SublimeText3 Chinese version

    SublimeText3 Chinese version

    Chinese version, very easy to use

    DVWA

    DVWA

    Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

    Zend Studio 13.0.1

    Zend Studio 13.0.1

    Powerful PHP integrated development environment

    PhpStorm Mac version

    PhpStorm Mac version

    The latest (2018.2.1) professional PHP integrated development tool