Viewing 6 posts - 31 through 36 (of 36 total)
All,
Further to my last post: it's worth pointing out that following Blah's example, I have increased the number of rows in the dbo.Books table considerably to test this.
I used the...
June 16, 2010 at 6:27 am
Henrik,
Many thanks for your response.
I've played around with indexing strategies with my "Latest Edition" example using the dbo.Books table, and nothing is really helping.
The strange thing is that from an...
June 16, 2010 at 6:24 am
Thanks for your post Blah Baby.
It seems that the Row_Number() clause is the cause of the slow running, rather than the CTE itself.
(Worrying given the subject of my article was...
June 15, 2010 at 10:41 am
Anye,
Thanks for posting a follow up.
It sounds like any useful findings you gather could form the basis for an interesting CTE article. 😉
With regards,
Lawrence.
June 15, 2010 at 8:12 am
Anye,
Many thanks for your post.
It's news to me that the performance of a CTE query is based on the number of columns in the "Outer" query.
Rather, CTEs are generally very...
June 15, 2010 at 7:11 am
Martin,
Unfortunately I don't know much about MySQL as my background is MS SQL Server.
However, you can definitely use stored procedures:
http://www.mysqltutorial.org/introduction-to-sql-stored-procedures.aspx
As for Row_Number() type functionality, I don't know if...
June 15, 2010 at 2:42 am
Viewing 6 posts - 31 through 36 (of 36 total)