NEWS & TECH BLOG
Which SQL version?
25/09/2012 – in SQL queriesIt can sometimes be difficult to know precisely which version of SQL Server you are running.
Luckily, a simple query can reveal all:
select @@version
You can run this in Query Analyser (SQL 2000), in Management Studio (SQL 2005+) and even in GoldMine’s own SQL query window.