Tag | Reporting Services Posts

I recently went to check the configuration of my SQL Server 2008 Reporting Services instance (which is a named instance called "SQL08") and it came up with a "connect" dialog and when I clicked on the "find" button I got an "invalid namespace" error. I found a few threads on the MSDN forums about this and eventually a Microsoft guy came up with a solution. The post at the end of this thread http://forums.microsoft.com... had the solution which worked for ...
I have spent quite some time latetly creating two SQL Server Reporting Services reports that read data from a Web services. Given that I had to solve a couple of non-trivial issues and that I did not find much documentation, I have written a few tips in this article. Tip 1: How to specify the value of the WS complex type parameter? Tip 3: How to pass another dataset as XML to the Web service? Tip 2: How to read XML from a database without truncation of the results? Technorati tags: SQL Server, SSRS, ...