Re: SQL Express: is there a commandline way to set the default static port of a named instance?




"Keith" <keith@xxxxxxx> wrote in message
news:uFDtX5B5HHA.1484@xxxxxxxxxxxxxxxxxxxxxxx
Is using the method described, e.g.

USE master
GO
CREATE ENDPOINT [CustomConnection]
STATE = STARTED
AS TCP
(LISTENER_PORT = 1500, LISTENER_IP =ALL)
FOR TSQL() ;
GOequivalent to what happens when the default port is changed using the
Configuration Manager?Does this turn off dynamic ports as well? I suppose
this means that there is no wayto set this up using the installer and
cmd-line flags?k

OK. Tried this, and SQL Server said:

This "CREATE ENDPOINT" statement is not supported on this edition of SQL
Server."

This is against SQL Server 2005 Express, version 9.0.30.42.

Suggestions?


.



Relevant Pages

  • Re: Unable to use Kerberos Delegation from IE6 --> IIS 5.0 (asp.net)--> SQL 2000
    ... No problem with this configuration except SQL Server isn't smart enough to register all the ports in the Active Directory. ... the only registered Service Principal Name was for port 1433. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Unable to use Kerberos Delegation from IE6 --> IIS 5.0 (asp.net)--> SQL 2000
    ... No problem with this configuration except SQL Server isn't smart enough to register all the ports in the Active Directory. ... the only registered Service Principal Name was for port 1433. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: ver 2000 vs 2005
    ... Hi again Andrew, ... your instance when clicking the TCP properties in the network configuration. ... Apparently you need to define your port there too. ... >>> SQL Server instances on the same server with the same port number. ...
    (microsoft.public.sqlserver.connect)
  • Re: Publish SQL 2000 to Inet
    ... your ODBC data source/alias for SQL on the client workstation, ... go to the "Client Configuration" window and uncheck the "Dynamically ... determine port" option, then force the port number to 1433 (if that's the ... SQL Server anymore. ...
    (microsoft.public.isaserver)
  • Re: Software for connecting to a remote SQL Server
    ... Most tools should be able to specify the port; I'd be very surprised if Web ... Data Administrator did not have a configuration option somewhere. ... Very much like MS's "SQL Server Web ...
    (microsoft.public.sqlserver.connect)