Hi.. I have Visual Studio Standard edition and I wish to develpment a CLR
store procedure but I don't find the database project template.
Is possible to make a CLR Store Procedure in VS Standard Ed. or not? if is
possible, how I can do that?
Thaks
...
more >>
Hi
I was wandering if anyone knows what the effect of calling Assembly.Load()
mutiple times for the same assembly will be in regard to loading the assembly
into the AppDomain.
I know that once it has been loaded, it cannot be unloaded until the
AppDomain is shutdown, however, will callin...
more >>