Browse by Tags

Related Posts

  • can't register serialized assembly DLL to mssql 2005

    hi i have a project on .net which includes a trigger, written with c#, now after the steps to work with CLR like: - generates serialization assembly -> on - Allow unsafe code - TRUSTWORTHY ON form the article : http://www.codeproject.com/KB/database/SQLCLR.aspx i couldn't succeed at last step...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by piratejackus on 06-15-2009, 12:00 AM
    Filed under: Microsoft SQL Server 2005, Trigger, visual studio 2005, CLR, "MSSQL error", "SQL Server", asp .NET 2.0, "ASP.NET and SQL Server", .NET SQL Server 2005 storeprocedure
  • Re: j# icon needed

    Petrus, the process is a bit more complicated. Tom Archer describes it in his "Inside c#"*: " Microsoft Intermediate Language and the JITters To make it easy for language writers to port their languages to .NET, Microsoft developed ... Microsoft intermediate language (MSIL). ... compilers...
    Posted to Free For All (Forum) by gerrylowry on 05-20-2009, 12:00 AM
    Filed under: "Tom Archer", EconoJIT, CLR, JIT, MSIL, "Econo-JIT", "Inside c#"
  • What is the role of Just In Time compiler .net architecture?

    Hello brothers ,,,, I would like to know the importance of JIT compiler in .ner architecture. I have read that when CLR works it first compiles the source code into MSIL.Then the MSIL is interpreted to produce the native machine language.Then what does the JIT do?
    Posted to Getting Started (Forum) by akhilkumars on 07-23-2008, 12:00 AM
    Filed under: CLR
  • Error accessing T-SQL UDF from CLR UDF

    Hi all, I am experiencing the following error when I try to access a T-SQL UDF from within a SQL statement that I execute from a CLR UDF. Msg 6522, Level 16, State 1, Line 2 A .NET Framework error occurred during execution of user -defined routine or aggregate "HelloWorldCLR": System.Data.SqlClient...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by joerowe on 06-11-2008, 12:00 AM
    Filed under: SQL Server 2005, T-SQL, udf, CLR
  • Re: What value to pass to aspnet_Membership_CreateUser for PasswordSalt parameter?

    One other alternative is to use SQL CLR (C# or VB.NET in SQL) to create a new SQL StoredProc which would be called from your Trigger. Note that this is a feature only available in SQL Server 2005+. Also, be aware that the Performance of SQL CLR is SLOWER that T-SQL. So, in general, the use of SQL CLR...
    Posted to Security (Forum) by daveblack on 03-20-2008, 12:00 AM
    Filed under: SQL 2005 Express or Standard, SQL Server 2005 SQLExpress, .net, asp.net 2.0 memembership, How to, Membership Provider, Membership sqlexpress sqlserver2000, SQL CLR, sql Server 2005, CLR, membership, asp.neTt 2.0 memembership
  • Re: how to take control to free up memory immediately

    i def. found what i needed and have written down the whole thing at my blog: http://netrsc.blogspot.com/2008/01/gccollect-how-it-really-works-net.html use GC.Collect() which after some work with Perfmon showed me that this is the right thing and it does exaclty what i needed. read the blog post for more...
    Posted to C# (Forum) by roni_schuetz on 01-26-2008, 12:00 AM
    Filed under: .net 2.0 c#, CLR, distributed caching, .Net, caching
  • Re: how to take control to free up memory immediately

    thanks for your response. Your interpretation is absolutely correct that I develop a caching system - it is a distributed caching system ( http://www.sharedcache.com ) for .net solutions. since the requirement comes up to limit or non limit cache amount and its used here in various cases, the need to...
    Posted to C# (Forum) by roni_schuetz on 01-26-2008, 12:00 AM
    Filed under: .net 2.0 c#, CLR, distributed caching, .Net, caching
  • SQL CLR assembly update

    Hi, I had recently created an SP that references a .NET assembly. This worked fine and is all OK. CREATE ASSEMBLY [MY_SQLCLR_ASSEMBLY] FROM 'E:\CLR\IMY_SQLCLR_ASSEMBLY.dll' GO CREATE PROCEDURE dbo.SQLCLR_SP_ONE ( @Param nvarchar(1024) ) AS EXTERNAL NAME MY_SQLCLR_ASSEMBLY.[MY_NAMESPACE.MY_CLASS...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Devaliew on 01-24-2008, 12:00 AM
    Filed under: .NET 2.0, asp .NET 2005, CLR, "SQL Server"
  • How to embed Managed JScript in to WinForms or Windows Console application?

    Reading article about Managed JScript on Wiki - http://en.wikipedia.org/wiki/JScript i found that: "Two builds of Managed JScript exists, one for the Desktop CLR and one for the CoreCLR ( Microsoft Silverlight )" and this: "While it is primarily designed to be used within Silverlight and...
    Posted to Free For All (Forum) by KAFLAN on 12-10-2007, 12:00 AM
    Filed under: Embedding, CLR, CoreCLR, Desktop CLR, DLR, Managed JScript
  • Membership.CreateUser() in SQL CLR

    Has anyone tried to call/use Membership.CreateUser() inside of a method whose assembly is loaded into SQL Server and run as a SQL CLR stored procedure? It appears you have to load System.Drawing and System.Web, both of which fail SQL CLR verification. Alternatively, I could call the CreateUser() sp directly...
    Posted to Security (Forum) by cpels on 11-26-2007, 12:00 AM
    Filed under: sql Server 2005, Stored procedure, ASP.NET Membership, CLR
Page 1 of 2 (19 items) 1 2 Next >