Can someone tell me how to create a datasource to connect to an MSSQL instance that is not the default?
dbaseServer\DEMO
, for example? When using this in Lucee, the instance name is ignored.
John Wilson
05/17/2023, 6:58 PM
Punch line: You must set up the instance on a different port.
t
Tim
05/17/2023, 6:59 PM
I figured out how to do this with Adobe Coldfusion a few years ago, but it was so annoying that the next time I set up a server, i made sure to use the default name so I didn't have to go through it again.
j
John Wilson
05/17/2023, 7:00 PM
yeah I hear that. Using sql config manager, change the TCP port to something other than 1433 and connect to that
t
Tim
05/17/2023, 7:00 PM
I'm trying to think back, and I think I changed the sql server settings so that it alwasys used the same port.... and then configured coldfusion to that.