Hey,
You can't that I know of. In SQL Server 2005, you can use an assembly and store it on SQL Server, run it from there, then probably do what you need to do.
What do you need to do; why do you need a whole dataset? If data loading, could you write the data as XML and import through DTS, using an ActiveX object task?
Brian
|