Scan all SQL tables in a database by name
SELECT name FROM ices.sys.tables WHERE name LIKE '%Line%' AND is_ms_shipped = 0;