About 441,000 results
Open links in new tab
  1. Delete a Database - SQL Server | Microsoft Learn

    May 24, 2023 · In Object Explorer, connect to an instance of the SQL Server Database Engine, and then expand that instance. Expand Databases, right-click the database to delete, and then …

  2. c# - LocalDB: How do you delete it? - Stack Overflow

    Mar 10, 2013 · In VS 2015/2017 press Ctrl+Q, type "object explorer". The "SQL Server Object Explorer" should open, where you'll see your local DB instances. Expand the DB instance, and …

  3. Delete Objects and Resolve Dependencies - SQL Server Data …

    Apr 1, 2024 · When you rename or delete an object in SQL Server Object Explorer, SQL Server Data Tools automatically detects all its dependency objects, and will prepare an ALTER script …

  4. sql server - How to remove database from explorer after …

    Jul 22, 2020 · I wanted to know if I can delete or remove the database shown in the object explorer after someone has manually deleted the MDF and ldf files from the database folders.

  5. T-SQL Tutorial: Delete database objects - SQL Server

    Nov 22, 2024 · This short lesson removes the objects that you created in Lesson 1 and Lesson 2, and then drops the database. Before you delete objects, make sure you are in the correct …

  6. sql-docs/docs/ssdt/how-to-delete-objects-and-resolve ... - GitHub

    Feb 9, 2017 · When you rename or delete an object in SQL Server Object Explorer, SQL Server Data Tools automatically detects all its dependency objects, and will prepare an ALTER script …

  7. how to delete localDB databases in SSMS in one shot

    May 23, 2017 · Click on the Databases node of the Object Explorer In Object Explorer Details, multi-select the databases you want to delete by depressing the Ctrl or Shift key while …

  8. How to delete mutiple database from sql management studio

    Apr 5, 2019 · Press F7 or select View in menu and open Object Explorer Details. Select DB’s of your choice to delete. Right click on selected DB’s. At times you might have come across …

  9. MS SQL Server Topics: Deleting a Database - FunctionX

    To delete a database in SQL Server Management Studio, in the Object Explorer, expand the Databases node, right-click the undesired database, and click Delete.

  10. Drop Database (Deleting DB) - RelationalDBDesign

    Open SSMS and connect to the SQL Server instance. In Object Explorer, expand the "Databases" node. Right-click on the database you want to delete and select "Delete". Confirm the deletion …

Refresh