Wednesday 23 March 2011

NO MORE TEMPORARY TABLES AND DERIVED TABLES

Avoid using temporary tables and derived tables as it uses more disks I/O. Instead use CTE (Common Table Expression); its scope is limited to the next statement in SQL query...

View more

Posted By: Mr. Joydeep Das

1 comment: