File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs2/pages/getting-started Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Make the impossible now possible. Evaluate C# expression in SQL to overcome limi
5757- Consume Web Service
5858- Replace text in template with String Interpolation
5959
60- {% include template-example.html title=' Dynamic Expression Example' %}
60+ ### Dynamic Expression Example
6161``` csharp
6262-- CREATE test
6363DECLARE @table TABLE ( X INT , Y INT , Z INT )
@@ -82,7 +82,7 @@ Improve performance and capability for splitting text with an easy to use split
8282- Include row index
8383
8484
85- { % include template - example . html title = ' Split Text Example' % }
85+ ### Split Text Example
8686```csharp
8787-- CREATE test
8888DECLARE @t TABLE (Id INT , Input VARCHAR (MAX ))
@@ -109,7 +109,7 @@ Use Regex flexibility to overcome "LIKE" and "PATHINDEX" limitations.
109109 - Replace
110110 - Split
111111
112- { % include template - example . html title = ' Regular Expression Example' % }
112+ ### Regular Expression Example
113113```csharp
114114DECLARE @customer TABLE ( Email VARCHAR (255 ) )
115115
@@ -135,7 +135,7 @@ Avoid enabling xp_cmdshell and compromising your SQL Server and use instead a mo
135135 - Improve readability
136136 - Improve security
137137
138- { % include template - example . html title = ' Example' % }
138+ ### Example
139139```csharp
140140-- REQUIRE EXTERNAL_ACCESS permission
141141DECLARE @sqlnet SQLNET = SQLNET :: New ('
You can’t perform that action at this time.
0 commit comments