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…)
SQL Server
November 20, 2008
Auto Generating a Data Dictionary – Part 1
Posted by lanmind under Documentation, SQL Server1 Comment
November 20, 2008
Use today’s slab to turn a delimited string into table variable. (more…)
October 14, 2008
Importing into SQL Server from Excel isn’t as trivial as it sounds, but this slab codes straight outta production code. (more…)
October 7, 2008
Unfortunately, SQL Server doesn’t have a built in Title Case function. Roll your own with this slab. (more…)
October 6, 2008
Make SQL Server Connection Strings Changable at Runtime
Posted by lanmind under SQL Server, VB.NetLeave a Comment
Strongly typed datasets do not allow you to alter connection strings at runtime by default. These directions show how to change that behavior. (more…)
October 2, 2008
This slab walks through using VB.Net to export a SQL table to Excel. (more…)
October 2, 2008
This SQL slab shows how to update one SQL table from another, wrapped up in a nice, juicy transaction. (more…)
October 2, 2008
Ever wanted to add an autonumber column to a table? This slab show you how you do it. (more…)
October 2, 2008
Delete all but one duplicate rows in a table: http://www.4guysfromrolla.com/webtech/sqlguru/q051200-2.shtml
October 2, 2008
A cheat sheet to working with columns. (more…)