Viewing 15 posts - 136 through 150 (of 646 total)
You basically have to query that FIFO ring buffer.
Jonathan goes into good detail about how to parse / query the data. Hope you like XML 😀
https://www.sqlskills.com/blogs/jonathan/extended-events-ring_buffer/
July 28, 2016 at 9:02 am
Thanks for advice Gail and Brandie
July 28, 2016 at 6:33 am
Guys just a quick question for those bloggers out there, do you have a section on your website about copyright that protects your writing?
July 28, 2016 at 4:58 am
SQLRNNR (7/26/2016)
SQLRNNR (7/26/2016)
BLOB_EATER (7/26/2016)
Before enabling TDE...
July 27, 2016 at 3:18 am
thanks Gail and Hugo. I'm off to do the write up now.
July 26, 2016 at 8:27 am
Sean Lange (7/26/2016)
BLOB_EATER (7/26/2016)
Before enabling TDE...
July 26, 2016 at 7:36 am
Hey guys I was wondering if someone could confirm if the experiment that I am doing below is what one would expect from enabling TDE:
Before enabling TDE I would find...
July 26, 2016 at 6:57 am
For Azure VMs you can do it via the portal. see the attached screen shot.
I Don't think you can switch off a logical server.
July 21, 2016 at 6:36 am
Grant Fritchey (7/19/2016)
Doctor Who 2 (7/19/2016)
Tonight I have a chance to go through the MSDN article you've posted in response to my question. It looks as though I need...
July 20, 2016 at 12:51 am
I'm with Kevin on this one - Grants pending = 40 does indicate an issue ( I have seen this coupled with resource semaphore waits)
PLE does get mis-interpreted if you...
July 13, 2016 at 3:49 am
SELECT ProductID, OrderQty, SUM(LineTotal) AS Total
FROM Sales.SalesOrderDetail
WHERE UnitPrice < 4
GROUP BY ProductID, OrderQty
ORDER BY ProductID, OrderQty
OPTION (MAXDOP 2);
July 12, 2016 at 1:11 am
you felt that it was low compared to your baseline?
July 11, 2016 at 2:11 am
Eddie Wuerch (6/9/2016)
Once you set up and enable the encryption, it will run silently in the background encrypting the database...
July 8, 2016 at 12:57 am
The attached JPEG made me a giggle...:-P
July 5, 2016 at 8:54 am
Viewing 15 posts - 136 through 150 (of 646 total)