select name from sys.tables where object_id in (select object_id from sys.columns where name ='id' and is_identity=1)