The True Test of a Good DBA
|
Hiring based on what's in a Resume or the personality that comes through in an interview can work for some hiring needs, but when it comes to finding a good DBA what cn you do? |
|
| Related Articles - For Members.
|
|
Key (Please note):
(R) - registration may be required for access at the target site
($) - target site may require paid membership for access to this or other content
Reader Comments: Post Your Comments/Feedback
RE: The True Test of a Good DBA by Eileen Hess (posted: 2/1/2007 5:49:17 PM) Here is what the books online says about these two lines of code you used: dbcc showcontig ('t1') dbcc showcontig ('t2')
"This feature (showcontig) will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use sys.dm_db_index_physical_stats instead."
RE: The True Test of a Good DBA by Stephen Wynkoop (posted: 2/1/2007 6:19:33 PM) True, this is an older article of Bill's.
|