输入banner图图片脚本导航/分类

查看SQLserver2008R2的ServicePackage版本号(同样适用于SQLServer2

在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')