API/CodeSamples/SqlServerConnectionString.md
... ...
@@ -1,5 +1,9 @@
1 1
#SqlServerConnectionString
2 2
3
+[[_TOC_]]
4
+
5
+#About
6
+
3 7
The SqlServerconnectionString is what Izenda AdHoc uses to initialize an MSSQL connection. This will do all the heavy lifting for including tables, functions, and stored procedures. It will also build queries utilizing the Izenda MSSQLDriver.
4 8
5 9
Below is a sample global.asax using the SqlServerConnectionString setting. The code block will appear within ``<script runat="server"> </script>`` tags within global.asax.