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,085 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)
587 reads
Get the Last date of the month for the given month and year
2004-09-30 (first published: 2004-02-16)
97 reads
This will return the weekno of the given date
2004-10-01 (first published: 2004-02-16)
138 reads