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

Published: 05 June 2022
on channel: 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.


Watch video SQL Server DBA Tutorial 13 - How to Rename a Database in SQL Server online without registration, duration hours minute second in high quality. This video was added by user Chirags Tutorial 05 June 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 45 once and liked it 2 people.