Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Urgent help for SQL DBA

Author  Topic 

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2007-09-14 : 17:07:48
Can You please refer good websites for SQL DBA jobs
like
performance tuning
backup/recovery
log-shipping
clustering
and etc

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-09-14 : 17:11:01
You found the best one already!

sqlteam.com
sql-server-performance.com


Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

Zoroaster
Aged Yak Warrior

702 Posts

Posted - 2007-09-14 : 18:50:56
quote:
Originally posted by sodeep

Can You please refer good websites for SQL DBA jobs
like
performance tuning
backup/recovery
log-shipping
clustering
and etc



In addition to what Tara said, I really like this site:
http://vyaskn.tripod.com/




Future guru in the making.
Go to Top of Page

Jeff Moden
Aged Yak Warrior

652 Posts

Posted - 2007-09-14 : 22:32:44
Good luck on performance tuning... most folks will tell you where the ldf should be, how to split TempDB, how to configure hardware, how much memory to allocate, whether or not to allow parallelism, how to make indexes, and a bunch of other 2% solutions... none of them will tell you that none of that helps crap code which is 95% of the performance problem. Learn to spot performance problems in the code itself and how to fix it.

--Jeff Moden
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-09-15 : 02:59:46
Well said!



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2007-09-22 : 09:09:22
Generally make your sql statements as efficient as possible , then do your Index Analysis

Jack Vamvas
--------------------
Need an IT job ? http://www.ITjobfeed.com
Go to Top of Page
   

- Advertisement -