Using SqlBytes/SqlChar write method in CLR Thanks for your reply. I guess i am not using VS auto deploy. I deploy my assembly using create/alter assembly. My function looks like this SqlChars^ func1(SqlBytes Data, SqlString a, SqlString b) { SqlChars ^output = gcnew SqlChars(); .. .. .. while ((bytesRead = Data.Read(offsetr,tmpInBuffer... 14 Feb 2010 22:57
Using SqlBytes/SqlChar write method in CLR Thnks for your reply. I guess i am not using VS auto deploy. I deploy my assembly using create/alter assembly. My function looks like this SqlChars^ func1(SqlBytes Data, SqlString a, SqlString b) { SqlChars ^output = gcnew SqlChars(); .. .. .. while ((bytesRead = Data.Read(offsetr,tmpInBuffer,... 14 Feb 2010 22:57
Using SqlBytes/SqlChar write method in CLR Thnks for your reply. I guess i am not using VS auto deploy. I deploy my assembly using create/alter assembly. My function looks like this SqlChars^ func1(SqlBytes Data, SqlString a, SqlString b) { SqlChars ^output = gcnew SqlChars(); .. .. .. while ((bytesRead = Data.Read(offsetr,tmpInBuffer,... 14 Feb 2010 22:57
Using SqlBytes/SqlChar write method in CLR I need to return Varchar(Max) from my CLR function. Using write method return error Buffer is insufficient. Can anyone share the sample to use write method. My return data can be upto 1GB Submitted via EggHeadCafe - Software Developer Portal of Choice Build a Selected Text Favorites Utility for your Web Site ht... 14 Feb 2010 14:04
ammerländer versicherung hausrat, alte leipziger hausratversicherung, alte ddr hausratversicherung, unterversicherungsverzicht, hausratversicherung kündigen umzug, ammerländer versicherung hausrat, alte leipziger hausratversicherung, alte ddr hausratversicherung, unterversicherungsverzicht, hausratversicherung kündigen umzug, + + + HAUSRAT VERSICHERUNG +++ HAUSRATVERSICHERUNG BILLIG +++ BILLIGE HAUSRATSVERSICHERUNG http://WWW.U2V.NL http://WWW.U2V.NL http://WWW.U2V.NL... 14 Feb 2010 05:14
Instance is Running Dear Sir, Please help me for How to know that SQL Server Instance to which application is running on same computer on which application is running. (i.e. Application & SQL Server is running on same computer). Because in my application, I want to provide few feature only at server level. Thanks, Sanjay... 17 Feb 2010 02:19
Help with sort on Recursive CTE Hi all, Here is an example on some table that we have: IF OBJECT_ID('TEST','U') IS NOT NULL DROP TABLE TEST; GO CREATE Table TEST ( Parent int, Child int, DataOrder int, Data nvarchar(10), Rec_level int) insert test SELECT 0, 4, 1, ' 4.0.0.0', 1 UNION SELECT 4, 7, 2, ' 4.2.0.0', 1 UNION SELECT 4, 8,... 16 Feb 2010 12:57
Eliminate #tmp table to single SQL Select statement I have been trying to redo some of my SQL without temp tables and Loops so here is another question I have not been able to figure out. Table Bk_Reviews Person_ID int Book_ID int Book_Comment varchar(2000) Person_ID Book_ID Book_Comment 100 50 whatever1 ... 15 Feb 2010 14:21
SSRS EXCEL Datasource Creadted ODBC datasource provided DSN name able to fetch fields. But I want to use Parameter in my query as long as i use the folowing query its fine. select [Manager Name] from [Manager$] where [Manager Name]=1 when I implement select [Manager Name] from [Manager$] where [Manager Name]=@Manager gives me ... 12 Feb 2010 07:51
CLR integration gotchas! I had recently enabled CLR and when the developer attempted to create an assembly, he encountered the following error: Failed to initialize the Common Language Runtime (CLR) v2.0.50727 due to memory pressure. Please restart SQL server in Address Windowing Extensions (AWE) mode to use CLR integration features. ... 11 Feb 2010 19:38 |