Viewing 15 posts - 271 through 285 (of 965 total)
Steve Jones - Editor (10/19/2009)
That seems like a lot of VLFs, but I'd like to know what Gail and others think.
It is roughly 2.5 times the number of VLF's that...
October 20, 2009 at 1:12 pm
Dale Burrell (10/3/2009)
October 5, 2009 at 12:45 pm
Just to chime in somewhat late here, but a few things from this thread that stand out:
First DBCC FREESYSTEMCACHE('ALL') will unload CLR AppDomains from the VAS region and can generally...
October 2, 2009 at 2:45 pm
Remoting is not allowed because it doesn't follow the restrictions published in the BOL:
October 2, 2009 at 2:27 pm
RBarryYoung (8/27/2009)
until they give us something better (or fix this), then we either use it or we don't.
Now you know that is just an open door for Jeff Moden right?...
August 27, 2009 at 11:34 am
RBarryYoung (8/27/2009)
August 27, 2009 at 10:41 am
Florian Reischl (8/27/2009)
Sure, my sample is not thread safe. It was just a sample how to add static fields into a CLR function. To get it thread safe you...
August 27, 2009 at 10:00 am
It's still not thread safe, either way you hook it, which is why MSFT deemed that code implementing that would require UNSAFE rights because your value isn't guaranteed.
August 27, 2009 at 9:15 am
Your requirements aren't very clear here. Can you elaborate on what you currently have, and what you need it to do more? Post some example code of what...
August 27, 2009 at 9:12 am
I'm curious why you chose to use an expensive wildcard string pattern match instead of using XQuery with the XML Namespace to query this information? An example of how...
August 3, 2009 at 8:49 am
The list of approved assemblies can be found:
July 25, 2009 at 11:53 am
Its really quite simple to show that an unapproved assembly drives up memory usage. First use a SQL Server that is isolated and has no other users or SQL...
July 25, 2009 at 11:50 am
LINQ is just a short name for Language INtegrated Query which provides query functionality in .NET for many things including XML, Object Collections, SQL Server with LINQ to SQL, and...
July 22, 2009 at 10:08 am
jqd2001 (7/21/2009)
The CLR Function, exec select statement, using datareader to iterate through, return result set in a table. The assembly marked SAFE.
Server is 64bit developer edition. We have a...
July 22, 2009 at 9:34 am
Elliott W (7/21/2009)
Jonathan Kehayias (7/21/2009)
July 21, 2009 at 4:04 pm
Viewing 15 posts - 271 through 285 (of 965 total)