Viewing 15 posts - 1 through 15 (of 25 total)
It's been a while, so here's a few more:
Trace Flag: 9481
Purpose: Use when running SQL Server 2014 with the default database compatibility level 120. Trace flag 9481 forces the query...
June 11, 2014 at 4:02 pm
Nice article, but a better test would have been to create ten databases, each with slightly different data. I suspect the dedupe ratio would be drastically reduced for the...
February 8, 2013 at 9:57 am
This is not the thread to ask these questions.
Find the message number in [font="Courier New"]master..sysmessages[/font] and then use [font="Courier New"]sp_altermessage[/font] as appropriate.
October 11, 2012 at 9:52 am
Improvements for the DBCC CHECKDB command may result in faster performance when you use the PHYSICAL_ONLY option
Trace Flag: 2549
Purpose: Parallel CHECKDB operations when using mount points
KB Article: http://support.microsoft.com/kb/2634571
First...
July 5, 2012 at 1:24 pm
New 4199 Fixes:
KB2276330: The "CHANGETABLE" function is slow in SQL Server 2008 and in SQL Server 2008 R2
KB2698639: Performance of a SELECT statement that contains a LIKE operator and an...
July 5, 2012 at 1:14 pm
Trace Flag: 2470
Purpose: Slow performance when an AFTER trigger runs on a partitioned table in SQL Server 2008 R2 or in SQL Server 2012
KB Article: http://support.microsoft.com/kb/2606883
First Added: ...
July 5, 2012 at 1:11 pm
Trace Flag: 1140
Purpose: Continuous tempdb growth after upgrading SQL 2005 pre-SP2 to SP3/SP4 or to SQL 2008 or newer
KB Article: http://support.microsoft.com/kb/2000471
First Added: SQL 2005 SP2 build 3166
Versions:...
July 5, 2012 at 12:24 pm
Trace Flag: 7608
Purpose: Performance fix for slow full text population with a composite clustered index
KB Article: http://support.microsoft.com/kb/938672
First Added: SQL 2005 SP2 CU3
Versions: SQL 2005, SQL 2008,...
July 5, 2012 at 12:13 pm
A quick query shows a lot of trace flags just for SQL 2005 that are not listed.
It would be nice if Microsoft were to publish a document in...
June 9, 2010 at 11:30 am
Trace flag 4618 for SQL 2005
http://support.microsoft.com/kb/933564
FIX: A gradual increase in memory consumption for the USERSTORE_TOKENPERM cache store occurs in SQL Server 2005
Apply trace flag 4618 to limit the number of...
June 9, 2010 at 10:00 am
Trace flag 8030 for SQL 2005
http://support.microsoft.com/kb/917035
FIX: Query performance may decrease after SQL Server 2005 has been running for a while
Symptoms
Consider the following scenario. A server has been running for a...
June 3, 2010 at 1:35 pm
I submitted a script that will export/import a SQL EM configuration, including a group hierarchy up to 5 levels deep.
It is posted here: http://www.sqlservercentral.com/scripts/viewscript.asp?scriptid=1795
June 13, 2007 at 4:34 am
What is the default database for the account? If it is anything but master, try changing it to master, apply the change, then switch it back to the user...
May 24, 2007 at 5:48 am
If this is a named instance, then the instance could be using a dynamic port number. If you have to access the instance through a firewall, then you will...
May 16, 2007 at 12:43 pm
Enable remote connections in the Configuration Tools\SQL Server Surface Area Configuration utility.
March 26, 2007 at 11:28 am
Viewing 15 posts - 1 through 15 (of 25 total)