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 2005 Forums
 SQL Server Administration (2005)
 Unable to get the performace with partition table

Author  Topic 

Atif
Starting Member

9 Posts

Posted - 2007-01-11 : 02:41:18
I created two tables one is based on partition structure and one is non-partition structure.

File Groups= Jan,Feb.....Dec
Partition Functions='20060101','20060201'......'20061201'
I am using RIGHT Range in Partition function.
Then I defined partition scheme on partition function.

I have more than 7,00,000 data in my database.
I checked filegroups and count rows. It works fine.

But When I check the estimation plan time out for query it is same for both partition table and non partition table.

ditch
Master Smack Fu Yak Hacker

1466 Posts

Posted - 2007-01-11 : 02:45:05
Well we will be unable to help you properly if you keep cross posting

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=77418
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=77419


Duane.
Go to Top of Page

nr
SQLTeam MVY

12543 Posts

Posted - 2007-01-11 : 04:19:15
Sounds like it is just a problem with the estimated plan if the queries run as you expect.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -