Latest Articles
What are Sql Server Editions?
Microsoft SQL Server is a powerful relational database management system (RDBMS) designed to manage and store data efficiently. SQL Server is widely adopted by businesses around the world, offering robust features for data storage, retrieval, and management. One of...
What ports to open to allow communication with SQL Server Services?
Below are some ports that you will need to open to allow communication with specific SQL server Services. It's highly recommended to have all the ports closed by default and to just open each port only when it is actually require by a specific service....
SSMS (SQL Server Management Studio) 19 is now Generally Available
One of the most common used tools for the SQL server DBA to manage SQL server is SQL Server Management Studio (SSMS). It used to be tight with the SQL engine and installed with SQL service. With the release of SQL Server 2016, Microsoft disconnect SSMS from the SQL...