त्वरित और गंदा स्निपेट, के लिए आवश्यक है कि परिणाम सेट में सभी फ़ील्ड नाम या उपनाम हों;
select * into #T
from
openrowset('SQLNCLI', 'Server=.;Trusted_Connection=yes;', 'exec thedb.dbo.sp_whatever')
exec('use tempdb exec sp_columns #T drop table #T')