Run this query for the SQL Server name, edition, product level, and product version:
SELECT
SERVERPROPERTY('SERVERNAME') AS 'Server Name',
SERVERPROPERTY('EDITION') AS 'Edition',
SERVERPROPERTY('PRODUCTLEVEL') AS 'Product Level',
SERVERPROPERTY('PRODUCTVERSION') AS 'Product Version'
Refer to Microsoft KB 321185 titled, "How to identify your SQL Server version and edition" to identify which service pack corresponds with the product version number.
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2007
(80)
-
▼
March
(12)
- Visual Studio 2005: Display Line Numbers Globally
- Visual Studio 2005: Error: Setup Failed
- SharePoint V2: Error: HTTP 404: File Not Found I...
- SharePoint V3: Configuring Custom NewForm.aspx, E...
- Links: SharePoint V3: High Availability
- SQL Server: Query Server Name, Edition, Product L...
- SharePoint V3: Subtle Behaviors with Custom Site ...
- SharePoint V3: Master Page Not Inherited By Non-P...
- SharePoint Designer Workflow: It's Just a Facilit...
- SharePoint V3: Error: Excel Services: Access De...
- SharePoint Intranets, Evolving Beyond Department S...
- Effective Security Model for SharePoint
-
▼
March
(12)
Events / Conferences / User Groups
- AIIM Conference
- Boston Area SharePoint User Group
- Boston Azure User Group
- Collaborate
- DevConnections
- DevIntersection
- Enterprise Search Summit
- Microsoft Build
- Microsoft SharePoint Conference
- Microsoft TechEd
- New England ASP.NET Professionals User Group
- New England Oracle Applications User Group
- Oracle Applications User Group (OAUG)
- Oracle OpenWorld
- PeopleSoft Government Contractor Special Interest Group
- PeopleSoft Southern New England Users Group
- Quest International Users Group
- SharePoint Saturday
- SPTechCon
- SQL PASS
- SQL Saturday
- Startup Weekend
No comments:
Post a Comment