
SQL Server COUNT
In T-SQL, COUNT returns the number of items in a group. COUNT works like the COUNT_BIG function. The […]
In T-SQL, COUNT returns the number of items in a group. COUNT works like the COUNT_BIG function. The […]
Collation is not a simple topic in SQL Server. There is an article written by Robert Sheldon called […]
SQL Server 2005 introduced the APPLY operator, which is very much like a join clause. APPLY allows the […]
There is a good article at SQLServerCentral.com that helps you troubleshoot this error 15517 on SQL Server. I […]
As a SQL Server practitioner, it is important to understand logical query processing. The following list is found […]
You can use existing databases for testing purposes. If you are testing queries or just wanting a sample […]
In this post we illustrate SQL joins using a common example of geographic data in a Microsoft Access […]
This post shows you how to insert data into an existing empty table from two other tables using […]
In your SQL Server code are you using @@SERVERNAME? This can return the wrong information. For me it […]
EXCEPT is available in SQL Server starting with SQL Server 2008. EXCEPT returns distinct rows by comparing the […]
There are several ways to document a database. This post will only discuss some of the queries you […]
You can link Excel to a SQL Server database so that you can read data from SQL Server […]