Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sqlclr

How are parameters passed from SQL Server to a CLR based stored procedure?

c# sql-server ssms sqlclr

SQLCLR - How can I register referenced assemblies of my CLR assembly without setting TRUSTWORTHY ON?

sql-server sqlclr

Code first Entity Framework 6.1 Custom Aggregate Function

SQL Server CLR project version number increment

How does one use TimeZoneInfo in a SQLCLR assembly in SQL Server 2012

Can't add System.IO.Compression to trusted assemblies in SQL Server

c# .net sql-server ssms sqlclr

Synchronize access to static variables in sql server SQLCLR

How to resolve VS2013 Error SQL71501: Procedure X has an unresolved reference to Assembly Y?

redeploying a .NET assembly that contains CLR stored procedures

How to use TransactionScope in SQLCLR without escalation to MSDTC

How to get the Collation of string Fields in a Result Set via SqlDataReader?

SQL71501: Trigger: [dbo].[TriggerName] has an unresolved reference to object [dbo].[TableName]

How to allow a SQL CLR function to run in parallel query plan and also have data access permissions

SQLCLR using the wrong version of the .NET Framework

What is the purpose and risks of enabling SQL CLR?

sql-server sqlclr tsqlt

SQL Server: "CREATE ASSEMBLY for assembly 'Test' failed because assembly 'Test' is malformed or not a pure .NET assembly."

c# sql-server c++-cli sqlclr