The Avalanche of Cloud Computing
Today Steve Jones talks about the tipping point of cloud computing.
2017-09-21
55 reads
Today Steve Jones talks about the tipping point of cloud computing.
2017-09-21
55 reads
While thinking about interviews, Steve Jones shares a story of a job situation he encountered.
2017-09-20
125 reads
2017-09-19
63 reads
What's your favorite productivity tool when writing SQL? Phil Factor has has flirted with most of them, from templates and snippets to a programmer's clipboard and back again.
2017-09-18
113 reads
2017-09-18
64 reads
Microsoft changed some things in SQL Server 2017 in response to community requests. Steve Jones is asking for more.
2017-09-15
51 reads
2017-09-14
94 reads
Steve Jones talks about backup of data today and the challenges of managing this at scale.
2017-09-13
47 reads
A look back at the random nature of finding information in libraries and bookstores. A feeling Steve Jones misses.
2017-09-12
61 reads
2017-09-11
71 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