SQLServerCentral - www.sqlservercentral.com

A community of more than 1,600,000 database professionals and growing

Featured Contents

The Voice of the DBA

The Flash DBA

The job as a DBA is the job. That's been my view for a long time, which is why I am always concerned about the staff when I interview. The people I work with make the job good or bad. I can always handle the job, which is often very similar in many organizations. I might do more tuning in one place, or more infrastructure management in another, write more reports than the last gig, but the skills and techniques are very similar in many positions.

I have also found at some, maybe many, companies there isn't always a full time need for a DBA, or architect, modeler, etc. Instead, there are periodic ongoing needs for those skills. At one position, I was negotiating a deal to only be employed 3 days a week, planning on spending the other two at another company consulting. I was about ready to implement my plan when the first company lost funding and went out of business. Since then, most companies haven't entertained the idea, even when there wasn't necessarily a full time need for a DBA position.

I thought back to that job when I read this piece on flash organizations, where the idea is to bring people together for a project or (relatively) short period of time to do some work. I have seen similar project teams in larger organizations, but those teams are limited to the talent within the company. A Flash team would bring contractors together for a project, perhaps with employees. Certainly consultants or contractors are sometimes used today, but they often aren't seen as part of the "team", or at least, they aren't treated that way. That disparate treatment often means that there aren't necessarily shared goals or the same focus among everyone in the team.

If you'd asked me to consider flash teams a decade ago, I wouldn't have thought that we had the management maturity to accept outside help for many types of work. However, the advent of cloud services (and more adoption than I would have thought), along with the use of pull requests and agile development services have me wondering if this might not be the type of things we see more often, especially for software. I could even see this for specialized skills, such as data science and ML model training.

I do think that this type of work is harder for data professionals to walk into, since intimate knowledge of the meaning of data fields and their relationships is important. Coming up to speed on the way a business uses data can be easy when you start,but there are often edge cases and the complex ways in which business people often use data takes more time. I would expect time spent as a flash data professional would be front loaded in trying to gain an understanding of the environment. However, perhaps that would mean that there would be better documentation for future projects. Maybe even an ER diagram or two that actually matched the database system.

Steve Jones from SQLServerCentral.com

Join the debate, and respond to today's editorial on the forums


The Voice of the DBA Podcast

Listen to the MP3 Audio ( 4.1MB) podcast or subscribe to the feed at iTunes and Libsyn. feed

The Voice of the DBA podcast features music by Everyday Jones. No relation, but I stumbled on to them and really like the music.

ADVERTISEMENT
SQL Monitor

Don’t just fix SQL Server problems, prevent them from happening

SQL Monitor helps teams looking after SQL Server be more proactive. Not only does SQL Monitor alert you to current issues, it gives you the information you need to stop them happening in the future. Download SQL Monitor now and get a 14 day free trial

SQL Prompt

Could your SQL coding be more efficient?

Data Platform MVPs and SQL Server experts share their tips on how to standardize formatting whilst stripping out the repetition of coding with SQL Prompt. Over these 20 short videos we will help you write better, shareable SQL faster. Check out the tips

Featured Contents

 

When sp_HelpText is not so helpful!

Andy Robertson from SQLServerCentral.com

A note of caution on the use of sp_helptext to script out objects. More »


 

SQLCLR in Practice: Creating a Better Way of Sending Email from SQL Server

Additional Articles from SimpleTalk

SQLCLR is now considered a robust solution to the few niche requirements that can't be met by the built-in features of SQL Server. Amongst the legitimate reasons for avoiding SQLCLR, there is the fear of getting bogged down in code with special requirements that is difficult to debug. Darko takes a real example, extending the features of sp_send_dbmail, to demonstrate that there need be few terrors in SQLCLR. More »


 

Extending DevOps practices to SQL Server databases with ReadyRoll from Redgate

In this webinar, Microsoft MVP Steve Jones and Redgate’s Arneh Eskandari will show you how Redgate’s Database DevOps solution can work to improve your database development and deployment processes. You'll see a demo of the following Redgate tools - ReadyRoll, DLM Automation and DLM Dashboard - and see how they plug into GIT. There will also be plenty of time to ask Steve and Arneh questions. More »


 

From the SQLServerCentral Blogs - My Thoughts After Completing a Power BI Report Server POC

meaganl from SQLServerCentral Blogs

Last month I worked on a proof of concept testing Power BI Report Server for self-service BI. The client determined... More »


 

