SQL Data Introduction
This post is based on the stairway series at SQL Server Central called Stairway to Data, by Joe […]
This post is based on the stairway series at SQL Server Central called Stairway to Data, by Joe […]
Over at the website SQL Server Central they have series of articles that they group into what they […]
This post is a continuation of Part 11. We have a table called dbo.Reports. We do not want […]
This post is part of a series of posts on exception handling in SQL Server. This post includes […]
You may wish to install a sample database from Microsoft called Adventure Works 2014. The reason you may […]
Many times you may find that you need to take some data in a table or tables and […]
This post continues from the first part. In this example the directory has a space in it so […]
This post describes how to export a SQL Server table to a text file using a stored procedure. […]
CHAR is a fixed-length, non-Unicode string data. n defines the string length and must be a non-fractional value […]
The right() function returns the right part of a character string with the specified number of characters. It […]
The UNION, EXCEPT and INTERSECT operators are relational operators that combine rows from the results sets of two […]
Here we have a couple of code examples that work with dates. The first one gets today’s date […]