Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 indexes not working

Author  Topic 

Kimi86
Yak Posting Veteran

79 Posts

Posted - 2014-07-29 : 13:01:23
I have a weird issue..
There were a few tables i had replaced with new data.
the table structure is same just data has been refresh recently. New and the old data look almost same with few minor chnages to the values

So i rename the old table to <table>_old
And then recrete these table with new data

I also create all the indexes from old table to new one..

However the performance of my queries is too slow after the chnage.. Same queries worked well with old table..

Could someone please indicate wheat i might be missing

I have also tried rebuilding all the indexes

There was one clusterd and 2 non clustered indexd on each of the tables

Please help!!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-07-29 : 13:04:27
Show us the execution plan, the query and the index definitions.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -