About 19,900 results
Open links in new tab
  1. CLR Hosting: Voodoo required. - social.msdn.microsoft.com

    Feb 27, 2010 · 1. Is it possible to host multiple CLR's from within one single managed application? Sort of AppDomains on steroids? 2. If so, what steps are required to create a completely …

  2. Problem with two strings to be concatenated have different …

    Oct 19, 2006 · When you create a common language runtime (CLR) routine, and a parameter of a CLR method bound to the routine is of type SQLString, SQL Server creates an instance of the …

  3. CREATE ASSEMBLY for assembly 'Microsoft.Transactions.Bridge' …

    Feb 20, 2014 · To access a SOAP Web Service in SQL CLR, use a Web Reference, not a WCF Service Reference. The WCF Client is not supported in SQL CLR, and in SQL 2012 it doesn't …

  4. net_packet_size being overridden? - social.msdn.microsoft.com

    Apr 19, 2010 · Needless to say, we have looked at all the main culprits, all of which come in to play but none of which stands out as the prime culprit - i.e. we have lots of cached query plans …

  5. How to use VTK library in Windows Form Project VC++2012 EE

    Jun 12, 2014 · Althought it is useful and good to have that summary of how to configure VC++2012 to use VTK , my main problem is not how to run VTK because I already have it …

  6. How can I associate a MetadaDispenser object (created with ...

    Oct 12, 2008 · I need to create a MetaData Dispenser object (using CoCreateInstance ()) that will host a particular CLR version instead of the latest CLR version installed in the local machine. It …

  7. Sql query to Move files from one folder to another and rename …

    Mar 27, 2013 · I am working on Sql server 2008, I need Query/Stored procedure to Move files from one folder to another and rename the file at the same time with (Timestamp and unique …

  8. What is APPDOMAIN? How to Use and What purpose of …

    Jun 5, 2018 · When delveloping the CLR, Microsoft implement it as a COM server contained inside a DLL, that is, Microsoft defiend a standard COM interface for the CLR and assigned …

  9. Loading CLR in native (unmanaged) C++ COM in proc dll

    Jun 20, 2011 · The C++/CLI wrapper Class is a way we can use to call managed code from unmanaged code. For example, we create a mixed CPP DLL (with /CLR) and import the …

  10. How to return a table of key/value pairs from a C# CLR function.

    Jun 14, 2019 · I am looking for help on how to return a table of key/value pairs from a CLR function in SQL Server. I have this code. It doesn't work ATM. Still reading posts and watching …