SQL Server DBA Tutorial 13 - How to Rename a Database in SQL Server

Опубликовано: 05 Октябрь 2024
на канале: Chirags Tutorial
45
2

[email protected] Chirag's SQL Server DBA Tutorial https://www.chirags.in
*****************************************************************************************
How to Rename a Database in SQL Server *
*****************************************************************************************

We will be using two ways to Rename a Database in SQL Server
1. Using SQL Server management studio graphic user interface GUI Version
2. Using T-SQL script

/**T-SQL**/
USE [master];
GO
ALTER DATABASE [DVDRentalNew]
Modify Name = DVDRentalNew2
GO

Note : Flow the Process shown in video.

😉Subscribe and like for more videos:
   / @chiragstutorial  
💛Don't forget to, 💘Follow, 💝Like, 💖Share 💙&, Comment

Tutorial Link :
https://www.chirags.in/tutorials/micr...

Thanks & Regards,
Chitt Ranjan Mahto "Chirag"
_________________________________________________________________________________________
Note: All scripts used in this demo will be available in our website.
Link will be available in description.