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
»
DBA Support
18 posts, Page 1 of 2
1
2
»»
DBA Support
Rate Topic
Display Mode
Topic Options
Author
Message
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Thursday, October 25, 2012 10:29 PM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 3:19 PM
Points: 31,526,
Visits: 13,863
Comments posted to this topic are about the item
DBA Support
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #1377387
P Jones
P Jones
Posted Friday, October 26, 2012 1:00 AM
Mr or Mrs. 500
Group: General Forum Members
Last Login: Yesterday @ 1:02 AM
Points: 516,
Visits: 1,025
All the sql server databases - I'd be all day counting them - I haven't even managed to count servers yet! But I have to say a huge thank you to Ola Hallengren for his work that saves my sanity.
http://www.sqlservercentral.com/scripts/Backup+%2f+Restore/62380/
Post #1377416
jagoop
jagoop
Posted Friday, October 26, 2012 4:53 AM
Forum Newbie
Group: General Forum Members
Last Login: Monday, May 27, 2013 11:53 PM
Points: 1,
Visits: 92
We are three DBAs managing more than 3000 SQL Server databases. Using more than 100TB of storage. Databases range from a few MB til 7-8 TB databases.
Our environment uses SQL Server 2005/2008/2008R2 and a few 2012s.
We have automated the environment to a very high degree, using SQL Server/SQL Agent and PowerShell. Including automatic discovery, backup, maintenance, reporting, as well as some migration, recovery, and capacity management functionality.
-
Jakob
Post #1377468
tsceurman
tsceurman
Posted Friday, October 26, 2012 5:30 AM
Grasshopper
Group: General Forum Members
Last Login: Today @ 5:39 AM
Points: 18,
Visits: 431
We have (or will have soon) 3 production servers and 1 dev server, with approximately 150 databases across them all. I am the de facto DBA, although we do not have that actual position/title at present (my official title is Applications Programmer Analyst).
I have been, over the past several months, working on automating as much as possible, due to the simple fact that administering databases and servers is not my primary job. Backups, index maintenance, integrity checking, monitoring... I have been working to implement as much automation as possible. The hardest part is not knowing what I don't know; I know there are things that I should be looking at, but I have not had much time to dive into those areas, and the time usually comes when an issue appears (funny how priorities can change rather quickly in emergencies...). If it weren't for the level of automation, I know from experience that there are things that just wouldn't be done.
Post #1377510
Abu Dina
Abu Dina
Posted Friday, October 26, 2012 5:47 AM
Mr or Mrs. 500
Group: General Forum Members
Last Login: Today @ 10:26 AM
Points: 507,
Visits: 2,229
Let's see what my new DBA repository tells me:
18 SQL Server instances.
492 Databases.
6TB of data
-----------------------------------
http://www.SQL4n00bs.com
Post #1377520
hisakimatama
hisakimatama
Posted Friday, October 26, 2012 7:21 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Today @ 7:43 AM
Points: 172,
Visits: 3,069
I manage a paltry two databases at my workplace, one in SQL Server, one in Microsoft Access. Not exactly a huge burden of work there, with only about 3GB of data, but I'm definitely doing everything I can with these databases (and a spare test one for experiments) to learn all I can about working with SQL Server. Learned the importance of doing backups of everything to multiple places and restoring them daily, indexing, optimization, and so forth. I'd actually like to move to an environment that has a bit more to manage... Sometimes there's just very little to do here, since the business needs don't escalate very often. That just leaves more time for learning and testing, though
----------------------------------
My journal of things I'm learning about SQL
Post #1377571
HildaJ
HildaJ
Posted Friday, October 26, 2012 7:42 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Today @ 9:27 AM
Points: 104,
Visits: 287
I just recently got the job that I currently have, I'm a few weeks into it. We have one production database server and one development server, and currently working on a stage database server. We have about 20 databases that range in size from 30 gb to very small database all running on SQL 2008 R2. I really love the DBA job, it's very cool to work with data and help the users to pull that information into readable format. I'm very impressed on what some of you guys are currently supporting. I like to read a lot about managing DB, scripts and all this cool stuff to keep up to date and defintely to work on automating as many tasks as possible.
Post #1377581
Rod at work
Rod at work
Posted Friday, October 26, 2012 7:52 AM
Mr or Mrs. 500
Group: General Forum Members
Last Login: Today @ 1:48 PM
Points: 577,
Visits: 1,019
1 production SQL Server instance; 4 production databases.
1 test SQL Server instance and the same 4 test databases.
I'm an accidental DBA; the only DBA we have here.
Kindest Regards,
Rod
Post #1377594
derek.colley
derek.colley
Posted Friday, October 26, 2012 8:15 AM
SSC-Addicted
Group: General Forum Members
Last Login: Today @ 3:41 AM
Points: 496,
Visits: 587
This is a nice question, but skating a bit close to the confidentiality line for me I'm afraid. A bit of basic research with Google will uncover which company I work for.
I'm going to settle for, 'lots'.
---
Note to developers:
CAST(SUBSTRING(CAST(FLOOR(NULLIF(ISNULL(COALESCE(1,NULL),NULL),NULL)) AS CHAR(1)),1,1) AS INT) == 1
So why complicate your code AND MAKE MY JOB HARDER??!
Want to get the best help? Click here
http://www.sqlservercentral.com/articles/Best+Practices/61537/
(Jeff Moden)
My blog:
http://uksqldba.blogspot.com
Visit
http://www.DerekColley.co.uk
to find out more about me.
Post #1377612
Chris Metzger
Chris Metzger
Posted Friday, October 26, 2012 8:48 AM
Valued Member
Group: General Forum Members
Last Login: Monday, February 11, 2013 8:23 AM
Points: 50,
Visits: 88
As an accidental DBA we're at 113 instances on 3 Production 2008R2 systems and hundreds of databases but fortunately I was smart and automated EVERYTHING when I took this job. Plus it helps that our developers wrote a lot of stored procedures into our databases so all we have to do is schedule a task and call them. Without automation for maintenance (we use LiteSpeed with Spotlight for monitoring because we can also manage the OS at the same time as SQL) I would lose my mind. This does not include test environments and other smaller database products like Progress OpenEdge.
Post #1377645
« Prev Topic
|
Next Topic »
18 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.