Forum Moderators: open
Does anybody have a recommendation for a book that focuses primarily on MS-SQL Server tuning and not just basic database management?
#1. Start by reading every article on sql-server-performance.com
#2. Buy Karen Delaney's book: Inside Sql Server 2000 and read it cover to cover 3x.
#3. Read microsoft.public.sqlserver.* (especially .programming) every day.
#4. Sql For Smarties by Joe Celko is good for getting a good sense of set based programming (very important for optimizing sql)
#5. the Books on Line (BOL) has a lot of good info tucked away in there.