1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] How to modify / rename the database name in SQL?

Discussão em 'Outras Linguagens' iniciado por Stack, Novembro 13, 2024.

  1. Stack

    Stack Membro Participativo

    How to modify / rename the database name in SQL?

    Running the below script throws exception as " Incorrect syntax near @dbname "

    Declare @dbname nvarchar(50)
    set @dbname = 'MyDatabase_Test'

    ALTER DATABASE MyDatabase MODIFY NAME = @dbname;

    Continue reading...

Compartilhe esta Página