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 2000 Forums
 SQL Server Development (2000)
 Indexing

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-12-08 : 08:19:58
Mukesh writes "I have a database consisting of more than 2 lack records in a table having 150 fields,
I have also set primery key to first 5 field (ie districtid,taluakid,villagecd,formid,srno etc.) Now I have created view that display sum of all the field except primary key.
I have created cluster index on primary key, and index on districtid,talukaid,villagecd field suggested by index tuning wizard.
when i run that view it will take much time, at present all the data is only for one district, there are total 25 districts (Total data size will be 2lacs * 25 district) so it will be difficult to handle this database, so you are requested kindly suggest solution."
   

- Advertisement -