Viewing 15 posts - 916 through 930 (of 1,518 total)
From http://msdn.microsoft.com/en-us/magazine/cc135978.aspx:
Identifying the Most Costly Indexes
-- Create required table structure only.
-- Note: this SQL must be the same as in the Database loop given in the following step.
SELECT TOP...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 17, 2008 at 1:29 pm
charles.gary (9/17/2008)
where d.database_id = d.database_id and d.object_id = d.object_id
Also you can get more info on this from
http://msdn.microsoft.com/en-us/library/ms345405(SQL.90).aspx
This article will show you...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 17, 2008 at 9:41 am
jsheldon (9/16/2008)
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 16, 2008 at 2:46 pm
See this great link on the same topic:
Uncover Hidden Data to Optimize Application Performance:
http://msdn.microsoft.com/en-us/magazine/cc135978.aspx
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 16, 2008 at 9:05 am
Gail already mentioned some of the caveats of the missing-index DMVs.
Here are a couple more:
(1) Because the data in the DMVs are kept in memory, they are at risk of...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 16, 2008 at 8:27 am
Jeff Moden (9/14/2008)
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 14, 2008 at 1:27 pm
rian67 (9/12/2008)
Who handles the creation of Integration Packages, Replication...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 14, 2008 at 4:49 am
Adam Bean (9/11/2008)
Yes, or travel directly to the registry ... easiest way is to just use SSMS though.
I'm looking into automating this, so using the xp is the way to...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 11, 2008 at 12:01 pm
Adam Bean (9/11/2008)
But here is the command:
EXEC xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'Software\Microsoft\MSSQLServer\MSSQLServer', N'NumErrorLogs', REG_DWORD, X
Where X is the amount of error logs...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 11, 2008 at 10:59 am
GilaMonster (9/11/2008)
I can't remember offhand where, easiest way to find where is to run profiler and filter the trace based on...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 11, 2008 at 9:57 am
Peso (9/9/2008)
Then you were wrong this time, I am sorry to say.Read the query.
I've been able to convince myself your query is right, based on test samples I've run.
However, my...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 9, 2008 at 3:17 pm
Peso (9/9/2008)
Because you want to filter out ALL records for same coID group if ANY of the records has an mCT = 'Y' value.
Is that what the original query with...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 9, 2008 at 8:15 am
Jeff Moden (9/7/2008)
It's a clever bit of code that Peso wrote....
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 7, 2008 at 3:25 pm
Jason Wisdom (9/5/2008)
I set the ODBC connection up.I went to run it and got an error.
Need to run; will try it later.
Thanks a lot for helping.
If you want to enable...
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 7, 2008 at 8:24 am
Are there other SQL instances, other SQL services (SSIS, SSAS, SSRS etc) running on this machine?
Are other applications, beside SQL server, running on the machine?
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
September 7, 2008 at 8:14 am
Viewing 15 posts - 916 through 930 (of 1,518 total)