Skip to content

Commit 9ce3911

Browse files
Update README.md
1 parent a8213a5 commit 9ce3911

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Provide to SQL Server all missing pieces like regular expression and dynamic arithmetic expression evaluation.
2+
3+
```sql
4+
-- SELECT 3
5+
SELECT SQLNET::New('x+y').ValueInt('x', 1).ValueInt('y', 2).EvalInt()
6+
```
7+
8+
19
Got a complex SQL problem? Limited by SQL Server?
210

311
**Find your solutions:**
@@ -11,10 +19,7 @@ It’s easy to use, flexible, secure and scalable by performing **3-20x faster**
1119

1220
You can evaluate an expression **ONE MILLION** times under a second!
1321

14-
```sql
15-
-- SELECT 3
16-
SELECT SQLNET::New('x+y').ValueInt('x', 1).ValueInt('y', 2).EvalInt()
17-
```
22+
1823

1924
## Performance & Scalability
2025
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).

0 commit comments

Comments
 (0)