About 1,090,000 results
Open links in new tab
  1. How can I determine installed SQL Server instances and their versions?

    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 determine this which …

  2. 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.

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

    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 numbers to …

  4. how to find the version and edition of sql server instance via registry

    Nov 18, 2013 · How can i get the version and edition of instance name (s) return by above registry search?? What i am actually trying to accomplish here is that i want to upgrade the sql server …

  5. sql server - Is "Version" a Reserved word in TRANSACT-SQL? (Shows …

    Jun 12, 2015 · 1 "Version" is not a SQL Server reserved keyword. However, it is used in a global variable used to show the OS name & version, SQL Server version, SQL Server patches and …

  6. SQL Server: what are all these names/editions? - Stack Overflow

    Nov 1, 2015 · SQL Server has several versions: 7.0, 2000 (8.0), 2005 (9.0), 2008 (10.0), 2008 R2 (10.5) and the next one up - 2012 (11.0 - this is not available yet, and was code-named "Denali"). Besides …

  7. How to find which OLE provider is available for SQL Server?

    Mar 15, 2013 · Msg 7308, Level 16, State 1, Line 1 OLE DB provider 'MICROSOFT.ACE.OLEDB.12.0' cannot be used for distributed queries because the provider is configured to run in single-threaded …

  8. 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, and modify …

  9. Script to list the SQL Server Databases, Size and Utilisation by ...

    May 29, 2012 · Thanks, Jef! But I am looking to build a list of the current SQL Server utilization in terms of number of databases, their present sizes, utilisation by specific application or service, and location …

  10. What SQL Server version is my SSIS Package? - Stack Overflow

    Sep 13, 2023 · Is there a list of PackageFormatVersion of SSIS packages and their SQL Server version compatible? I have a .dtsx package to be run in SQL Server 2012 from a job in SQL Server 2008.