Fix Error 15123: The configuration option does not exist.
Yesterday, one of my teammate was facing an issue while enabling a server level parameter using T-SQL command sp_configure. He was trying…
7 years ago
Yesterday, one of my teammate was facing an issue while enabling a server level parameter using T-SQL command sp_configure. He was trying…
Have you ever thought how SQL Server controls the size of packets which are send over the network. There is…
Today, I got a requirement to limit the number of concurrent user connections on a SQL Server Instance. SQL Server…