Excellent post by MVP Gail Shaw on how user defined functions can hurt performance by introducing row-by-row processing.
http://sqlinthewild.co.za/index.php/2009/04/29/functions-io-statistics-and-the-execution-plan/
r
Thursday, 30 April 2009
Wednesday, 29 April 2009
Off-Topic : Rockbox
Have given an old Iriver H340 a new lease of life with new firmware...
http://www.rockbox.org/
(Highly recommended)
http://www.rockbox.org/
(Highly recommended)
Wednesday, 22 April 2009
Off-topic : Windows Mobile 5.0 - Deleting all Text Messages
Had too many and it slowed right down.
The option to delete them all is there (but hidden)...
http://msmobiles.com/news.php/3851.html
The option to delete them all is there (but hidden)...
http://msmobiles.com/news.php/3851.html
Saturday, 18 April 2009
Language Support in Management Studio
Wednesday, 15 April 2009
SQL 2008 : Backup Compression Default
Set server option to turn on sql 2008 backup compression by default...
USE master; GO EXEC sp_configure 'backup compression default', '1'; GO RECONFIGURE WITH OVERRIDE; GO
Subscribe to:
Posts (Atom)