Terry,
I found the reason the query is so slow. (Query analyser grid is very very slow)
I tried a database having 52 periods with 5 million records each. (260 million records)
A select * INTO #xxx from _tablename where period=X gave us 0:29 seconds for getting 5 million records, and around...
Thank you all for your answers.
toetag PERIOD is indexed. (It is a clustered index)
SQLSister the statistics are updated.
tlbroadbent, The select statement is executed on the SQL server-Query Analyzer to a grid.(It uses the clustered index) The reason we are using the period(field1) field is...
The situation is the following.
The server configuration is:
4x 2.0GHz/2M iL3,
2 ultra scsi 3 36GB Raid 1 (Drive C, D)
3 ultra scsi 3 72GB Raid 5 (Drive E)
1.5 GB Ram.
Windows 2000 Server, SQL 2000 Enterprise
The database size is 10GB and is located on Drive E.
The logfile is 5GB and is...
Dear Experts,
We have the following scenario:
We will create a system that will perform many functions.
Database SQL 2000
Client Visual Foxpro
Function A:
Import and export data from-to text files. Data import will consist of 20,000,000 records
per week.(Every week is treated as one...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.