テーブル変数が必要ですが、これは簡単です。 declare @ID table (ID int) insert into MyTable2(ID) output inserted.ID into @ID values (1)