Retrieve MSSQL table information
Retrieve tons of information (length, data type, name, etc.) of columns for a table. Works in (T|MS)SQL (all I've tested it in).
SELECT * FROM information_schema.columns WHERE table_name = 'Customers'