From the SQLServerCentral Blogs - SQL Server Tracking Suspect Pages

Arun Sirpal from SQLServerCentral Blogs

Did you know that SQL Server tracks suspect pages and puts the details into the msdb database in a table... More »

Question of the Day

Today's Question (by Steve Jones):

Which types of query statements can be used with the EXPLAIN operator in Azure SQL Data Warehouse?

Think you know the answer? Click here, and find out if you are right.


We keep track of your score to give you bragging rights against your peers.
This question is worth 1 point in this category: Azure SQL Data Warehouse (ASDW).

We'd love to give you credit for your own question and answer.
To submit a QOTD, simply log in to the Contribution Center.

ADVERTISEMENT

T-SQL Querying (Developer Reference)

Squeeze maximum performance and efficiency from every T-SQL query you write or tune. Four leading experts take an in-depth look at T-SQL’s internal architecture and offer advanced practical techniques for optimizing response time and resource usage. Get your copy from Amazon today.

Yesterday's Question of the Day

Yesterday's Question (by Steve Jones):

Of these operations, which one is handled last in the logical order of query processing?

  • CUBE/ROLLUP
  • GROUP BY
  • HAVING
  • ON
  • TOP
  • WHERE

Answer: TOP

Explanation:

The logical order of query processing is:

  1. FROM
  2. ON
  3. JOIN
  4. WHERE
  5. GROUP BY
  6. WITH CUBE or WITH ROLLUP
  7. HAVING
  8. SELECT
  9. DISTINCT
  10. ORDER BY
  11. TOP

Ref: SELECT - click here


» Discuss this question and answer on the forums

Database Pros Who Need Your Help

Here's a few of the new posts today on the forums. To see more, visit the forums.

SQL Server 2016 : SQL Server 2016 - Administration

Can't Shrink TEMPDB - Hi All, I am getting an odd error when trying to shrink tempdb a little bit DBCC SHRINKFILE: Page 7:2275824 could not...


SQL Server 2016 : SQL Server 2016 - Development and T-SQL

The order of TRUNCATE and DROP / DISABLE NONCLUSTERED INDEXES - Hi folks... I'm hoping for some guidance on TRUNCATE and NONCLUSTERED INDEXES.  I've been told conflicting information from a couple...

Get the year and Qtr - Ia am trying to get the year and Qtr from my date column which has values like- YYYY-MM (2017-02). I...


SQL Server 2014 : Administration - SQL Server 2014

Transfer Database Data - hello community. i have two databases. one is old version and other is new version .. in new version i have some...

Performance Monitoring suggestions - We're looking at installing a new COTS tool, and the installation instructions request a pretty robust hardware config: (8 CPU,...


SQL Server 2014 : Development - SQL Server 2014

TSQL Query help plz.. - Hi All, Need tsql help please. Below is the sample schema/tables and description is written at the end(my requirement). use master go...


SQL Server 2012 : SQL 2012 - General

Run password changes on multiple servers within central management server - Hi  I have a large sql instance estate with all instances registered withing a central management server. I would like to...

IP adrsss for my SQL server - Hi all! I have tried both Google and seach on this page first... I have a  SQL 2012 server, where one of...


SQL Server 2012 : SQL Server 2012 - T-SQL

Running total challenge - SORT OF - Hello ladies and gents! I have a task that has boggled me for a few days now. What the client needs...


Programming : Powershell

Powershell to get Results and Messages in SSMS inquiry - Is there a powershell script that will show both output Results and Messages.  For example: Select @@servername It should show on the powershell...


Data Warehousing : Strategies and Ideas

Incremental loads wiothout Change Tracking ? - Hello All, We currently are using Change Tracking for our current customers. It is working well. However, we are about to...

Hierarchy in a Fact table - Referring to itself - Hello, Using SQL Server 2016, VS2015 I have a very complex hierarchy in a Fact. My client is managing investment funds and lot...

Multiple Calendars Using Kimball Outrigger Technique - Has anyone successfully used Kimball's outrigger technique for multiple corporate calendars in SSAS?  If so, can you share the technical...

This email has been sent to newsletter@newslettercollector.com. To be removed from this list, please click here.
If you have any problems leaving the list, please contact the webmaster@sqlservercentral.com.
This newsletter was sent to you because you signed up at SQLServerCentral.com.
Feel free to forward this to any colleagues that you think might be interested.
If you have received this email from a colleague, you can register to receive it here.
This transmission is ©2017 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved.
Contact: webmaster@sqlservercentral.com