|
| SQL 2000 | SQL 2005 | |
| EXEC TestProc_Return1 | 2120ms | 1850 |
| EXEC TestProc_Return2 | 1200ms | 1850 |
| EXEC TestProc_Return3 | 1300ms | 1850 |
What do these results mean?
Now that is more important. Note: this is actually a case where SQL 2005 is running almost 2 times slower then SQL 2000 on the same code. And that can hurt on the production! Is it the only case? No, we will continue the investigation.
|
Disclaimer:
In many articles you will find the execution times of different queries. Please do not interpret these results scientifically or as official benchmarks. You will not even find the configuration of the computer used for these experiments because it is rather unimportant. What is important is that query A is running 2 times slower then query B. On your computer, it could be different: 1.5 or even 3 times slower. Read the full disclaimer » | |
|
|