Be a Craftsman
Is software engineering dead? Some well respected software developers have stated that, and one says we should be craftsman, not engineers.
Is software engineering dead? Some well respected software developers have stated that, and one says we should be craftsman, not engineers.
What happens behind the scenes when you alter a table schema? New author Alok Dwivedi dives deep into SQL Server to show us how things are affected.
Does too much uptime mean that you might be at risk for downtime? Steve Jones examines this idea in today's editorial.
Rolling out SQL Servers is a key task for DBAs, this articles provides 12 essential post-installation steps.
Is software engineering dead? Some well respected software developers have stated that, and one says we should be craftsman, not engineers.
Is software engineering dead? Some well respected software developers have stated that, and one says we should be craftsman, not engineers.
Is software engineering dead? Some well respected software developers have stated that, and one says we should be craftsman, not engineers.
I was doing some maintenance on the SQLSaturday web site recently and one request kinda low on the list was...
You have configured your database backup jobs without any problems. The backups themselves seem to be working, but are the files still where you think they are? How do you know they have not been moved, or worse, deleted to free up some space on your server? And when would you find out that the files were no longer there?
For this Friday's poll, Steve Jones talks about free training events and what their value is to you.
By Steve Jones
on tenderhooks – adj. feeling the primal satisfaction of being needed by someone, which...
By DataOnWheels
I have been active in the data community throughout my career. I have met...
By Vinay Thakur
Quick Summary for Microsoft SQL Server till 2025, I am fortunate to be part...
I have a quick question on Ola Hallengren Index Optimize Maintenance . Do we...
hi, in an ssis for each loop over an object variable called MyListVariable, i...
SQL Server is typically viewed as a transactional or analytical database engine. However, it...
On SQL Server 2025, when I run this, what is returned?
SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL') See possible answers