Skip to content

Commit 042b32c

Browse files
authored
Update sql-server-function.md
1 parent 4b41fea commit 042b32c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs2/pages/troubleshooting/sql-server-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ DECLARE @rowAffecteds INT = dbo.fn_modify_table_state(@conn, @sql)
164164

165165
```
166166

167-
Using this feature is highly **NOT RECOMMANDED**.
167+
Using this feature is highly **NOT RECOMMENDED**.
168168

169169
## SQL Function - Run dynamic SQL
170170

@@ -211,11 +211,11 @@ SELECT dbo.fn_Exec_Count('SELECT 1 UNION SELECT 2') as Result
211211

212212
```
213213

214-
Using this feature is highly **NOT RECOMMANDED**.
214+
Using this feature is highly **NOT RECOMMENDED**.
215215

216216
## Conclusion
217217

218218
Eval SQL.NET improve the readability and make the code easier to develop and maintain with C# syntax over complex SQL code.
219219

220-
Even if you are now allowed to make some table modification, we don't recommend using this feature and use a stored procedure instead. Make sure you use the right tool for the right job.
220+
Even if you are now allowed to make some table modifications, we don't recommend using this feature and use a stored procedure instead. Make sure you use the right tool for the right job.
221221

0 commit comments

Comments
 (0)