sp_configure

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…

How to Change Network Packet Size in SQL Server?

Have you ever thought how SQL Server controls the size of packets which are send over the network. There is…

SQL Server Error 233: User Connections Server Configuration option in SQL Server

Today, I got a requirement to limit the number of concurrent user connections on a SQL Server Instance. SQL Server…