SQL Server, SSIS, powershell
SELECT T.name ,S.name FROM sys.tables T JOIN sys.schemas S ON T.schema_id = S.schema_id ORDER BY T.name ASC
No comments:
Post a Comment