sqlclr
.NET Framework execution was aborted. Another query caused the AppDomain db.dbo[runtime].4 to be unloaded
I have a SQL CLR Function (written in c#.net) that I\'m trying to debug. I attach visual studio to the sqlserver process and begin stepping through, but it keeps crashing and ending with the following[详细]
2023-04-04 16:29 分类:问答Someone have an example how do a CLR Insert in SQL Server 2008?
I\'m new here and English isn\'t my native language, so I hope you guys can understand me. Can someone give me an example of how to make a function that create a table with data from result of nested[详细]
2023-03-31 17:18 分类:问答SQL Server Regular Expression Workaround in T-SQL?
I have some SQLCLR code for working with Regular Expresions. But now that it is getting migrated into Azure, which does not allow SQLCLR, that\'s out. I need to find a way to do regex in pure T-SQL.[详细]
2023-03-30 16:03 分类:问答SQL Server 2008: Custom Aggregate Function and Indexed Views
I\'m having issues creating an index on a view that uses a custom CLR aggregate function. I don\'t see any way to flag the aggregate function as deterministic or with schemabinding.[详细]
2023-03-28 17:19 分类:问答A SQL Server function to generate of sequential numbers
I would like to have a SQL Server function dbo.GetNextNumber(), which would generate sequential numbers for each call. As far as I understand this is impossible with a native T-SQL function as SQL Ser[详细]
2023-03-28 13:54 分类:问答What are specific steps to install signed CLR storedproc to SQL?
This has been dogging me for 2 days now.I have a CLR sp that needs EXTERNAL_ACCESS.I can deploy it via VS2010 on my dev box by setting TRUSTWORTHY ON but we don\'t want to do that to the production se[详细]
2023-03-27 06:20 分类:问答Parallelize TSQL CLR Procedure
I\'m trying to figure out how I can parallelize some procedural code to create records in a table. Here\'s the situation (sorry I can\'t provide much in the way of actual code):[详细]
2023-03-24 02:36 分类:问答CLR Table Valued Function - Verify Steps to Create
I\'ve created my first CLR table valued function. The steps I went through were: Create Library Run this command - EXEC dbo.sp_configure ‘clr enabled’,1 RECONFIGURE[详细]
2023-03-24 01:15 分类:问答Sql Server CLR load assembly failed
I am trying to deploy an CLR TVF (table value function). In the code I am using JavaScriptSerializer to parse some JSON string, so I reference the System.Web.Extensions dll and my problems start there[详细]
2023-03-18 15:01 分类:问答Visual C# CLR Project Error
I have a clr project R with a User defined type called RN in it, RN looks like [Serializable] [Microsoft.SqlServer.Server.SqlUserDefinedType(Format.UserDefined)][详细]
2023-03-13 06:50 分类:问答