create procedure AtashSooziFloorInsert@AtashSooziID int,@FloorID intasbegininsert AtashSooziFloor (AtashSooziID,FloorID) values(@AtashSooziID,@FloorID)end