Viewing 15 posts - 3,646 through 3,660 (of 22,210 total)
August 10, 2017 at 4:56 am
I tried to open the extended events file but it didn't work. What were the wait statistics?
August 9, 2017 at 5:14 pm
It looks like the issue is somewhere around your disks. Is this networked storage or local? Is it virtual? It looks like you're hitting some kind of spin-up delay on...
August 9, 2017 at 5:07 pm
Instead of rolling your own scripts, why not look at some of the free scripts out there that do this work like Minion Backup. They'll be much more efficient.
August 9, 2017 at 10:19 am
August 9, 2017 at 10:17 am
August 9, 2017 at 6:59 am
I would focus on the wait statistics. You can capture these using extended events. Here's an article from Paul Randal. There's something blocking the process. It's hard to...
August 9, 2017 at 6:57 am
While you can't put referential constraints on the memory optimized table, you can JOIN it in a query. If there's a table that you're referencing, just run a DELETE with...
August 9, 2017 at 6:46 am
Something is up.
I don't have this in production on any of my servers, however, I test it and demo it regularly. The memory optimized tables have almost always...
August 9, 2017 at 6:41 am
August 9, 2017 at 6:27 am
August 8, 2017 at 8:13 pm
August 8, 2017 at 6:21 am
The second query has an additional WHERE clause that could be affecting the output. Validate that against the first query.
August 8, 2017 at 6:16 am
August 7, 2017 at 12:58 pm
Thanks Grant, I should have stated that since it is what I have...
August 7, 2017 at 6:59 am
Viewing 15 posts - 3,646 through 3,660 (of 22,210 total)