Problems displaying this newsletter? View online.
SQL Server Central
Featured Contents
The Voice of the DBA
 

Where Do You End Up as a DBA?

This editorial was originally published on Feb 20, 2015. It is being re-run as Steve is traveling to SQL in the City - Los Angeles.

I saw this question pop up on the forums: Where do senior DBAs land finally? It's an interesting question, and for people that are searching for the next challenge, I would guess that they're interested in an answer. Here's what I think:

There is no landing, senior or not. There are only stops along the path of your career.

As you gain experience, and talent, you will have both more, and fewer, choices. If you expect to constantly gain salary, you will find that harder and harder over time. That's the nature of any business. The best artist/athlete/programmer/whatever will reach a point where they can't necessarily raise the market price for their services. The more you want to get paid, the fewer people that will afford you.

If you look at money as a measure, you will be disappointed at some time. Not that money isn't important, but I recommend you keep things in perspective. Money is important, but as you earn more, I would hope that value would start to diminish.

At the same time, the challenges and opportunities at a job may matter to you. If you always want a harder problem to solve, a more complex system to manage, you'll find the same limitations at some point. Fewer and fewer extremely complex (or very large) databases exist. You have less choice if this is important to you.

Some people are restless and want to look for new opportunities on a regular basis, no matter what their situation. If that's you, I would think you should consider consulting, either with a company or by yourself. Which you choose probably depends on your tolerance for the non-technical parts of a business, as your own consulting business will have lots of non-technical work to manage.

Some people value stability, and if you value that highly, you'll sacrifice some challenge and excitement. However stability is very relative these days, and you need to keep that in mind. You always work for yourself and no job is guaranteed for the rest of your career.

I have moved back and forth from consulting to FTE, and like both, but I tend to value the co-workers I have and environment more than other things. I have to enjoy going to work. I find the DBA/developer job to be pretty much the same in most places, but my co-workers make the difference.

It's good to investigate and consider other options, but don't think of this as the game of Life, with a few choices and an ending point. There are many paths, many directions to go. Some routes may cross, but many do not. You choose the one that matters to you, but don't be afraid to cross to another one if you find yourself wanting.

Where do you think Senior DBAs end up?

Steve Jones - SSC Editor

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

 
Redgate SQL Prompt
 Featured Contents

Using Azure Data Studio with Git

Steve Jones - SSC Editor from SQLServerCentral

In this article, we will examine how to use Azure Data Studio with a git repository for storing code.

Importing Data into Azure SQL Database

Additional Articles from Database Journal

Data imports represent some of the more commonly performed database management tasks. Learn about a number of traditional SQL Server data import techniques that you can leverage when importing data into Azure SQL Database.

SQL in the City Summits – US & Down Under

Press Release from Redgate

Redgate are inviting senior data professionals to attend one of the upcoming SQL in the City Summit events taking place in May and June. If you’re interested in learning how your business can benefit from implementing Compliant Database DevOps this event is for you. Find out who’s presenting and register for a Summit near you today.

From the SQL Server Central Blogs - Storage Considerations for Running SQL Server in Azure

david.bermingham from SQLServerCentral

If you are deploying SQL Server in Azure, or any Cloud platform for that matter, instead of just provisioning storage like you did for your on-premises deployments for many...

From the SQL Server Central Blogs - Capture Trend in Dead Lock Occurances

SQLPals from SQLServerCentral

Deadlocks are usually detected and resolved automatically by SQL Server by killing one of the SPIDs involved in it.  You may have an alert setup to notify you and/or users...

 

 Question of the Day

Today's question (by Junior Galvão - MVP):

 

Database Properties

In previous versions of SQL Server, the Page_Verify database property algorithms were used to verify and identify possible incomplete, suspected, or broken pages of data. In SQL Server 2017, what is the new option that should be set to add a certain bit in the header of a page?

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

 

Redgate SQL Source Control
 

 

 Yesterday's Question of the Day (by Steve Jones - SSC Editor)

Preventing a SELECT

I have a table, dbo.DatabaseSizeInfo, with some information about my database growth. A developer, SallyDev, wants to view this information. However, I am sure others will also want access. What is the best way to get SallyDev access to view data in this table?

Answer: Create a role, grant SELECT on dbo.DatabaseSizeInfo to the role, and add SallyDev to the role

