sqlclr
SQL Server: How to list all CLR functions/procedures/objects for assembly
Question: In SQL Server 2005, how can I list all SQL CLR-functions/procedures that use assembly xy (e.g. MyFirstUdp) ?[详细]
2023-01-05 20:34 分类:问答CREATE ASSEMBLY failed verification: Not enough storage is available to complete this operation
I have a small application that uses SQL Server 2005 Express with CLR stored procedures. It has been successfully installed and runs on many computers running XP and Vista.[详细]
2023-01-01 22:29 分类:问答How to register System.DirectoryServices for use in SQL CLR User Functions?
I am porting an old 32-bit COM component that was written in VB6 for the purpose of reading and writing to an Active Directory server.The new solution will be in C# and will use SQL CLR user functions[详细]
2023-01-01 18:39 分类:问答Best solution to import records from MySQL database to MS SQL (Hourly)
I need to import records stored in a MySQL Database that I do not maintain into my Sql Server 2005 database (x64)[详细]
2023-01-01 12:41 分类:问答SQL CLR and nullable datetime parameter
I\'m trying to开发者_JAVA百科 write a SQLCLR function that takes a DateTime2 as input and returns another DateTime2. Based on this post I altered the parameter to be the C# type DateTime giving me the[详细]
2023-01-01 11:33 分类:问答CLR SQL Assembly: Get the Bytestream?
I have a SQL CLR dll I want to deploy, but have found you can embed the byte stream/varbinary_literal/ varbinary_expression/assembly bits into a text file to get around the messy hassle of packaging a[详细]
2023-01-01 03:23 分类:问答How do I parse boolean logic?
I need to write a boolean logic parser which will translate the boolean logic language to a SQL WHERE clause.[详细]
2022-12-31 13:35 分类:问答How to configure outgoing connections from an SQL stored procedure?
I am working on a .NET project which uses Microsoft SQL server. In this project, I need a CLR stored procedure (written in C#) that uses a remote web service. So, when the stored procedure is executed[详细]
2022-12-30 05:28 分类:问答Receiving SQL Server events from a CLR function
I wrote a CLR class with several methods, which are linked as functions in a SQL Server 2005 database. When several of these functions are used in scope of one transaction or connection, I need anothe[详细]
2022-12-30 03:38 分类:问答After Delete Trigger Fires Only After Delete?
I thought \"after delete\" meant that the trigger is not fired until after the delete has already taken place, but here is my situation...[详细]
2022-12-29 20:04 分类:问答