| Thread | Last Post | Replies |
|
| UDAGG: Invalid size | 29 May 2008 00:47 GMT | 1 |
I am trying to implement an UDAGG that operates on a bit vector (varbinary). all compiles fine, but when I attempt to register I get the following message: Msg 6560, Level 16, State 1, Line 1
|
| Performance problem using CLR property in Transact-SQL | 27 May 2008 20:59 GMT | 1 |
GlacierI am using a SQL CLR variable as a parameter to pass information between procedures. However, when I use a property of my CLR in a Transact-SQL statement there is a substantial performance impact. For example. DECLARE @CLRvar MyClrType
|
| CLR Stored procedure to import Excel sheet. | 17 May 2008 17:27 GMT | 1 |
I've gotten a windows application to read an excel file with the following code: string ExcelConnStr = @"Driver={Microsoft Excel Driver (*.xls)};DBQ=\\Server\Spreadsheets\Test.xls";
|
| CLR and LINQ: Can I compile my SQL INSERT, UPDATE, DELETE & SELECT statements? | 01 May 2008 04:42 GMT | 1 |
I was reading Professional SQL Server 2005 CLR Programming: with Stored Procedures, Functions, Triggers, Aggregates, and Types last night and was shocked to see quoted SQL SELECT statements in the C#
|