Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server ,这看起来很有希望,但它并没有为我提供一个快速简单的解决方案。不过,我将使用API围绕此构建一些工具。谢谢你的建议!谢谢你的建议,这看起来很有希望,但是它并没有为我提供一个快速简单的解决方案。不过,我将使用API围绕此构建一些工具。谢谢你的建议! SELE_Sql Server_Reporting Services_Reportserver - Fatal编程技术网

Sql server ,这看起来很有希望,但它并没有为我提供一个快速简单的解决方案。不过,我将使用API围绕此构建一些工具。谢谢你的建议!谢谢你的建议,这看起来很有希望,但是它并没有为我提供一个快速简单的解决方案。不过,我将使用API围绕此构建一些工具。谢谢你的建议! SELE

Sql server ,这看起来很有希望,但它并没有为我提供一个快速简单的解决方案。不过,我将使用API围绕此构建一些工具。谢谢你的建议!谢谢你的建议,这看起来很有希望,但是它并没有为我提供一个快速简单的解决方案。不过,我将使用API围绕此构建一些工具。谢谢你的建议! SELE,sql-server,reporting-services,reportserver,Sql Server,Reporting Services,Reportserver,,这看起来很有希望,但它并没有为我提供一个快速简单的解决方案。不过,我将使用API围绕此构建一些工具。谢谢你的建议!谢谢你的建议,这看起来很有希望,但是它并没有为我提供一个快速简单的解决方案。不过,我将使用API围绕此构建一些工具。谢谢你的建议! SELECT * FROM [ReportServer].[dbo].[Catalog] WHERE [PolicyRoot] <> 0 AND [Path] LIKE '/%' --get child


,这看起来很有希望,但它并没有为我提供一个快速简单的解决方案。不过,我将使用API围绕此构建一些工具。谢谢你的建议!谢谢你的建议,这看起来很有希望,但是它并没有为我提供一个快速简单的解决方案。不过,我将使用API围绕此构建一些工具。谢谢你的建议!
SELECT 
    *
FROM 
    [ReportServer].[dbo].[Catalog]
WHERE
    [PolicyRoot] <> 0
    AND [Path] LIKE '/%' --get child folders
    AND [Type] = 1 -- just folders