Posts
Sort by recent activity
db cache corruption
I recently saw a slow down in my SSMS environment, V 2016. This was causing a short, but frustrating pause every time I opened a new query window or switched connections. Then in one particular d...
Ctrl + B, Ctrl + i to exec an inline statement on an object not in dbo schema
If I press Ctrl + B, Ctrl + I after a line like
Exec mySchema.usp_MyProc
SQL prompt no longer expands the SP to an inline script
It still works when the Object is in the schema dbo
bizarrely if you...