简体   繁体   English

SQL Server Express 2014-@@版本2008

[英]SQL Server Express 2014 - @@version 2008

I have a question reharding strange behavior of Sql Server. 我有一个问题,以重提Sql Server的奇怪行为。 I had sql server 2008 edition which I uninstalled and installed SSMS Express 2014 instead. 我安装了sql server 2008版,而不是卸载并安装了SSMS Express 2014。 However I could not perform any advanced analytics on sample northwind db ie lead, lag, preceding etc. 但是我无法对样本罗斯文数据库执行任何高级分析,即超前,滞后,前移等。

When I asked the program @@version , the output was 2008sp4 . 当我询问程序@@version ,输出为2008sp4

How may it be that SSMS2014 has 2008 engine? SSMS2014怎么会有2008引擎? How to fix it? 如何解决?

There two applications such as SQL Server and SSMS. 有两个应用程序,例如SQL Server和SSMS。

SQL Server is a windows service which stores data. SQL Server是Windows服务,用于存储数据。 It does not have user interface. 它没有用户界面。

SSMS is an UI application which connects to SQL Server to manipulate data by T-SQL language. SSMS是一个UI应用程序,它连接到SQL Server以通过T-SQL语言处理数据。 It has user interface. 它具有用户界面。

When you execute @@version , then you get a version of SQL Server. 当执行@@version ,您将获得一个SQL Server版本。

If you want to know your SSMS version, then just click Help -> About 如果您想知道您的SSMS版本,只需单击Help -> About

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM