Continuing Steve Jones' series on string manipulation in T-SQL, this article examines how quotations are handled in T-SQL.
2026-02-05 (first published: 2004-03-25)
9,116 reads
This script uses an old mathematical way of doing hierarchical queries. The most common way of showing hierarchical data in SQL Server is by creating a stored procedure that calls itself. This is not a recent problem, in fact this programming technique has been around since the first programming languages. By using stacks, you can […]
2007-05-02 (first published: 2004-02-17)
591 reads
Get the Last date of the month for the given month and year
2004-09-30 (first published: 2004-02-16)
99 reads
This will return the weekno of the given date
2004-10-01 (first published: 2004-02-16)
142 reads
This is an entry level look at how temp tables work in SQL along with some tips about how to use them effectively.
2006-07-14 (first published: 2004-02-11)
82,283 reads