Machine Learning Challenges
Machine Learning is an exciting branch of computer science, but it doesn't solve all our problems.
Machine Learning is an exciting branch of computer science, but it doesn't solve all our problems.
With Amazon RDS, it’s easy to have a SQL Server running in minutes. There are some limitations, though. Seth Delconte explains a workaround to overcome one of the limitations: the inability to restore a second copy of a database to recover missing data.
Grant talks about the challenges of helping people in online forums and getting them to learn rather than grab the first solution.
The pre-conference sessions for the 2018 PASS Summit were released.
A basic introduction for developers about creating a connection from .Net to SQL Server, and some of the options available.
Rick Dobson explains the Relative Strength Index (RSI), and shows how to create a TSQL script that computes the RSI for a stock closing price series.
Learn how to load fixed width flat files to staging tables in this article from Samuel Vanga.
How can I accurately find which SQL Server Stored Procedures, Views or Functions are using a specific text string, which can be a table name or anything like a string starting with 'XYZ'?
When we build software, are we empathetic to how others (literally) view our software?
By Steve Jones
dolorblindness – n. the frustration that you’ll never be able to understand another person’s...
By Steve Jones
I had a customer ask about analyzing their Test Data Manager (TDM) usage to...
By Steve Jones
I had an idea for an animated view of a sales tool, and started...
Hi all, I'm trying to do classic scenario for loading multiple Excel files into...
Hi So the case statement is slowing this down - but for the life...
I need to delete rows from both the temporal main and history tables. The...
In SQL Server 2025, what is returned by this code:
SELECT EDIT_DISTANCE('tim', 'tom')
Assume preview features are enabled. See possible answers