Splitting Strings in SQL Server 2016
Comparison of the new methods of splitting strings in SQL Server 2016 to the tried and true methods
Comparison of the new methods of splitting strings in SQL Server 2016 to the tried and true methods
Brent shows what Perfmon counter to watch after your SQL Server restarts.
Steve talks about the importance of test data and how to get it in development environments.
A basic introduction for developers (or anyone) about reading the metadata of a SQL Server database from a .Net application.
Its possible to use some comparable expressions to a full regular expression library for matching certain patterns with T-SQL using the like operator. This tutorial uses these expressions for filtering price phrases involving alphabetic, numeric, and special characters
In this first level, learn how to get started with Azure and Azure SQL Database.
Data governance must be included in DevOps practices. William Brewer explains how to define business policies and standards to ensure compliance with privacy regulations and bring data governance to all aspects of continuous delivery.
An efficient and reliable method for reading CSV files with variable columns.
Steve talks about Machine Learning Services in SQL Server and whether using this is a good idea.
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