2018-05-07
1,057 reads
2018-05-07
1,057 reads
SQL Server has a couple of different ways to represent hierarchies, but they do not allow storing any additional information that is important to the relationship between objects. In this article, Phil Factor explains how to use closure tables to overcome this deficiency.
2018-04-27
3,926 reads
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.
2018-04-16
3,074 reads
2018-04-02
1,287 reads
Using SELECT to store values into variables is an important technique, but you need to know some of the gotchas as well.
2018-04-02
5,968 reads
2018-03-29
1,070 reads
Describe and provide a set-based method that takes a multiple character split term and returns as a table
2018-03-19
3,051 reads
2018-02-23
1,142 reads
A Sudoku solution can be resolved using a single select statement. The first article shows this method and next how this can be optimised to resolve complex puzzles in seconds.
2018-02-20
3,888 reads
Generate aligned output from SELECT statement for code comments using a simple stored procedure.
2018-01-18
3,016 reads
By Steve Jones
One of the neat enhancements made to Flyway was the addition of state-based workflows...
I did a couple of posts previously on dumping/restoring Azure PostgreSQL databases and also...
By Brian Kelley
Most of us know that spending a lot of time on social media and...
I have a powerQuery that reads and transforms a table in a PDF. Works...
Good Afternoon. I have a Table where each Record: 1) Represents an Appointment. 2)...
Hi , one of my on-premises servers one server is having databases and one...