[mapserver-commits] r11563 - trunk/docs/en/input/vector

svn at osgeo.org svn at osgeo.org
Wed Apr 13 13:42:42 EDT 2011


Author: aboudreault
Date: 2011-04-13 10:42:42 -0700 (Wed, 13 Apr 2011)
New Revision: 11563

Modified:
   trunk/docs/en/input/vector/mssql.txt
Log:
Added two examples in MSSQL doc to connect to a remote server

Modified: trunk/docs/en/input/vector/mssql.txt
===================================================================
--- trunk/docs/en/input/vector/mssql.txt	2011-04-13 17:06:25 UTC (rev 11562)
+++ trunk/docs/en/input/vector/mssql.txt	2011-04-13 17:42:42 UTC (rev 11563)
@@ -31,12 +31,20 @@
 ========================================
 
 In order to connect to the MSSQL 2008 spatial database you should set up a valid connection string to
-the database like the following example:
+the database like the following examples:
 
 ::
 
   Server=.\MSSQLSERVER2008;Database=Maps;Integrated Security=true
 
+::
+
+  Server=55.55.55.55,1433;uid=a_user;pwd=a_password;database=a_database;Integrated Security=True
+
+::
+
+  Server=55.55.55.55\SQLEXPRESS,1433;uid=a_user;pwd=a_password;database=a_database;Integrated Security=True
+
 Create MapServer Layer
 ----------------------
 



More information about the mapserver-commits mailing list