all groups > sql server reporting services > november 2004 >
You're in the

sql server reporting services

group:

rs utility compiled script ?


rs utility compiled script ? Jéjé
11/14/2004 11:25:56 AM
sql server reporting services:
Hi,

the rs utility is good, but the script is compiled at every usage.
does it possible to compile a script 1 time and keep the compiled version?

for the moment I bypass this problem by creating my own program.
any idea?

thanks.

Jerome.

Re: rs utility compiled script ? Peter Blackburn (www.sqlreportingservices.net)
11/14/2004 9:49:50 PM
Hello Jerome,

The rs utility does instantiate a few objects for you and calls methods on
the RS SOAP interface. But yes each time you run it, it gets compiled first
into .NET IL before being executed.

If you write your own .NET program that calls methods on the RS SOAP
interface then you'd have to instatiate some of the objects yourself - like
the Report Service. Its not difficult to convert RS Script to a VB.NET
program that you can compile into a .NET assembly.

Chapter 9¾ of our book : "Hitchhiker's Guide to SQL Server 2000 Reporting
Services" covers this content.

Peter Blackburn
Windows Server Systems - SQL Server MVP
Hitchhiker's Guide to SQL Server Reporting Services
http://www.sqlreportingservices.net


[quoted text, click to view]

Re: rs utility compiled script ? Andrew Watt [MVP - InfoPath]
11/15/2004 10:16:29 AM
On Sun, 14 Nov 2004 21:49:50 -0000, "Peter Blackburn
\(www.sqlreportingservices.net\)"
[quoted text, click to view]

Hi Peter,

I just love the idea of chapter 9¾. :)

Andrew Watt
Re: rs utility compiled script ? Peter Blackburn (www.sqlreportingservices.net)
11/15/2004 8:39:36 PM
Hello Andrew - you'll probably love our Voldemort Basic.NET quips in that
chapter too!

Peter


[quoted text, click to view]

AddThis Social Bookmark Button