Viewing 2 posts - 1 through 3 (of 3 total)
Dear Antares686,
I found the problem. Query Analyser grid is very very slow. If i put the 5 million records from the query in a table in tempdb it takes only...
March 3, 2003 at 7:39 am
#450120
The select statement is executed on the SQL server.(It uses the clustered index) The reason we are using the period(field1) field is the reduce the time needed to execute...
March 3, 2003 at 12:15 am
#450104