MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
Browse by Tags -

in Search

Browse by Tags

All Tags » indexes (RSS)
  • Performance issue

    I have 2 identical Hardware servers. They were bot purchased and set up the same exact way. They are HP DL 580 G5, 64-bit EM64t/x64 with 16 CPU's running at 2.9GHz with 64 GB RAM. Both have SQL Server 2005 installed. SQL Server has a max memory setting of 52GB. Both servers have a database called...
    Posted to Forum by dgagne on 06-09-2008
  • Re: SQL Server script to rebuild all indexes for all tables and all databases

    ChipLee, Agreed and thank you for the post. In our scenario, we did not have spaces in the database or table names, but from a best practices perspective it is a good idea to address the issue just it case it does occur. Thank you, The MSSQLTips.com Team
    Posted to Forum by admin on 04-04-2008
  • Custom Index Defrag / Rebuild Procedures

    I often get asked for custom procedures to help with index maintenance, including things such as reorganizing, rebuilding, stats updates, etc. There are quite a variety of these out there today (a simple google search will get you a bunch), and all have their pros/cons. The big thing I generally stress...
    Posted to Weblog by Chad Boyd on 03-09-2008
  • Non-Unique Clustered Index and Duplicate Value limits...

    I spent this past week with a customer giving a workshop covering Sql 2000 architecture and performance related information (interpreting query plans, index structures, etc., etc.), and during the course of the week a few good points came to light that I decided to blog about. This first one has to do...
    Posted to Weblog by Chad Boyd on 10-15-2007
  • Tracking index maintanence information...

    Similar to my post regarding index usage (most/least often), you can use the following code below to get index operational information (exposed via the sys.dm_db_index_operational_stats dynamic management function in Sql 2005). You can include table filters, specify ordering operations, and specify specific...
    Posted to Weblog by Chad Boyd on 10-15-2007
  • What indexes are used most often (or least often) on my server?

    A customer this past week was curious how to determine which indexes on their server were being used either very frequently or very infrequently. This type of information can be invaluable when tuning a server on both ends: finding the most frequently used structures can aid in tracking down hotspots...
    Posted to Weblog by Chad Boyd on 10-15-2007
  • How can I get sysindexes information in Sql 2005?

    A customer asked me today how they could retrieve information similar to that available in the "sysindexes" system table from Sql Server 2000 in Sql Server 2005 using the new catalog views. Though in Sql 2005 there is a dbo.sysindexes and sys.sysindexes compatability view, it doesn't return...
    Posted to Weblog by Chad Boyd on 10-15-2007
Page 1 of 1 (7 items)