Viewing 15 posts - 1 through 15 (of 24 total)
James Horsley (7/20/2011)
Maybe this will helphttp://blog.mattmags.com/2007/06/30/accessing-32-bit-dlls-from-64-bit-code/#more-355
Thanks James. I'm keeping a copy of that article for when I have time to revisit the issue.
July 20, 2011 at 11:49 am
That definitely is an option in the SQLCLR project, but isn't a solution since it causes the whole assembly to be unloadable in SQL Server. The full error is...
July 20, 2011 at 9:41 am
As far as wrapping the 32-bit dll in a Windows Service, I'll have to pass on that for now. I have a deadline and have to cut the research...
July 19, 2011 at 11:12 am
Thanks to both of you for your assistance in this matter, but I believe I have found the cause of the failure with LoadLibrary.
I added a call to GetLastError and...
July 18, 2011 at 8:57 am
Targeting framework v.2 gets the same results.
July 15, 2011 at 1:34 pm
opc.three: That must be the answer to someone else's question. I'm trying to dynamically load an old dll in SQLCLR (ie. use late binding by way of LoadLibrary).
July 15, 2011 at 12:37 pm
That would be SQL Server 2008, targeting .Net Framework 3.0.
July 15, 2011 at 12:17 pm
I've already been to both of those links, but neither one is quite what I need. The one using SQLCLR is using static loading of the dll, but, since...
July 15, 2011 at 9:35 am
The permission set has been set to UNSAFE. I don't think it will install otherwise.
July 15, 2011 at 8:57 am
It's not just a matter of checking licensing. If the file exists, I will need to actually call the calculation it contains as well.
If there's another way to dynamically...
July 15, 2011 at 8:55 am
I created 2 test tables, one with datetime columns and the other with int columns and populated them with 9.5 million rows from a copy of a client database. ...
May 26, 2010 at 9:42 am
I'm sure your test queries work much better, but they don't represent the essential element of my required query, which is that the given value is being compared against two...
May 26, 2010 at 8:20 am
By the way, the datetimes are really just dates.
May 26, 2010 at 7:26 am
Thanks for the ideas elutin. Unfortunately, since we allow our users to develop their own reports (as well as hundreds of reports developed by us) using Crystal Reports I'm...
May 26, 2010 at 7:22 am
Outrageous? I've always considered consistency to be a good thing. The same bad SQL run against the same data should always give you the same bad result.
May 25, 2010 at 12:51 pm
Viewing 15 posts - 1 through 15 (of 24 total)