Viewing 5 posts - 1 through 5 (of 5 total)
FIX
The password had a character that could not be used. Changing the password excluding these character fixed the problem
July 11, 2019 at 1:20 pm
Thanks for the reply
I used
SELECT 'TCP Port' as tcpPort, value_name, value_data
FROM sys.dm_server_registry
WHERE registry_key LIKE '%IPALL' AND value_name in ('TcpPort','TcpDynamicPorts')
February 25, 2019 at 3:22 am
I was told the security patches if you would select the most recent is the most recent CU with some additional updates. So lets say you are on Service pack...
October 29, 2018 at 8:51 am
October 26, 2018 at 1:06 am
Hi, what sample database did you use ?
i dont find a reference in the post itself only AirlineDemoSmall in the later querries.
thnx
July 13, 2018 at 5:52 am
Viewing 5 posts - 1 through 5 (of 5 total)