SQL Server


Wouldn’t it be great to be able to generate a data dictionary for a SQL 2008 Database? You can, with this handy slab. (more…)

Use today’s slab to turn a delimited string into table variable. (more…)

Importing into SQL Server from Excel isn’t as trivial as it sounds, but this slab codes straight outta production code. (more…)

Unfortunately, SQL Server doesn’t have a built in Title Case function.  Roll your own with this slab. (more…)

Strongly typed datasets do not allow you to alter connection strings at runtime by default.  These directions show how to change that behavior. (more…)

This slab walks through using VB.Net to export a SQL table to Excel. (more…)

This SQL slab shows how to update one SQL table from another, wrapped up in a nice, juicy transaction. (more…)

Ever wanted to add an autonumber column to a table? This slab show you how you do it. (more…)

Delete all but one duplicate rows in a table: http://www.4guysfromrolla.com/webtech/sqlguru/q051200-2.shtml

A cheat sheet to working with columns. (more…)

Next Page »