sp_dbremove (Transact-SQL)
SQL Server 2012
Removes a database and all files associated with that database.
Important
|
|---|
|
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. We recommend that you use DROP DATABASE instead. |
Important