Re: SQL Express: is there a commandline way to set the default static port of a named instance?
- From: "Keith" <keith@xxxxxxx>
- Date: Fri, 24 Aug 2007 14:27:14 -0700
MS folks, do you have any suggestions or comments on the faliure I listed?
The BOL does not say that CREATE ENDPOINT is for SQL Server 2005 only (vs.
Express) and actually lists specific limitations for Express when using some
options, implying that there should be no other issues.
k
"Keith" <keith@xxxxxxx> wrote in message
news:O54bePP5HHA.484@xxxxxxxxxxxxxxxxxxxxxxx
"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?
.
- Follow-Ups:
- Re: SQL Express: is there a commandline way to set the default static port of a named instance?
- From: Rick Byham, \(MSFT\)
- Re: SQL Express: is there a commandline way to set the default static port of a named instance?
- References:
- SQL Express: is there a commandline way to set the default static port of a named instance?
- From: Keith
- Re: SQL Express: is there a commandline way to set the default static port of a named instance?
- From: Rick Byham, \(MSFT\)
- Re: SQL Express: is there a commandline way to set the default static port of a named instance?
- From: Keith
- Re: SQL Express: is there a commandline way to set the default static port of a named instance?
- From: Keith
- SQL Express: is there a commandline way to set the default static port of a named instance?
- Prev by Date: Re: SQL Express: is there a commandline way to set the default static port of a named instance?
- Next by Date: Re: How can I remove Public access to SQL Express db's?
- Previous by thread: Re: SQL Express: is there a commandline way to set the default static port of a named instance?
- Next by thread: Re: SQL Express: is there a commandline way to set the default static port of a named instance?
- Index(es):
Relevant Pages
|