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

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

How to Rename a Table Name in SQL Server

Database development, SSMS, Stored Procedures, Tables

One of the most critical database administrator’s duties is managing database objects. For instance, the application logic changes,...
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

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 forgotten database designing concepts that are...
Read More

Seven Secrets in SSMS for Developers

SSMS, Tools & technologies

SQL Server Management Studio is Microsoft’s primary client tool for interacting with SQL Server....
Read More
Close