This portal is to share my acquired knowledge related to Sql Server. I hope will be helpful for novice and professionals.
Using Type 4 we can get all linked report from catalog table.
SELECT ItemID, Path, Name, ParentID, LinkSourceID
FROM Catalog
WHERE Type = 4
Thanks,
Randhir
Post a Comment
No comments:
Post a Comment