Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQLServerCentral.com
»
Editorials
»
Get Some Cross Training Today
11 posts, Page 1 of 2
1
2
»»
Get Some Cross Training Today
Rate Topic
Display Mode
Topic Options
Author
Message
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Sunday, April 08, 2012 10:43 PM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 8:24 AM
Points: 31,426,
Visits: 13,739
Comments posted to this topic are about the item
Get Some Cross Training Today
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #1280040
Jeff Moden
Jeff Moden
Posted Monday, April 09, 2012 7:19 AM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 5:13 AM
Points: 32,906,
Visits: 26,793
Although I believe that some cross-training is certainly necessary on the part of DBAs and hardcore SQL Developers, what I'd really like to see is more of those folks learning more about their own jobs according to what I've seen on these very forums and on the job (especially during interviews) over the years.
--Jeff Moden
"
RBAR
is pronounced "ree-bar" and is a "Modenism" for "
R
ow-
B
y-
A
gonizing-
R
ow".
First step towards the paradigm shift of writing Set Based code:
Stop thinking about what you want to do to a row... think, instead, of what you want to do to a column."
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Post #1280122
JimBama08
JimBama08
Posted Monday, April 09, 2012 8:04 AM
Grasshopper
Group: General Forum Members
Last Login: Friday, February 08, 2013 10:21 AM
Points: 22,
Visits: 195
While I've had more than one employer that's been reluctant ("loath") to provide training resources to employees, I'm not sure I have worked for any that truly hated ("loath
e
d") it.
~~ Everything in moderation, including moderation. ~~
Post #1280153
Nadrek
Nadrek
Posted Monday, April 09, 2012 10:22 AM
Say Hey Kid
Group: General Forum Members
Last Login: Monday, May 20, 2013 12:28 PM
Points: 675,
Visits: 2,031
I'd say that part of the need for 'cross-training' comes from hiring overspecialized people to begin with - which the market in the past couple decades has tended towards.
Programmers who know only one language are an obvious manifestation, DBA's that don't know anything about storage hardware are another.
At a low level, I expect entry level employees to have these limitations. At a very high level, there are going to be people who have limited knowledge outside their specialties, but be really, incredibly good within them.
At the medium, high, and very high levels, I fully expect people to start or continue branching out. DBA's should branch out into some or all of SQL development, development practices in general, storage architecture, SAN design, systems engineering, and network engineering (including storage networks). Programmers should learn other languages, other ways of doing things.
Everyone should learn low level details - it all boils down to storage/memory access, a little math, and IF GOTO with branch prediction, at the processor level.
Post #1280244
Lynn Pettis
Lynn Pettis
Posted Monday, April 09, 2012 10:28 AM
SSC-Insane
Group: General Forum Members
Last Login: Today @ 7:39 AM
Points: 21,620,
Visits: 27,453
I understand how networks work, it seems to be mandatory now a days at home with everyone having their own computers.
I would like to learn more about NAS/SAN storage, but how deep does a DBA really need to go? Personally, just knowing enough how they are used and configured would be where I would like to go, but I don't know if I need to be able to actually go in and configure these devices.
Lynn Pettis
For better assistance in answering your questions, click here
For tips to get better help with Performance Problems, click here
For Running Totals and its variations, click here
or
when working with partitioned tables
For more about Tally Tables, click here
For more about Cross Tabs and Pivots, click here
and
here
Managing Transaction Logs
SQL Musings from the Desert
Fountain Valley SQL
(My Mirror Blog)
Post #1280249
Nadrek
Nadrek
Posted Monday, April 09, 2012 10:43 AM
Say Hey Kid
Group: General Forum Members
Last Login: Monday, May 20, 2013 12:28 PM
Points: 675,
Visits: 2,031
Lynn Pettis (4/9/2012)
I understand how networks work, it seems to be mandatory now a days at home with everyone having their own computers.
I would like to learn more about NAS/SAN storage, but how deep does a DBA really need to go? Personally, just knowing enough how they are used and configured would be where I would like to go, but I don't know if I need to be able to actually go in and configure these devices.
I wouldn't say a DBA needs to know how to configure any specific device, but I would say that a DBA needs to know more than old DBA tales like "RAID 10 good, RAID 5 bad".
Everyone will have different opinions, but I'd roughly start out as
OS level fragmentation, LUN vs. RAIDset vs. spindle definitions,
SQLIO
or other detailed benchmarking, general cache effects, reading and interpreting Perfmon and SQL performance metrics, sector and stripe sizes, partition/LUN/etc. alignment, and potential bottlenecks from drive head to output data.
Of all of this, knowing the possibilities and being able to benchmark well are the two most important; if you can benchmark many configurations, then you'll understand your own environment, and have the capability to make rational choices. Benchmarking well is difficult, especially benchmarking fragmentation effects; too many fragmentation techniques leave sequential fragments filled in non-randomly, often over a small enough area that cache effects play a large part in their results.
While a DBA doesn't (always) have to be a SAN engineer, at companies with SAN engineering, a DBA should be able to have a technical conversation with one, be able to understand the SAN configuration that's being set up/was inherited, be able to suggest the pros and cons of different configurations (dedicated vs. shared spindles at varying levels of granularity, different RAID levels for different database files), and be able to provide both best guess estimates and know how to run tests to provide reasonable evidence of whether a given performance issue has storage as a major contributing factor.
Sometimes the DBA does have to be a SAN engineer, particularly at companies which don't have a lot of experience at databases on SANs; they're a special case in many ways, depending on workload. Averages don't matter as much if an expensive enough SLA is about peak latency. I've seen setups that ended up with spindled dedicated to "databases"... but with multiple Raidsets and LUNS for a given set of spindles, and those shared out such that major production OLTP databases, and development databases that run multi-million row queries share spindles, without any attempt at alignment. As a result, while each LUN was dedicated, at at an OS level everything looked fine, when one kicks off a multi-million row query, the OLTP performance suffered (SAN and server caches weren't large enough, either).
Post #1280255
Ron Stettler
Ron Stettler
Posted Monday, April 09, 2012 11:12 AM
Forum Newbie
Group: General Forum Members
Last Login: Friday, December 21, 2012 6:11 AM
Points: 1,
Visits: 58
One additional element of employer sponsored(funded) training may be for the interested individual tie
it(the discussion) to achieving business goals or maybe some project completion to skills improvement.
Too many times when individuals have come to me wanting additional company sponsored training it had
no links to their goals or job. Clearly not in the best interest of the company achieving it's goals.
Post #1280272
GSquared
GSquared
Posted Monday, April 09, 2012 11:33 AM
SSCoach
Group: General Forum Members
Last Login: 2 days ago @ 1:55 PM
Points: 15,442,
Visits: 9,571
I'm a trained minister. Does that count as "cross training?" (drum-roll please!)
As far as DBAing goes, I'm not sure there's a solid line between "training" and "cross-training" without going completely outside the realm of IT, and even there it gets fuzzy at times.
Knowing how your I/O channels work; how your SAN is configured (and how it should be configured - not necessarily the same thing); how your backups are being stored; how connections from the web servers are being done (pooling, ANSI settings, transaction management, et al); even how code is being written (SQL injection anyone?); and the differences you'll see between a dedicated source-agnostic DAL, a database API in the stored procedures layer, and inline SQL work, as well as mixed variations thereof; are all imporant things for a DBA to know. So does that mean you need to know at least a bit of software development, and is that "training" or "cross-training" if you do?
A bit more extreme: Do you need to know how the business defines its data, as opposed to how database schemas define it? I'd say that would be useful, since it will impact database use. So does training in the departments with end users count as "training" in that case?
How about legal issues? Does training on the subject of credit card security in a database count as training, or as cross-training? It's a legal issue, not a technical one. Same for various other compliance issues. Sarbanex-Oxley impact on data retention - training or cross?
All of those things impact my job as a DBA. My whole job exists to support the business. I have no purpose as a DBA if my servers and databases aren't helping the business cut costs and increase income, remain legally compliant, et al. So training in anything that supports that seems a bit more direct to me.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
Post #1280286
TravisDBA
TravisDBA
Posted Monday, April 09, 2012 12:17 PM
Ten Centuries
Group: General Forum Members
Last Login: Thursday, May 09, 2013 9:23 AM
Points: 1,288,
Visits: 2,996
Ron Stettler (4/9/2012)
One additional element of employer sponsored(funded) training may be for the interested individual tie
it(the discussion) to achieving business goals or maybe some project completion to skills improvement.
Too many times when individuals have come to me wanting additional company sponsored training it had
no links to their goals or job. Clearly not in the best interest of the company achieving it's goals.
I absolutely agree, or they might just want a free trip to Vegas on the company dime.
"Technology is a weird thing. It brings you great gifts with one hand, and it stabs you in the back with the other. ...
"
Post #1280332
James Stover
James Stover
Posted Tuesday, April 10, 2012 5:48 PM
SSC Veteran
Group: General Forum Members
Last Login: Tuesday, October 30, 2012 10:37 AM
Points: 263,
Visits: 859
The concept of cross-training since has been applied in the military and professional sports since...well, forever. Nice to see Corporate America has come to the party.
In other words...DUH!
James Stover, McDBA
Post #1281263
« Prev Topic
|
Next Topic »
11 posts, Page 1 of 2
1
2
»»
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.