Alter or modify Database Name in SQL server.

Published: 22 September 2021
on channel: Lakshmi
36
2

In this video we will learn how to change or alter Database Name by graphically and writing a query.
Syntax for altering Database name is
ALTER DATABASE {old database name} MODIFY NAME = {new database name}
Alter database name by using a system defined Stored Procedure
Syntax
SP_RENAMEDB 'old database name', 'new database name'


On this page of the site you can watch the video online Alter or modify Database Name in SQL server. with a duration of hours minute second in good quality, which was uploaded by the user Lakshmi 22 September 2021, share the link with friends and acquaintances, this video has already been watched 36 times on youtube and it was liked by 2 viewers. Enjoy your viewing!