To Find out the version of Microsoft SQL Server and Service Packs installed
Query
=====
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Sample Output
=============
8.00.2039 SP4 Personal Edition
Blog about technology and general post. Sharing my experience of the Contact Center world
-
There comes a time when the Standard DB dips and query just isn’t enough and one requires to pass parameters to a Stored Procedure and get p...
-
Integrating a Simple ASP.NET SOAP Web Service with Genesys URS using the Web Services Block Introduction Genesys within its routin...
-
VBScript to restrict only one instance of application is running For this example I have used Notepad (notepad.exe) ' Process.vbs ...
No comments:
Post a Comment