This month's discount Comprehensive Database Performance Health Check · Testimonials
SQLAuthority with Pinal Dave
Home
  • Consulting
    • Health Check
  • Free Videos
  • All Articles
    • AI
    • SQL Performance
    • SQL Tips and Tricks
    • Interview Questions and Answers
    • SQL Puzzle
    • SQL Video
    • SQLAuthority News
    • Personal
  • Books
  • Consulting
Sql sever error dialog.

SQL SERVER – Error Msg 10778, Level 16 with InMemory OLTP

January 31, 2017
Pinal Dave
SQL Tips and Tricks
In-Memory OLTP, SQL Error Messages, SQL Scripts, SQL Server

Can an InMemory table have a foreign key to a disk-based table? I tried it and got Msg 10778. Here is what the error means and the limits to know.

Read More
A screenshot of an SQL query window.

SQL SERVER – Using dm_db_stats_properties With InMemory OLTP Tables

January 26, 2017
Pinal Dave
SQL Tips and Tricks
In-Memory OLTP, SQL DMV, SQL Memory, SQL Server

Does sys.dm_db_stats_properties show modified rows for InMemory OLTP tables? I tested it, and memory-optimized tables are now covered. Here is what I found.

Read More
SQL SERVER - How to Find the In-Memory OLTP Tables Memory Usage on the Server

SQL SERVER – How to Find the In-Memory OLTP Tables Memory Usage on the Server

November 30, 2016
Pinal Dave
SQL Tips and Tricks
In-Memory OLTP, SQL Memory, SQL Scripts, SQL Server

At SQLPASS a DBA asked how to see the memory used by each In-Memory OLTP table. The DMV sys.dm_db_xtp_table_memory_stats answers it. Here is the script.

Read More
SQL SERVER - Fix Error Msg 10794, Level 16 - The operation 'CREATE INDEX' is not supported with memory optimized tables.

SQL SERVER – Fix Error Msg 10794, Level 16 – The operation ‘CREATE INDEX’ is not supported with memory optimized tables.

November 7, 2016
Pinal Dave
SQL Tips and Tricks
ColumnStore Index, In-Memory OLTP, SQL Error Messages, SQL Scripts, SQL Server

A reader tried my ColumnStore on InMemory OLTP example and got Msg 10794: CREATE INDEX is not supported with memory optimized tables. Here is the fix.

Read More
SQL SERVER - Creating Clustered ColumnStore with InMemory OLTP Tables

SQL SERVER – Creating Clustered ColumnStore with InMemory OLTP Tables – Operational Analytics

November 3, 2016
Pinal Dave
SQL Tips and Tricks
ColumnStore Index, In-Memory OLTP, SQL Error Messages, SQL Scripts, SQL Server

SQL Server 2016 lets you add a Clustered ColumnStore index to InMemory OLTP tables for operational analytics. A teaser of my SQLPASS session, with an example.

Read More
SQL SERVER 2016 - Creating Clustered ColumnStore with InMemory OLTP Tables

SQL SERVER 2016 – Creating Clustered ColumnStore with InMemory OLTP Tables

October 6, 2016
Pinal Dave
SQL Performance
Clustered Index, ColumnStore Index, In-Memory OLTP, SQL PASS, SQL Scripts, SQL Server

While preparing my SQLPASS session on SQL Server 2016, I explored creating clustered ColumnStore with InMemory OLTP tables. Here is what I learned.

Read More
SQL SERVER - Fix Error Msg 35336 Working with ColumnStore Indexes

SQL SERVER – Fix Error Msg 35336 Working with ColumnStore Indexes

October 5, 2016
Pinal Dave
SQL Tips and Tricks
ColumnStore Index, In-Memory OLTP, SQL Error Messages, SQL Scripts, SQL Server

A bank moving from SQL Server 2012 to 2016 wanted to use non-clustered ColumnStore indexes. Here is the error Msg 35336 we hit and how to fix it.

Read More
Previous 1 2 3 4 5 6 Next
  • Books
  • Testimonials
  • Privacy Policy

© 2006 – 2026 All rights reserved. pinal @ SQLAuthority.com