About 51 results
Open links in new tab
  1. What does "support" mean when it comes to SQL Server versions?

    Dec 19, 2022 · As a note, support for SQL Server 2019 doesn't end in 2025, Mainstream support does. Extended support ends on 2030-01-08.

  2. Does Microsoft OLE DB Provider for SQL Server support TLS 1.2

    Sep 2, 2017 · EDIT#3 SQLOLEDB and the SQL Server ODBC driver (part of MDAC, shipped and serviced with Windows) has support for TLS 1.2 with October 20, 2020 build, version …

  3. Equivalent of LIMIT and OFFSET for SQL Server?

    In PostgreSQL there is the Limit and Offset keywords which will allow very easy pagination of result sets. What is the equivalent syntax for SQL Server?

  4. Using RegEx in SQL Server - Stack Overflow

    Jan 19, 2012 · As of April 2024, Azure SQL Database has now (finally) added support for "real" Regular-Expressions using the POSIX dialect (as opposed to the PCRE or .NET Regex …

  5. does SQL Server 2019 developer edition support SSISDB and SQL …

    Jun 20, 2020 · SQL Server 2019 Developer Edition has both of those features, and is the same as Enterprise Edition. SQL Server Agent is installed by default. SSISDB isn't created by default. …

  6. sql server - SQL Transaction Error: The current transaction cannot …

    Aug 28, 2015 · SQL Transaction Error: The current transaction cannot be committed and cannot support operations that write to the log file Asked 14 years, 5 months ago Modified 1 year, 10 …

  7. SQL Server Express cannot connect error: 28 - Server doesn't …

    65 I cannot connect to my local SQL Server Express (2012, but the version shouldn't matter) from my server (Windows 2008 R2) to use a tool on it (APEX SQL Data Diff if you are wondering).

  8. sql server - Does Azure Managed Identity support on-prem MS …

    Jul 8, 2021 · Update Azure Functions need to access on-prem MS SQL Databases via Azure Managed Identity. Does Azure Managed Identity support this?

  9. Microsoft SQL Server stuck at "Install_SQLSupport_CPU64_Action"

    Jan 26, 2019 · While installing SQL Server 2017 Developer Edition, I got stuck at "Install_SQLSupport_CPU64_Action", this happened to me for the second time, once at work …

  10. sql server - Differences Between Drivers for ODBC Drivers - Stack …

    Using python (pyodbc) I tested the throughput of the SQL Server, ODBC Driver 13 for SQL Server, and SQL Server Native Client 11.0 drivers. The SQL Server driver was consistently …