Hi there.
I was reading up on date criterias and ran across an article about datediff and dateadd, all sort of arguments arose. A statement was made -
How do i test my queries to find out Logical Reads?
Whats a good starting point to learn about result tuning?
What does the information from QA Est Execution Plan help me answer?
Im still not in a high useage environment, so its not mission critical here, and thats probably the best place to start training.
I am in a Sql2K environment.
I was reading up on date criterias and ran across an article about datediff and dateadd, all sort of arguments arose. A statement was made -
in the sample I have right now with 5000+ rows, DATEDIFF produces 65 logical reads while "BETWEEN @Date AND @Date + 1" produces only 2 logical reads
How do i test my queries to find out Logical Reads?
Whats a good starting point to learn about result tuning?
What does the information from QA Est Execution Plan help me answer?
Im still not in a high useage environment, so its not mission critical here, and thats probably the best place to start training.
I am in a Sql2K environment.