Explanation: The preferred way to manage security in SQL Server is to always use groups and roles to grant access. The way you would do this is to create a role, grant the rights to the role, and the add the user (or group) to the role. Ref: Getting Started with Database Engine Permissions - https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/getting-started-with-database-engine-permissions?view=sql-server-2017

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 2017 - Administration
Double click .sql file opens new SSMS session - When I double click a .sql file, it opens SSMS.  If I double click a second .sql file, it opens a new SSMS session instead of a new tab on the current SSMS session.  We are running v17.8.1 Is there setting for this.  Have already looked at the following posts and none of this worked: […]
SQL Server 2017 - Development
Trace file 95 Percentile alongside min/avg/max - Hi   Im trying to show the 95th percentile duration value, per proc , alongside side the min/avg/max duration. And Im hitting a brick wall. How on earth do I calculate the percentile per proc. Any words of advise gratefully received thank you   simon
SQL Server 2016 - Administration
Linked server - Cross domain - Windows authentication only. - Hi all, I was looking for some advice on the best way to do this, we have our domain (A) and a parent companies domain (B). For a long time now one of our applications running in our domain has been using a linked server also in domain A to get data from domain B […]
SQL Server 2016 - Development and T-SQL
Performance difference for stored proc in SSIS vs SSMS (and other questions) - I have a humongous data set that I am updating from another humongous data set. We are talking about hundreds of millions of rows being updated. Apart from partitioning these tables (which are processed by single year batches) I have tuned the update query and indexed the tables so that the execution plan looks very […]
Development - SQL Server 2014
Merge all rows to one row in results - This is working, thank you to Drew Allen from this forum. I would like to know if this can be tweaked a little. select ai.*, pe.program_name, ac.full_name from all_clients_view ac left outer join alt_id_view ai on ac.people_id = ai.people_id left outer join program_enrollment_view pe ac.people_id = pe.people_id Currently, the result will be like this for […]
Using a third table in small left outer join - HI I have 2 views and I need one more information and not sure how to do this. I thank you for all of your help so far. select b.*, a.full_name from all_clients_view a left outer join alt_id_view b on a.people_id = b.people_id I need to add in the program_name from this view: I don't […]
combination of values - I want to find every combination possible...no duplicates and using a value 1 time per combination. If there are X values in the scenario, then each combination would contain X values. Example: 3 values: x, y and z would return: xyz xzy yzx yxz zyx zxy Examples of want I do not want: x xx […]
SQL 2012 - General
How to find a set of sequential values within a list - Hello all, I have a dataset with lat/lon data for vehicles tracking their location every few minutes. It also reflects an estimated speed of travel and the time the record was received/recorded in the database.  A small sample of the data for one vehicle: CREATE TABLE #TESTDATA ( VEHICLEID INT ,LAT INT ,LON INT ,MSGDATE […]
SQL Server 2012 - T-SQL
t-sql 2012 most current year - In the following t-sql 2012, I want to select records from the AMilestone table when the schoolyear is the most current year from the ASemester table. select * from ASemester ASemester join AMilestone AMilestone on AMilestone.SCHOOLYEAR = ASemester.SCHOOLYEAR where ASemester.SCHOOLYEAR = ASemester.max(SCHOOLYEAR) The sql listed above does not work. Thus would you show me the […]
T-SQL (SS2K8)
how to encapsulate the same code block with inserted vs deleted in a trigger. - So I have an IUD trigger on a table with quite a few columns.  (Don't ask about normalisation that's another issue).   My code is … INSERT INTO auditTable (a,b,c … k) SELECT a,b,c...k FROM inserted   Later I repeat the exact same for the table deleted.   I was trying to think of a […]
SSRS 2014
Interactive sorting - Is there anyway to sort in SSRS by reportitems.textbox.value? I have a report that a textbox does not appear in the dropdown for interactive sorting that has the following formula in it =(ReportItems!YTLP.value + ReportItems!TSA.value) / ReportItems!YT.value I would like to be able to sort this from largest to smallest value but I can not […]
Analysis Services
Calculations - Associated Measure Groups - Hi, I have a current calculation in my cube called 'EUR Rental Value', I added a new calculation called 'USD Rental Value' and when I use excel to connect to my perspective I notice that the new calculation is displayed under the 'Values' measure group and not the 'Sales' measure group. The weird thing is […]
Change Data Source for tabular Model at Deployment? - I s there any way to change the data source for a tabular model at deployment? I have Development, test & Production Sql Servers.  I also Development, test and production servers for SSAS. I would like to change the data source for the model based on which server I am deploying to.  Is this possible? […]
Integration Services
SSIS bcp command unable to open bcp host data file - I have a developer that created and SSIS package that uses bcp. the bcp command is on a process task the working directory is the tools\binn for sql server (2012). the executable is bcp and the arguments are out "business" -c -t~ -T -SXXXX There are expressions used in the command @[User::TableName] + " out […]
SQLServerCentral.com Announcements
Status Update 8 May 2019 - Apologies for missing yesterday. A little coordination problem with a PM out and new people working. I didn't see changes and needed to dig into a few things. We are starting to see some fixes appearing in small ways, and some larger backend ways. Fixes: Redirections should be mostly working. We also have Google/Bing/etc reindexing […]
 

 

RSS FeedTwitter

This email has been sent to {email}. 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.
©2019 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved.
webmaster@sqlservercentral.com

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -