In MSSQL inserting into 2 tables is possible with single insert statement like below(with OUTPUT clause):
insert into Table1(ID1 , Col1) OUTPUT inser