| A community of more than 1,600,000 database professionals and growing |
| | #SQLCareer Information Technology is a place that I think could be a very good career for many people. Our working conditions are good, the pay is above average, and we can continue to do this job for most of our lives. We have flexibility to work in many locations, and at different hours. There are downsides, as each of those advantages can work against us. We can be expected to work all hours, and in all places, including while on holidays. We don't have the excuses of not being in an office, and with today's small machines, we can be asked to carry our work with us wherever we go. How you handle those challenges and achieve balance in life is up to you, but I will say that it can be a burden to do so. When I first started to work in this business, I came from positions that required more physical labor and onsite work. I was pleasantly surprised at how much I preferred an office environment, especially as technology became more important and workplaces evolved into casual, even fun, places to spend my day. I've appreciated the growing flexibility as bandwidth has increased and remote work became first tolerated, and then accepted. In some cases, it's even preferred. As my children have grown up, one of the great benefits for me has been the flexible schedule that allowed me to share many moments in their lives. The flipside is that I've also had to work many hours while they're at home, at all hours of the day and night and many weekends. When I started working in this field, I had no idea what life would be like, and I bet that many people that are learning about computers are similarly naive. When I've spoken with students, or even adults seeking training for a new career, I find that the environment in education, not to mention the tools and techniques, are very different from that of most jobs. I'm regularly reminded of this while talking with my son, who is studying some computer science in university. He's learning concepts and skills, but missing some of the very basic, practical items that I think academic training ignores. I think we can do better. I read Iris Classon's post about her day, where she covers some of the tasks and flow of her workday. I'm looking forward to reading more about how her life as a developer goes, but I'd also like to put out a challenge to those in the SQL Server community. I think we can help others learn what it's like to work in our field, either inspiring them to study harder and build more skills, or warn them of the dangers and downsides. If you have a blog, I'd like to ask you to write four posts. These could be four days in a row, or one day a week for a month. Once a month is probably too little, but if that's the time you have, then do that. Let us know how your day goes, what tasks you undertake, the challenges, maybe even a little about the problems you solve. If you enjoy blogging, you'll get ideas for even more posts. If you don't, you'll still build some communication skills. If you like your job, maybe you'll get excited to share the things that are fun. If you don't, then you might stop and think as you write about how you can make changes in life. You might even teach yourself something about your own career. Either way, you'll learn something. I'll ask that you tag these posts on your blog and any sharing you do as #SQLCareer. That way we help others get a sense of what it's like to work in the Microsoft Data Platform space. If you want to write more, that's fine, but set a reminder now, and schedule out a few posts about what your job is like. Steve Jones from SQLServerCentral.comJoin the debate, and respond to today's editorial on the forums |
| The Voice of the DBA Podcast Listen to the MP3 Audio ( 4.6MB) podcast or subscribe to the feed at iTunes and Libsyn. 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 | | What’s the top challenge faced by SQL Server professionals in 2018? Learn how 626 SQL Server professionals monitor their estates in our new report on the State of SQL Server Monitoring. Discover the challenges currently facing the industry, and what is coming next. Download your free copy of the report |
| | Become a more efficient SQL developer with SQL Prompt Learn how to write SQL faster and more efficiently with these exclusive short videos from Data Platform MVPs and SQL Server experts. With SQL Prompt you can strip out the repetition of coding and write SQL 50% faster. Check out the tips |
|
|
|
| | | Adam Aspin from SQLServerCentral.com This is the first article in a short series of SQL Server query challenges to test and expand your SQL Server querying skills More » |
| There is a growing motivation, in many organizations, to integrate database changes into a DevOps process. In this article Tom Austin explains the different methods of getting the database under source control, either by storing per-object state, or migration scripts, or usually both. More » |
| Additional Articles from MSSQLTips.com One of the benefits of SQL is the ability to write a query and use parameters to dynamically act upon the resultset. Depending on the situation, there can be benefits to parameterizing queries, but it is not always clear when or how to do this. In this tip we look at different ways to pass in values as parameters to queries and the advantages and disadvantages. More » |
| Bert Wagner from SQLServerCentral Blogs While the text of this post contains good information on SSMS object filters, I highly recommend watching this week’s video... More » |
| Steve Jones from SQLServerCentral Blogs This is a short series of posts on the courses I took with Brent Ozar. I actually completed the courses... More » |
|
|
| | Today's Question (by Steve Jones): I have an Orders table that contains the CustomerID and the CustomerTypeID columns. There are 4603 values for CustomerID and 12 values for CustomerTypeID. Which column is more selective? |
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. We'd love to give you credit for your own question and answer. To submit a QOTD, simply log in to the Contribution Center. |
|
|
| |
| Yesterday's Question of the Day |
| Yesterday's Question (by Steve Jones): I run this code in Python: >>> a = "Happy" >>> b = "Independence Day" >>> a, b = b, a >>> print( b, a) What is returned? Answer: Happy Independence Day Explanation: Python allows multiple variables to be assigned at the same time with the a, b = c, d syntax. This will do a = c b = d This also allows the reversal of values and will indeed switch the values of a and b with the a.b = b, a syntax. Ref: From SO: click here » Discuss this question and answer on the forums |
|
|
| | Shridhar from SQLServerCentral.com Create database using dynamic SQL Script creates a database,picks up the default locations for data and log file placements from server configuration, Give it a go!! Useful in scenario's where your DBA doesn't like you and doesn't tell you that he doesn't like you!! So give him this script and ask him to trust you for creating the database, ill soon post something to create tables dynamically, Lets test your DBA's More » |
|
|
| | Subhash Chandra from SQLServerCentral.com Check the current users DB access at Individual level and manage as per the need and change of role. It will work on object level also. More » |
|
|
| Database Pros Who Need Your Help |
| Here's a few of the new posts today on the forums. To see more, visit the forums. Restore Backup from 2012 to 2017 GTM - Hi Everyone I'm trying to restore a backup that was taken from a 2012 SQL Server and restore to a SQL... SQL Server Dependencies - Hi All, Today we encountered a issue with SQL Server services. After upgrading TLS 1.0 to TLS 1.2, SQL Server Services are... Jobs running indefinitely - Hi, I have an sql server 2017 enterprise and sometimes (not always), when it runs a job (the jobs he... Data compression - Dear all, We have a BI solution In this solution we have stading area, a data mart and a cube. We are thinnking in... DDL statements getting rollbacked - Hi All, Can we rollback DDL statements as well (create, drop, alter,truncate etc...)???? As per my knowledge in sql 2000 we... I can't insert Arabic Text with Braces - Hi, I've been given a spreadsheet of some Arabic text that provides a description of a fault code., in English it... Getting UserDetails from Application - I have to write a procedure where I need to capture some data from application and insert into some tables.... Migrating data from one server to another - Hi Is there any way other than export and import where we can migrate data from one server to another. Thanks Efficient way to count distinct - I am trying to get a query to run which counts distinct values for two columns. I have a temp table named #Paid... Getting two different fields from two different tables - I have a procedure which takes two parameters and I want to get the primary key values of those two... How to use functions to update columns? - I am a beginner with using functions, I need to update only one column (which is the FIRST null it... Phone Number Validation - Greetings, I'm working on a project where we have to take a list of unique phone numbers in our database and... HELP NEEDED: SQL server always on availability group - Connection string parameter - Hi all, I have several SQL instances, few with Always on AG activated and few with out Always on AG group. I... Comparing E mail address through SP - Hi All, Noticed a strange issue . When I query data from a table having email address field the where condition that... stop delete trigger firing when i'm doing an "admin delete" - Sometimes I don't quite have the right words to google or ask for help with …. please bear with. I am... Inner query returns more than one row - Hi folks, I have a problem that I don't know how to solve: the subquery returns more than one row.... HTTP 500 Internal Server Error after Windows Update - We finished a recent update to our server and ever since then our SSRS default instance has stopped working. We... Highlighting of changeable data using a "colour table" - I am a lone, and originally accidental, DBA, so would very much appreciate feedback on a solution I have come... SSIS; Why would the "The expression for variable "FileLocation" failed evaluation." error appear, but the package succeed? - Hi, Hope you can help! I have a .dtsx package that drops a flat file off in a folder. I'm using a... Dilemma between Microsoft BI developer or Application Developer - I am stuck in a dilemma; at my workplace I have to choose my career track between as Microsoft BI... |
|
| 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 ©2018 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved. Contact: webmaster@sqlservercentral.com |
|
|