About 51,200 results
Open links in new tab
  1. 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 …

  2. 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, 1 month ago Modified 1 year, 7 …

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

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

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

    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 …

  6. How to store n-dimensional vector in Microsoft SQL Server?

    May 4, 2023 · I want to store a large n-dimensional vector (e.g. an embedding vector) in SQL Server as a piece of metadata associated with another row. In this example, it will be a 384 …

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

    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). I can …

  8. 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?

  9. How to create materialized views in SQL Server? - Stack Overflow

    Oct 21, 2010 · 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 …

  10. c# - Store NoSQL data on SQL Server? - Stack Overflow

    I am the author of a transpiler that allows you to store and query NOSQL data on Sql Server. It leverages the key-value schema, so everything fits in a single table.