How to Backup and Restore a SQL Database in SQL Express
SQL Server Express is a free edition of Microsoft SQL Server, designed for lightweight applications. Even though it’s a limited version, it still supports database […]
Rebase current branch into main/dev branch in Visual Studio using git
In this article, we learn how to rebase current branch into main/dev branch in Visual Studio using git. I will show how to do it, […]
Import SQL Database in SSMS from Local Machine
In this article, We learn how to Import SQL Database in SSMS in Local Machine. I will show how to do it, and just follow […]