Day: February 20, 2009

How to Script Database Tables with PowerShell

Sal Young | February 20th, 2009


PROBLEM: I need an easy way to script out all the tables from a database in MS SQL 2000 and above. SOLUTION: Like anything in programming, there are a thousand ways to skin a cat. Here, I’ll show you the simplest way I found to meet this request. Go ahead and open a new session […]

Read More