You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs2/pages/problems/sql-server-eval.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Multiple partial solutions exists like using "EXEC(Transact-SQL)" which is limit
9
9
10
10
**SQL Eval.NET** is a complete solution which, not only lets you evaluate dynamic arithmetic expression, but lets you use the full C# language directly in T-SQL stored procedures, functions and triggers.
{% include component-try-it.html href='http://sqlfiddle.com/#!18/2f73a/1' %}
26
26
27
27
## SQL Eval - Arithmetic / Math Expression
@@ -40,8 +40,8 @@ Eval SQL.NET supports all C# operators including operators precedence and parent
40
40
41
41
Evaluating an expression is very fast and scalable. You can see performance 3-20x faster than User-Defined Function (UDF) and you can evaluate an expression as much as ONE MILLION times under a second.
@@ -130,8 +130,8 @@ You have a complex SQL and you know C# Syntax and C# Object could make this prob
130
130
131
131
EvalSQL.NETimprovereadabilityandmaintainabilityovercomplexSQL. Itsupportsall [.NETframeworkclasslibraries](https://msdn.microsoft.com/en-us/library/gg145045.aspx) (FCL) that are supported by [SQL CLR Framework Libraries](https://docs.microsoft.com/en-us/sql/relational-databases/clr-integration/database-objects/supported-net-framework-libraries).
0 commit comments