Viewing 15 posts - 1 through 15 (of 26 total)
You and your family are in our thoughts, Ken! Looking forward to hearing from you again.
July 8, 2020 at 3:00 pm
-- EndTime implemented by another...
April 17, 2017 at 2:57 pm
Hi James-
What permissions do you have on the server? You need ALTER ANY EVENT SESSION in order to create and view sessions. And what specific build of SQL...
January 13, 2016 at 9:49 am
Correct, the script does only work for SQL Server 2012 and higher, and this is noted in the post. If you're using SQL Server 2008R2 and below, stick with...
December 28, 2015 at 7:11 am
Jared, you're correct! Listing 9 should have the following code:
/* Extended Events */
CREATE EVENT SESSION [XE_ReadsFilter_Trace]
ON SERVER
I have notified SSC and we'll get it updated, thanks for letting me...
December 23, 2015 at 7:28 am
Hi-
The script to capture the information is in the post. What are you having a problem with?
Erin
July 22, 2014 at 11:04 am
Glad it was helpful!
-Erin
May 27, 2014 at 7:46 am
You're right! It should be:
; INSERT [BaselineData].[dbo].[FileInfo] (
I will see if I can get the script updated, thanks for the catch!
August 13, 2013 at 3:43 pm
Trust your instincts, but always test in a TEST/DEV environment first 🙂 Then you prove how much you *do* know, and you prove it out in a safe environment.
Erin
HildaJ...
May 23, 2013 at 11:40 am
Hi-
You can store baselines from different servers in one database - you can really do anything you want 🙂
You'll have to design a strategy and figure out how...
May 23, 2013 at 10:05 am
Hi Bill-
You can absolutely script baseline capture in SQL 2000 - but you're going to have to modify the scripts provided (or create new ones) and you might not be...
May 23, 2013 at 10:01 am
Transaction log backup sizes should be about the same size whether you're in FULL or BULK LOGGED recovery...
http://www.sqlskills.com/blogs/paul/a-sql-server-dba-myth-a-day-2830-bulk_logged-recovery-model/
March 28, 2013 at 7:19 am
_Beetlejuice (2/4/2013)
Nice article. I have a question relating to clearing the wait statistics on an instance. On my production Servers, I capture the wait statistics every hour, as soon...
February 4, 2013 at 6:54 am
If you're running SQL Server 2008R2 SP2, or SQL Server 2012 SP1, you can use the new statistics DMF sys.dm_db_stats_properties. I have a query for it on my blog:...
January 25, 2013 at 8:01 am
rudypry (1/24/2013)
Great job. very well explained. look forward to the series. 🙂
Thanks for the comment! You can find all the baselines articles here: http://www.sqlservercentral.com/articles/baselines
Enjoy 🙂
Erin
January 24, 2013 at 2:22 pm
Viewing 15 posts - 1 through 15 (of 26 total)