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

    Dec 3, 2013 · 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. How do you check what version of SQL Server for a database …

    Sep 12, 2008 · The KB article linked in Joe's post is great for determining which service packs have been installed for any version. Along those same lines, this KB article maps version …

  3. 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 …

  4. How can I tell what edition of SQL Server runs on the machine?

    Jan 15, 2010 · I am running SQL Server 2005 but I am unsure which edition this is. How can I decide what edition (Express, Standard, Enterprise etc) is running on the machine?

  5. How to find out SQL Server ODBC driver version using code?

    Jan 27, 2025 · I need to find a way to get the SQL Server ODBC driver version info using code, preferably PowerShell. Is there an easy way to achieve this? I checked registry, It is not …

  6. How do I check for the SQL Server Version using Powershell?

    Sep 28, 2011 · What's the easiest way to check for the SQL Server Edition and Version using powershell?

  7. t sql - How to check SQL Server Database compatibility after sp ...

    79 According to BOL (SQL Server Books Online) on sp_dbcmptlevel, This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, …

  8. Check if SQL Server Client Is Installed - Stack Overflow

    May 8, 2012 · How can one check to see if the SQL Server Client driver is installed? And is it also possible to determine the version?

  9. SQL server version query - Stack Overflow

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

  10. 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 ;