Hi,
Is it possible to query sysobjects in alteryx e.g.
SELECT SCHEMA_NAME(schema_id)+'.'+name
AS SchemaTable
FROM sys.tables
save the results to a text file then
loop a select top 20 * from tablename (where tablename is on each row of the textfile) ?
Thanks
Dave