Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
helixpoint
Constraint Violating Yak Guru
291 Posts |
Posted - 2010-11-24 : 10:54:42
|
| I am calling a dll from a SQL report. The database guys do not want to have a dll on the server. They suggested a CLR function. Can I take the C# methods and put it into a CLR function? If so, how? How do you call it?DaveHelixpoint Web Developmenthttp://www.helixpoint.com |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-11-24 : 10:57:01
|
| seehttp://msdn.microsoft.com/en-us/library/w2kae45k(VS.80).aspx------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
helixpoint
Constraint Violating Yak Guru
291 Posts |
Posted - 2010-11-24 : 11:50:34
|
| I deployed it, but when I try to execute it, it does not find itDaveHelixpoint Web Developmenthttp://www.helixpoint.com |
 |
|
|
helixpoint
Constraint Violating Yak Guru
291 Posts |
Posted - 2010-11-24 : 11:52:17
|
| They will not put my DLL on their serverDaveHelixpoint Web Developmenthttp://www.helixpoint.com |
 |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|
|