Hi, Ned great thanks for this awesome script. Some problems on case sensitive instance:
Msg 207, Level 16, State 1, Line 992
Invalid column name ‘PoolName’.
Msg 207, Level 16, State 1, Line 992
Invalid column name ‘DatabaseName’.
Msg 207, Level 16, State 1, Line 1013
Invalid column name ‘ClerkTypeUsageMB’.
No problem, script is really very useful. I think it is good candidate for sp_blitz_in-memory stored procedure: https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit
Are you interesting to transform this script to a stored procedure and add it in Brent Ozar team repo? I can help with testing and github move.
This script is so new, I think it needs to stabilize a bit before it’s ready for prime time. So let’s be in touch about that possibility in the near future. We can connect on twitter and DM, or you can fill out the contact form on this site with your contact info, and I’ll be in touch.
Also, there is a survey that I published today about issues blocking wider adoption of In-Memory OLTP. Link here:
bit.ly/2zUIgAI
By the way, are you using In-Memory OLTP in production?
Pingback: Gathering Information On Memory-Optimized Objects – Curated SQL
Great revision on indexing memory-optimized tables. Thank you for posting.
LINE 713 Error: max server memory (MB) instead of max server memory
Irving,
Line 713 as written is 100% valid.
Perhaps your issue is that you don’t have ‘show advanced options’ enabled for sp_configure.
Hi, Ned great thanks for this awesome script. Some problems on case sensitive instance:
Msg 207, Level 16, State 1, Line 992
Invalid column name ‘PoolName’.
Msg 207, Level 16, State 1, Line 992
Invalid column name ‘DatabaseName’.
Msg 207, Level 16, State 1, Line 1013
Invalid column name ‘ClerkTypeUsageMB’.
I fixed it in my github repo: https://github.com/ktaranov/sqlserver-kit/blob/master/Scripts/In-memory_OLTP_diagnostic_script.sql
Hi Konstantin,
Thanks very much for your cdmment, and apologies for the case ‘insensitivity’ of my script. Will fix that in the near future.
No problem, script is really very useful. I think it is good candidate for sp_blitz_in-memory stored procedure: https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit
Are you interesting to transform this script to a stored procedure and add it in Brent Ozar team repo? I can help with testing and github move.
This script is so new, I think it needs to stabilize a bit before it’s ready for prime time. So let’s be in touch about that possibility in the near future. We can connect on twitter and DM, or you can fill out the contact form on this site with your contact info, and I’ll be in touch.
Also, there is a survey that I published today about issues blocking wider adoption of In-Memory OLTP. Link here:
bit.ly/2zUIgAI
By the way, are you using In-Memory OLTP in production?
Thanks again for your interest in my script.
Just updated the script to fix the case sensitive issues.
Thanks!
Take survey and yes, we use In-Memory OLTP in production.
Thanks — FYI the script was just updated to fix a big in the database loop.