About 24,500 results
Open links in new tab
  1. How to check SQL Server version - Stack Overflow

    What are the possible ways to determine the deployed SQL Server version? I’ve tried to do it using the SQL Server software. I want to do it using a command line SQL statement.

  2. SQL Server: @@VERSION Function - TechOnTheNet

    Description In SQL Server (Transact-SQL), the @@VERSION function returns the version of the SQL Server database, including the system and build information.

  3. How do you check what version of SQL Server for a database …

    Sep 12, 2008 · How do you check what version of SQL Server for a database using TSQL? Asked 17 years, 2 months ago Modified 7 years, 3 months ago Viewed 244k times

  4. How can I determine installed SQL Server instances and their …

    265 I'm trying to determine what instances of sql server/sql express I have installed (either manually or programmatically) but all of the examples are telling me to run a SQL query to …

  5. Oracle / PLSQL: Retrieve Oracle version information - TechOnTheNet

    Oracle / PLSQL: Retrieve Oracle version information This Oracle tutorial explains how to find the Oracle version information with syntax and examples.

  6. sql - How do we check version of Oracle - Stack Overflow

    Oct 1, 2014 · How do we check version of Oracle on which we are working? How do we check the version of the interface on which we are working? I have tried select v$ from version ;

  7. How to retrieve the current version of a MySQL database …

    Jan 24, 2012 · A surprising number of answers below suggest some variant of mysql --version. This gives the version of the client utility, not the server, so it's a bit like trying to find out your …

  8. SQL server version query - Stack Overflow

    Aug 30, 2016 · How to check whether we have installed sql server full version or client version ?

  9. Which version of PostgreSQL am I running? - Stack Overflow

    Learn how to determine the version of PostgreSQL you are using with this helpful guide on Stack Overflow.

  10. How to determine which version of SQL Server is running using T …

    Feb 28, 2011 · I need help using T-SQL to figure-out the version of SQL Server running and execute different code sets based on weather SQL Server 2000 or Sql Server 2008 is running.