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)
⇒ Is SQL Server Transact-SQL Case Sensitive?
⇐ What Is SQL Server Transact-SQL (T-SQL)?
2017-06-16, 3282🔥, 0💬
Popular Posts:
How to run Queries with SQL Server Management Studio Express in SQL Server? 1. Launch and connect SQ...
What Are Bitwise Operations in SQL Server Transact-SQL? Bitwise operations are binary operations per...
Can Date and Time Values Be Converted into Integers in SQL Server Transact-SQL? Can date and time va...
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...