I want to query the name of all columns of a table. I found how to do this in:
But I also need to know:
SELECT TOP (0) [toID] ,[sourceID] ,[name] ,[address] FROM [ReportDatabase].[Ticket].[To]
Simple and doesnt require any sys tables