I have a table of users where, for application reasons, IDs are stored as "user123;user456". I also have a table of their records to store their status from Active Directory. How can I go about splitting that string up at each instance of a semi-colon, then compare that user ID with the status on the separate table? There are strings sized at "user123;user456;user789;" and so on, not just two IDs per string.