Tag: ssms

How to Setup SQL Server on the Amazon RDS

AWS, Cloud, SSMS, Tools & technologies

SQL Server is one of the most popular databases used in modern applications. Over the past few...
Read More

Top-10 SQL Server Management Studio (SSMS) Add-ins You Should Use in 2021

Tools & technologies, Utilities & Extensions

If you deal with SQL infrastructure, especially Microsoft SQL Servers, you deal with SSMS. The SQL Server Management Studio is the default...
Read More

Understanding SQL DELETE Column from Table

Database development, SSMS, Statements, Tools & technologies

Adding and removing columns are among the most common tasks when you manage tables in databases. And it might seem strange, but many users...
Read More

Connecting to SQL Azure from SQL Server Management Studio (SSMS)

Azure, Cloud, SSMS, Tools & technologies

Microsoft Azure is a cloud computing service for building, testing, deploying, and managing...
Read More

Basics of SQL Server Management Studio (SSMS). Part 2

SSMS, Tools & technologies

This article further explains the basics of SQL Server Management Studio (SSMS) – one of the most widely used database development and...
Read More

Create a Database in SQL Server Using SQL Server Management Studio (SSMS)

SSMS, Tools & technologies

This article briefly explains creating a new database with the New Database wizard of SQL Server Management Studio (SSMS). The SQL Server...
Read More

Basics of SQL Server Management Studio (SSMS) – Part 1

SSMS, Tools & technologies

This article aims to share the basics of SQL Server Management Studio, commonly known as SSMS, and...
Read More

Manage MDF Files in SQL Server 2019

Database administration, Work with data

An SQL Server database contains primary data files, secondary data files (optional), and transaction log files. The primary and secondary...
Read More

Learn Database Design with SQL Server Management Studio (SSMS) – Part 2

Database development, SSMS, Tools & technologies

It is the second part of the series focused on the SQL Server Management Studio usage. You will learn the database design core concepts and...
Read More

Database Design Concepts with SQL Server Management Studio (SSMS) Part 1

Database development, SSMS, Tools & technologies

This article is primarily written for beginners. Still, it covers some interesting and often...
Read More
Close