OK, I have been doing the 'dba' thing for a few years, but it was a role that I just kind of slipped into. There have not been any problems (so far) that were not solvable, but if I were to ask the question (as is often asked in an interview) 'If a user came to you and said the system was really sluggish today, what would you do?'. How would you answer that question? My thoughts are to check the system status, run sp_who3 to see what processes are running and then drill deeper on any processes that seem to be taking a lot of system resources. Perhaps check the execution plan to see if there are any steps that seem to be taking the lions share of the execution time, then check to see that the tables are properly indexed. What am I missing, how should my thinking change with these kind of problems, what other things should I be looking at?
Still trying to learn...
wb
Still trying to learn...
wb