I am thinking of executing a "Master" stored procedure and executing several select statements to determine what equipment is attached to my production line. Based on the values of this first "Master" stored procedure which are now stored in several @variables, can I execute another stored procedure and pass on these @variables to this second stored procedure and so on ? Curious if this is possible and if so how it might work. Thanks