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

Would You Retire Rather Than ...

Bjarne Stroustrup is the creator of C++. I read a few of his books and alternately loved what he'd done and hated having to write C++ code in university and at a few jobs. I found it tedious and hard, though arguably better than C once you had a decent set of classes structured. BTW, I love his website, the basic text view of the world, which is how I have built a few sites on my own.

I caught an interview with him and this short response on AI and coding. He had this quote: "Senior developers are already retiring rather than deal with it." He doesn't love the results from AI, which is fine. And it's not what I want to talk about today.

The idea that senior developers, presumably like Mr. Stroustrup, would rather retire than work on codebases that are being changed by AI is interesting. I suspect that in some problem domains, you might hate AI code and not want to deal with it, but retire? Is that the answer?

I have known some IT people who retired because they didn't like their jobs. My wife left tech because it was too stressful, but it wasn't an easy decision. She's questioned it a few times, but she had a passion for something else and wanted a new job. I think that in both cases, it was the case that someone moved towards something rather than away from something.

I wonder how many of you would really retire or leave your job because you don't like the work. Most people I know who don't like the work are looking for something else to do until they retire. I would be sad to hear about someone who is hanging on to a bad job until they retire. Especially if retirement isn't coming soon.

I do have a good friend who was close to retiring in his early 60s. He decided it was too soon and took another job after his previous employer was sold and closed their local office. He's spent a little over a year working remotely and he doesn't like it. He's going to retire this year because he doesn't like the job and doesn't want to look for a new one.

AI might force some people out of the industry, but I think it's more likely that there are other factors, like a poor work environment, bad management, or some other factor. However, if you disagree, let me know. If you would stop working because you don't want to deal with data or technology, let me know. As always, if you don't want to post publicly, message me and I'll post something anonymously for you.

Steve Jones - SSC Editor

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

 
 Featured Contents
SQLServerCentral Article

Vector Search in SQL Server 2025: Storing Embeddings, Querying Them, and What to Watch Out For

vgupta from SQLServerCentral

This article shows how you can generate embeddings in SQL Server 2025, store them, and use them in your queries.

External Article

Microsoft are retiring role-based certifications. Here’s why they shouldn’t

Additional Articles from SimpleTalk

In this Simple Talk opinion piece, Microsoft certification veteran Dr Greg Low considers – and shares his thoughts on – the recent announcement that many role-based Microsoft certifications are being retired.

Blog Post

From the SQL Server Central Blogs - QUOTENAME Basics: #SQLNewBlogger

Steve Jones - SSC Editor from The Voice of the DBA

Recently I ran across some code that used a lot of QUOTENAME() calls. A colleague was having some trouble with the code, but what struck me was that I...

Blog Post

From the SQL Server Central Blogs - When growing companies outgrow Excel

ChrisJenkins from Chris Jenkins' Blog

There are some telltale signs that your growing business has outgrown Excel for your reporting needs. Excel is probably the most adopted piece of software out there, and I...

Learn Microsoft Fabric: A practical guide to performing data analytics in the era of artificial intelligence

Site Owners from SQLServerCentral

A step-by-step guide to harness the power of Microsoft Fabric in developing data analytics solutions for various use cases

 

 Question of the Day

Today's question (by Steve Jones - SSC Editor):

 

Converting Money

Does this run successfully on a SQL Server 2022, US English default installation?
DECLARE @YenAmount MONEY;
SET @YenAmount = ¥1500; 

SELECT @YenAmount AS RawValue;

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

 

 

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

Running SQLCMD I

I run the SQLCMD utility as follows:

lcmd -S localhost -E

I then type this (the 1> is the prompt):

1> select @@version go

If I hit enter, what happens?

Answer: I get another prompt

Explanation: The batch separator must be on a separate line. When I hit enter, I get a new prompt. I will continue to get these until I enter a "GO" on a separate line. Ref: sqlcmd - Starting the utility  - https://learn.microsoft.com/en-us/sql/tools/sqlcmd/sqlcmd-start-utility?view=sql-server-ver17

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.


Editorials
Celebrating 30 years of PostgreSQL, A Thank you message - Comments posted to this topic are about the item Celebrating 30 years of PostgreSQL, A Thank you message
Everything I Needed to Know Used to be Found in One Book - Comments posted to this topic are about the item Everything I Needed to Know Used to be Found in One Book
Article Discussions by Author
Fuzzy String Matching in SQL Server 2025 - Comments posted to this topic are about the item Fuzzy String Matching in SQL Server 2025
Representing Money - Comments posted to this topic are about the item Representing Money
No More Deadlocks - Comments posted to this topic are about the item No More Deadlocks
Five SQL Server 2022 T-SQL Functions You Should Be Using Right Now - Comments posted to this topic are about the item Five SQL Server 2022 T-SQL Functions You Should Be Using Right Now
Unraveling the Mysteries of the Ephemeral Model: The Fabric Modern Data Platform - Comments posted to this topic are about the item Unraveling the Mysteries of the Ephemeral Model: The Fabric Modern Data Platform
QUOTENAME Behavior - Comments posted to this topic are about the item QUOTENAME Behavior
Stop Prompting Your AI Agent. Give It a Playbook. - Comments posted to this topic are about the item Stop Prompting Your AI Agent. Give It a Playbook.
Finish the quote - Comments posted to this topic are about the item Finish the quote
SQL Server 2022 - Administration
BCA KCU VETERAN | Tlp/Wa:0817866887 - Tlp/Wa_Cs:0817-866-887  Jl. Veteran No.18-24, Krembangan Sel., Kec. Krembangan, Surabaya, Jawa Timur 60175 @BCA KCU VETERAN
BCA KCU SALATIGA | Tlp/Wa:0817866887 - Tlp/Wa_Cs:0817-866-887  Jl. Jend. Sudirman Jl. Diponegoro No.15, Salatiga, Kec. Sidorejo, Kota Salatiga, Jawa Tengah 50711
BCA KCP Iskandar Muda | Tlp/Wa:0817866887 - Tlp/Wa_Cs:0817-866-887  Jl. Sultan Iskandar Muda No.Kav. 80/1-2, RT.2/RW.3, Kby. Lama Utara, Kec. Kebayoran Lama, Kota Jakarta Selatan, Daerah Khusus Ibukota Jakarta 12240
provisioning sql server via VMware Cloud Foundation - Hello, has anyone here ever provisioned and actually used an MS SQL Server with this tool: https://blogs.vmware.com/cloud-foundation/2026/02/12/mssql-adds-wsfc-vcf/ Are there already any experiences regarding advantages or disadvantages? I’m particularly interested in feedback from real users. What’s written on websites isn’t always easy to verify. Thank you in advance. Best regards, Andreas
SQL Server 2022 - Development
Running script without having permission to Function - Good Morning. I have a T-SQL Script which has been developed to execute a Function1 (which itself calls another Function2). Unfortunately I do not have permission to execute these functions. Hence I am trying to re-write the Script to enable the core logic of these functions to be incorporated in to it. Function1 takes TWO […]
 

 

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

 

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