January 30, 2005 at 12:26 pm
I have setup a DTS job that performs the following steps once a week.
This whole process takes about 2 minutes.
Here is my question: all querys and views against this Sales table use the SalesId field to identify a result set. Therefore my thought is that I need Clustered index on the SalesID field in the sales table.
What is the right way to handle this:
Any idea what would provide the best performance? If I missed any options please let me know, thank you for any help!
January 31, 2005 at 6:04 am
I would go with option 3. But to really know the impact you will need to test it to be sure it provides you with what you want.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply