Performance CLR function
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

found 322 articles for 0.567 sec
Re: Performance CLR function     

Group: microsoft.public.sqlserver.programming · Group Profile · Search for Performance CLR function in microsoft.public.sqlserver.programming
Author: Gert-Jan Strik
Date: Jun 13, 2008 09:21

...leverage their knowledge about their CLR language. The mere fact that...in their syntax and supporting functions. If you have to process...has equvalent to this aggregation function. The standart SQL has SUM...amount of calculations which native functions have to do is enormous...is the point to have CLR. Or let me put another...expect the same performance from a CLR function when compared to...
Show full article (2.58Kb) · Show article thread
Re: Performance CLR function     

Group: microsoft.public.sqlserver.programming · Group Profile · Search for Performance CLR function in microsoft.public.sqlserver.programming
Author: TimXox
Date: Jun 13, 2008 06:37

...92 has equvalent to this aggregation function. The standart SQL has SUM, ...that amount of calculations which native functions have to do is enormous ...it looks like for me that CLR is very slow for this ... pure T-SQL ? I hoped CLR is good candidate here. Thanks,... same number of rows my function takes almost twice time more.... expect the same performance from a CLR function when compared to ...
Show full article (1.50Kb) · Show article thread
Re: Performance CLR function     

Group: microsoft.public.sqlserver.programming · Group Profile · Search for Performance CLR function in microsoft.public.sqlserver.programming
Author: Gert-Jan Strik
Date: Jun 12, 2008 12:56

TimXox wrote: Hi, I created CLR aggregate function MULT which works like Sum...it does *. I compare the performance of my function with: SELECT exp(sum...the same number of rows my function takes almost twice time more. ...cannot expect the same performance from a CLR function when compared to a simple native T-SQL...it will always outperform a similar CLR function because of the overhead ...
Show full article (0.64Kb) · Show article thread
Re: Performance CLR function     

Group: microsoft.public.sqlserver.programming · Group Profile · Search for Performance CLR function in microsoft.public.sqlserver.programming
Author: TimXox
Date: Jun 13, 2008 13:08

... execution, you can achieve significant performance increases in some scenarios….. Managed ... managed code for CPU-intensive functions and procedures that feature complex ... calculations) to SQL Server. The performance gain is huge, but code...and re-write calculation functions in CLR. ( I used formula exp...SqlServer.Server.Format.UserDefined, //use clr serialization to serialize the intermediate...
Show full article (4.58Kb) · Show article thread
Re: Performance CLR function     

Group: microsoft.public.sqlserver.programming · Group Profile · Search for Performance CLR function in microsoft.public.sqlserver.programming
Author: --CELKO--
Date: Jun 13, 2008 09:58

...They will handle floating point errors, have good functions, etc. SQL is not a computational language. CLR will stink and make maintaining the code a... native language. As an aside, your PRD() function is wrong. Here is a version of the aggregate product function in SQL. You will need to have the logarithm and exponential functions. They are not standards, but they are very...
Show full article (1.94Kb) · Show article thread
Re: Performance CLR function     

Group: microsoft.public.sqlserver.programming · Group Profile · Search for Performance CLR function in microsoft.public.sqlserver.programming
Author: TheSQLGuru
Date: Jun 12, 2008 15:15

...-AA89-4026-9209-1522D2891F66@microsoft.com... Hi, I created CLR aggregate function MULT which works like Sum, but instead of + it does *. I compare the performance of my function with: SELECT exp(sum(log(AttributionValue+1))) the result is the same , but for the same number of rows my function takes almost twice time more. Please advice, Tim....
Show full article (0.57Kb) · Show article thread
Re: Performance CLR function     

Group: microsoft.public.sqlserver.programming · Group Profile · Search for Performance CLR function in microsoft.public.sqlserver.programming
Author: Tibor Karaszi
Date: Jun 12, 2008 12:54

... be as fast as the built-in functions that are shipped with the product... --...-1522D2891F66@microsoft.com... Hi, I created CLR aggregate function MULT which works like Sum, but instead of + it does *. I compare the performance of my function with: SELECT exp(sum(log(AttributionValue+1))) the result is ... for the same number of rows my function takes almost twice time more. ...
Show full article (0.70Kb) · Show article thread
Performance CLR function     

Group: microsoft.public.sqlserver.programming · Group Profile · Search for Performance CLR function in microsoft.public.sqlserver.programming
Author: TimXox
Date: Jun 12, 2008 11:18

Hi, I created CLR aggregate function MULT which works like Sum, but instead of + it does *. I compare the performance of my function with: SELECT exp(sum(log(AttributionValue+1))) the result is the same , but for the same number of rows my function takes almost twice time more. Please advice, Tim.
Show full article (0.30Kb)
Re: there seems to be some overhead between SQL Server 2005 and a CLR function written in C#. Why is this?     

Group: microsoft.public.sqlserver.programming · Group Profile · Search for Performance CLR function in microsoft.public.sqlserver.programming
Author: DR
Date: Oct 29, 2007 12:19

... SQL Server 2005 and a CLR function written in C#. Why is... from sql server to a CLR function seems to be relatively ...in C#? No. T-SQL and CLR are if not different universes ... boundary is higher than calling a C# function from another C#... a truth that measuring the performance of something can affect that performance, and this amplified even more the smaller the numbers are....
Show full article (1.98Kb) · Show article thread
Re: there seems to be some overhead between SQL Server 2005 and a CLR function written in C#. Why is this?     

Group: microsoft.public.sqlserver.programming · Group Profile · Search for Performance CLR function in microsoft.public.sqlserver.programming
Author: Erland Sommarskog
Date: Oct 27, 2007 07:56

... between SQL Server 2005 and a CLR function written in C#. Why is...getting from sql server to a CLR function seems to be relatively slow for nanosecond calculations: DECLARE @before bigint...in C#? No. T-SQL and CLR are if not different universes or... boundary is higher than calling a C# function from another C# ... a truth that measuring the performance of something can affect that ...
Show full article (1.75Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next