迅速で汚いスニペット。結果セットのすべてのフィールドに名前またはエイリアスが必要です。
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')
迅速で汚いスニペット。結果セットのすべてのフィールドに名前またはエイリアスが必要です。
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')