Skip to content

Commit 7c6072a

Browse files
Update README.md
1 parent fa7d1a1 commit 7c6072a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Provide to your SQL Server all missing pieces like regular expression and dynamic arithmetic string evaluation.
1+
# What's Eval-SQL.Net?
2+
Eval SQL.NET is a library that allows to evaluate dynamically C# expression directly in T-SQL.
3+
4+
It provides to your SQL Server all missing pieces like regular expression and dynamic arithmetic string evaluation.
25

36
```sql
47
-- SELECT 3
@@ -14,7 +17,7 @@ SELECT SQLNET::New('x+y').ValueInt('x', 1).ValueInt('y', 2).EvalInt() as Result
1417
- Replace xp_cmdshell with DirectoryInfo & FileInfo
1518

1619
## Performance & Scalability
17-
Performance tuning is one of the most important task for a DBA. Don’t miss the chance to **dramatically improve query performance** by **300%** for simple expression and by more than **2000%** for complex code over User-Defined Function (UDF) and Table-Valued Function (TVF).
20+
Performance tuning is one of the most important tasks for a DBA. Don’t miss the chance to **dramatically improve query performance** by **300%** for simple expression and more than **2000%** for complex code over User-Defined Function (UDF) and Table-Valued Function (TVF).
1821

1922
_Benchmark to split string with delimiters in SQL_
2023

0 commit comments

Comments
 (0)