if OBJECT_ID('ADPosition') is null BEGIN create table ADPosition ( positionID int, moduleID int ) END