SQLCLR (SQL Common Language Runtime) is technology for hosting of the Microsoft .NET common language runtime engine within SQL Server.
I have a problem, that I can't solve. I'm using SQL Server 2005, C# CLR for using outer dll. The problem …
c# tsql sql-server-2005 types sqlclrWe have a third-party DLL that can operate on a DataTable of source information and generate some useful values, and …
c# sql-server-2008 sqlclr user-defined-functionsWe've got a couple of on-premises dbs and we're seeing if we can migrate them to SQL Azure. Some of …
sql-server azure azure-sql-database sqlclr azure-sql-managed-instanceI'm using threading in my SQLCLR Project and I'm getting the following error when I try to run my user …
c# .net sql-server multithreading sqlclrI recently installed SQL Server 2017 Express and localdb (general availablity). While attempting to install the tSQLt framework I've discovered a …
sql-server automated-tests sqlclr tsqlt sql-server-2017I have a SQL Server 2012 stored procedure that returns a table. I have to modify that SP to add an …
c# sql-server web-services stored-procedures sqlclrIs there a generally accepted standard way for sending HTTP requests from SQL Server 2012? What I am trying to do …
c# .net sql-server asp.net-web-api sqlclr[Microsoft.SqlServer.Server.SqlProcedure] public static void MyMethod() { string connectionString = "context connection=true"; using (SqlConnection connection = new SqlConnection(connectionString)) { connection.…
c# sql-server-2008 sqlclrI am trying to help a personal friend (who now also is a client) with a SQL CLR related problem. …
c# .net sql-server sqlclrI have been working with earlier versions of Visual Studio (VS2008) in conjunction with SQL Server 2008. Recently my organization moved …
sql-server stored-procedures visual-studio-2013 sqlclr