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

preview_player
Показать описание
*****************************************************************************************
* 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:
💛Don't forget to, 💘Follow, 💝Like, 💖Share 💙&, Comment

Tutorial Link :

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.
Рекомендации по теме