Originally posted by k2p2
View Post
Originally posted by k2p2
View Post
Many a time I've rewritten other peoples code to remove cursor loops which although functionally correct are very inefficient and go against the whole ethos of SQL query writing. Typically a stored procedure which uses a cursor and takes 10 minutes to run can be rewritten as a single query which will run in a fraction of a second.
Originally posted by k2p2
View Post
Originally posted by k2p2
View Post
Comment