The Pressure to Perform
Steve Jones wonders how things might be different is developers were treated more like salespeople with quotas.
2017-11-22
70 reads
Steve Jones wonders how things might be different is developers were treated more like salespeople with quotas.
2017-11-22
70 reads
Anytime we adopt a new technology, framework, platform, language, etc., we will pay a tax in development output.
2017-11-21
60 reads
2017-11-20
72 reads
2017-11-20
68 reads
2017-11-17
109 reads
2017-11-15
451 reads
It is getting to be that time of year. Holiday parties are you for them or against
2017-11-14
75 reads
In SQL Server 2017 consuming or providing JSON data is so efficient that you can implement effective microservices right from the database, argues Phil Factor.
2017-11-13
2,013 reads
2017-11-13
70 reads
This Friday Steve Jones wants to know about the lifetime of your instances. Do you have some idea on how long you'll run a particular version of a platform?
2017-11-10 (first published: 2014-04-11)
334 reads
By SQLPals
Dry-run xp_delete_file Before Actually Deleting Files? xp_delete_file doesn’t really have a...
By Brian Kelley
In the United States, today is Thanksgiving. The intent behind the holiday is to...
SQL Server 2025 RTM is here, and if you’re running Docker on macOS, you...
Apologies if this is posted in the wrong forum, but I am trying to...
Hello all, I have a linked server created on an instance which only has...
Hi, I want to find all the tables name under a database where tables...
In Azure SQL Database and SQL Server 2025, if I run this, what is returned?
SELECT '[' + SUBSTRING('Steve Jones', 7) + ']' See possible answers