Collections:
Versions of SQL Server Transact-SQL
How do I tell what version of Transact-SQL my SQL Server is using?
✍: FYIcenter.com
The Transact-SQL version is the same as the SQL Server.
You can determine the SQL Server version using the following
Transact-SQL statement:
SELECT @@version ------------------------------------------------------------------------ Microsoft SQL Server 2014 - 12.0.2000.8 (Intel X86) Feb 20 2014 19:20:46 Copyright (c) Microsoft Corporation Express Edition on Windows NT 6.1 <X86> (Build 7601: Service Pack 1)
Â
2017-06-16, 1840👍, 0💬
Popular Posts:
How to download and install Microsoft SQL Server Management Studio Express in SQL Server? Microsoft ...
Where to find answers to frequently asked questions on Introduction to Date and Time Handling in MyS...
Where to find answers to frequently asked questions on Storage Engines: MyISAM, InnoDB and BDB in My...
How To End a Stored Procedure Properly in SQL Server Transact-SQL? Where the end of the "CREATE PROC...
Where to find tutorials to answer some frequently asked questions on Microsoft SQL Server Transact-S...