Do You Want to Be Right?
Steve Jones talks about being right versus being effective in your IT work.
Steve Jones talks about being right versus being effective in your IT work.
Steve Jones looks back at the news of the past, including a look at RC0, the latest release of SQL Server 2008.
Steve Jones looks back at the news of the past, including a look at RC0, the latest release of SQL Server 2008.
Steve Jones looks back at the news of the past, including a look at RC0, the latest release of SQL Server 2008.
T-SQL does some things wonderfully, but cursors are the bane of the language, often causing performance issues. Changing your queries around to remove cursors can be tricky and new author Kamran Ali brings us one technique he has used to dramatically improve performance.
Save time when copying data from SSMS to Excel by configuring the options to Include Column Headers.
MAK illustrates the use of Compound Assignment Operator that is introduced in SQL Server 2008.
This paper provides an introduction to the Unified Dimensional Model (UDM), including the basic end-user model, and a brief overview of the architecture and security models.
This article highlights some basic steps to take when you have a new install of SQL Server or take over support of existing databases.
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...
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...
Hello, Is there a way in Azure SQL Database to change the 'Blocking Process...
On SQL Server 2025, when I run this, what is returned?
SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL') See possible answers