About 31,100 results
Open links in new tab
  1. 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 17763.1554. …

  2. Upgraded SSMS from SSMS 20 to SSMS 21 - Stack Overflow

    May 29, 2025 · Our primary focus for SSMS 21 was to move to Visual Studio 2022, provide initial support for SQL Server 2025 Preview, and support the Copilot in SSMS Preview. Our team is …

  3. sql server - SQL Transaction Error: The current transaction cannot be ...

    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, 2 months ago Modified 1 year, 8 months ago …

  4. sql server - What's best SQL datatype for storing JSON string? - Stack ...

    Feb 9, 2012 · Update: SQL Server 2016 will have native JSON support - a new JSON datatype (which is based on nvarchar) will be introduced, as well as a FOR JSON command to convert output from a …

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

  6. Equivalent of LIMIT and OFFSET for SQL Server? - Stack Overflow

    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?

  7. 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 dialects, oddly); it is …

  8. How to create materialized views in SQL Server?

    Feb 8, 2022 · They're called indexed views in SQL Server - read these white papers for more background: Creating an Indexed View Improving Performance with SQL Server 2008 Indexed …

  9. sql server - How can I schedule a SQL job in Microsoft Azure SQL ...

    I have one SQL Agent maintenance job which checks the index fragmentation within a database and rebuilds indexes if required. This is running well in my test server (Microsoft Sql Server 2012). But...

  10. sql server - What does 'COLLATE SQL_Latin1_General_CP1_CI_AS' do ...

    SQL_Latin1_General_CP1_CI_AS breaks up into interesting parts: latin1 makes the server treat strings using charset latin 1, basically ascii CP1 stands for Code Page 1252 CI case insensitive …