Is there a way to get the layout of a table and insert the results into a temp table?
I use this statement to get the layout to show up in Query Analyzer but I have to cut and paste into Excel to create the document.
EXEC sp_columns @table_name = 'EX_AGENT_RATE'
I use this statement to get the layout to show up in Query Analyzer but I have to cut and paste into Excel to create the document.
EXEC sp_columns @table_name = 'EX_AGENT_RATE'