从 ReportServer 数据库中获取所有表的列表
Getting a list of all tables from the ReportServer Database
有什么方法可以得到 ReportServer 数据库中所有表的列表吗?我使用 dbo.catalog 获取所有报告。但是我需要找到一种方法来查看所有报告中使用的所有表格。
提前致谢。
Select * From [ReportServer$SS2014].INFORMATION_SCHEMA.Tables
有什么方法可以得到 ReportServer 数据库中所有表的列表吗?我使用 dbo.catalog 获取所有报告。但是我需要找到一种方法来查看所有报告中使用的所有表格。
提前致谢。
Select * From [ReportServer$SS2014].INFORMATION_SCHEMA.Tables