Changes

From SME Server
Jump to navigationJump to search
67 bytes added ,  09:37, 22 June 2009
m
Line 245: Line 245:     
====Ms SQL Server====
 
====Ms SQL Server====
If your SQL Server are using instances, replace "port = 1433" with "instance = MyInstance" in your freetds.conf template fragment (replace MyInstance with the name of your instance).
+
If your SQL Server are using instances, replace <port = 1433> with <instance = MyInstanceName> in your freetds.conf template fragment. Maybe adding the instance name after host in freetds.conf like this: <Server = xp3c\MyInstanceName> would aid too.
   −
From SQL Server 2000 TDS version 8.0 should be used. Add the line "tds version = 8.0" in your template fragment for freetds.conf
+
From SQL Server 2000 TDS version 8.0 should be used. Add the line <tds version = 8.0> in your template fragment for freetds.conf
    
Ms SQL Server might not allow the db system user "sa" to connect from outside the server, create another account with proper permissions.
 
Ms SQL Server might not allow the db system user "sa" to connect from outside the server, create another account with proper permissions.
206

edits

Navigation menu