HermeetB

Results 2 issues of HermeetB

I have a requirement to pull the table schema information using U-SQL. Like the columns in table and datatype. How can I achieve this?

I want to pass the Table name as in-parameter in a stored procedure in U-SQL and then want to have a SELECT * FROM the table. Something like below ::...