by Al Beecy
March 10, 2009
A script that will script SQL Server 2005 and 2008 diagrams so that you can copy them to a new DB.
[More]
by Al Beecy
March 10, 2009
Two examples. The first shows how to find duplicate values. The second shows how to list all rows containing duplicate values.
[More]
by Al Beecy
February 17, 2009
Use NVARCHAR(MAX) instead of NTEXT.
[More]
by Al Beecy
January 22, 2009
How to group SQL Server data by date/time using a temporary table.
[More]
by Al Beecy
January 22, 2009
How to group SQL Server data by date/time using the DATEDIFF and/or DATEADD functions.
[More]