Hacker News new | past | comments | ask | show | jobs | submit login

You have to be a DBA to properly use SQL Server too.

Yes you can stumble your way through wizards and SSMS, but you will get tripped up eventually if you don't spend some serious time hitting the books and blogs. (Recovery model, what's a recovery model? Why's my disk space gone?)




Well I'm doing alright with 100s of GBs of SQL DBs, replication, tx log shipping, HA clusters, etc. and I wouldn't consider myself a DBA. Basic stuff like transaction log management (recovery model) hardly qualifies me as a DBA.

We're both right depending on the value of DBA. I don't think the argument can be made that SQL Server will require vastly less effort to figure out for the majority of cases (and edge cases have people explaining things assuming you're not an expert).


(Tempdb, what's tempdb? Clustered index, what's that and why the hell do I need one? Escalated locks - what the hell? Isolation modes, why are they important?!?)


I'd be happy if the outsourced developers I work with knew what an index was, let alone whether it's clustered or non-clustered.

It would be refreshing to see seeks instead of scans in the execution plans...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: