You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-EXEC MATRIX.TRANSPOSING @query = N'SELECT * FROM SYS.DATABASES';
✅ To save transposing query results in a temporary or permanent table.
+The table will be created inside the stored procedure, and after that, you have to drop the table manually. +There is no need to create a temporary or a permanent table first. +The whole task is accomplished inside the stored procedure. +The account that executes stored procedure has to have "CREATE TABLE permission."