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

  2. sql server - The database 'xxx' cannot be opened because it is …

    Mar 7, 2020 · The Database 'path' cannot be opened because it is version 957. This server supports version 904 and earlier. Sometime the problem is when we paste the database in …

  3. sharding - Does SQL Server support shard? - Stack Overflow

    Feb 25, 2011 · Check this project in codeplex. SQL Server and SQL Azure Shard Library This library provides a Shard technology that allows you to spread the load of database queries …

  4. 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 13 years, 10 months ago Modified 1 year, 3 …

  5. Using 'LIKE' and 'REGEXP' in a SQL query - Stack Overflow

    Jan 25, 2017 · WHERE (R.LogSU = 3) AND ForestID LIKE '106[0-9][3-4]') to make clear: SQL Server doesn't supports regular expressions without managed code. Depending on the …

  6. Which version of .NET framework SQL Server supports?

    Dec 13, 2016 · With regards to SQLCLR code, SQL Server only works with a single version of the CLR, and the specific version depends upon the version of SQL Server. SQL Server 2005, …

  7. How to create materialized views in SQL Server?

    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 …

  8. SQL Server database backup restore on lower version

    May 31, 2011 · How to restore a higher version SQL Server database backup file onto a lower version SQL Server? Using SQL Server 2008 R2 (10.50.1600), I made a backup file and now I …

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

  10. sql - Backup failed for Server, The media is formatted to support 2 ...

    is formatted to support 1 media families, but 2 media families are expected according to the backup device specification. (Microsoft.SqlServer.Smo) So, remove one of the destinations …