Home > Database > Mysql Tutorial > body text

查看SQL server 2008 R2 的Service Package 版本号(同样适用于SQL Server 2

WBOY
Release: 2016-06-07 17:38:09
Original
1310 people have browsed it

在SQL Server 中新建一个查询(new Query),然后输入下面的SQL脚本,即可看到当前的数据库的Service Package (补丁包)的版本号 select serverproperty('productversion'),serverproperty('productlevel'),serverproperty('edition')

在SQL Server 中新建一个查询(new Query),然后输入下面的SQL脚本,,即可看到当前的数据库的Service Package (补丁包)的版本号

select serverproperty('productversion') ,serverproperty('productlevel') ,serverproperty('edition')

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template