Skip to content

Commit a1aa380

Browse files
Update README.md
1 parent ace17ed commit a1aa380

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ _Minimum Requirements_
5050
- .NET Framework 4.0
5151

5252
## Main Features
53-
#### SQL Runtime Evaluation
53+
#### SQL Server Eval | Dynamically evaluate arithmetic operation and expression in SQL
5454

5555
Evaluate and execute the code or expression.
5656

@@ -85,9 +85,9 @@ EXEC Select_Switch 3, 2, 3
8585
EXEC Select_Switch 4, 2, 3
8686
```
8787

88-
**[Learn more](https://github.com/zzzprojects/Eval-SQL.NET/wiki)**
88+
**[Learn more](https://github.com/zzzprojects/Eval-SQL.NET/wiki/SQL-Server-Eval-%7C-Dynamically-evaluate-arithmetic-operation-and-expression-in-SQL)**
8989

90-
#### SQL Regex
90+
#### SQL Server File Operation | xp_cmdshell alternative to read and write files in SQL
9191

9292
Evaluate and execute the code or expression.
9393

@@ -115,7 +115,7 @@ GO
115115
SELECT * FROM dbo.fn_Split('1, 2, 3; 4; 5', ',|;')
116116
```
117117

118-
**[Learn more](https://github.com/zzzprojects/Eval-SQL.NET/wiki)**
118+
**[Learn more]https://github.com/zzzprojects/Eval-SQL.NET/wiki/SQL-Server-Regex-%7C-Use-regular-expression-to-search,-replace-and-split-text-in-SQL)**
119119

120120
#### SQL Result Set
121121

@@ -134,7 +134,7 @@ return dir.GetFiles("*.*").Select(x => x.FullName).OrderBy(x => x).ToList();')
134134
EXEC dbo.SQLNET_EvalResultSet @sqlnet
135135
```
136136

137-
**[Learn more](https://github.com/zzzprojects/Eval-SQL.NET/wiki)**
137+
**[Learn more](https://github.com/zzzprojects/Eval-SQL.NET/wiki/SQL-Server-File-Operation-%7C-xp_cmdshell-alternative-to-read-and-write-files-in-SQL)**
138138

139139
## FREE vs PRO
140140

0 commit comments

Comments
 (0)