Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Renaming a Database - SQL Azure

RSS
Modified on Wed, Nov 07, 2018, 11:40 AM by Administrator Categorized as SQL Azure

Overview

The SP_RENAME system stored procedure cannot be used to rename a SQL Azure database. This article provides the T-SQL statement to rename a SQL Azure database.

T-SQL Statement

alter database [OldName] modify name = [NewName]

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.