Rank: Member Groups: Member
Joined: 6/11/2007 Posts: 12 Points: 9 Location: Kalamazoo,MI-USA
|
Our SQL Server does not listen on default port. How do i sepcify different port in config file?
Thx,
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
In your config.xml file, just declare your SQL Server this way:
If we consider your SQL Server listens on port 1421, then <sqlserver address="192.0.12.125,1421" name="SQL2K5" />
Regards
|