About 5,410,000 results
Open links in new tab
  1. MSDB SQL Database Maintenance and Cleanup - SQL Shack

    Oct 4, 2021 · This article explores the MSDB SQL Database maintenance and cleanup process essential for every DBA. Introduction. SQL Server system database – MSDB stores SQL …

  2. How to delete the contents of a database in SQL Server Management Studio?

    Aug 13, 2015 · You can truncate the table (empties the contents/data but preserves the table structure) step1> generate Script of the database and save it in file (.sql) (without data) step2> …

  3. Delete Database in MS SQL Server - GeeksforGeeks

    Sep 2, 2020 · Using SQL Server Management Studio : To delete a database, connect to an instance of the SQL Server, and then expand that instance. Expand Databases, select the …

  4. SOLVED: Easy SQL Commands To Clean Up WSUS Database Quickly

    Feb 7, 2022 · Launch SQL SERVER MANAGEMENT STUDIO on the SQL SERVER; Expand DATABASES; Right click on the SUSDB and see what FREE SPACE is; In my case after …

  5. How To: Clean up old database backup history

    Mar 23, 2019 · The only option that gives you the choice on removing the backup/restore history of the database you are dropping is if you use the SQL Server Management Studio and check …

  6. How can I wipe all databases and users from a SQL Server database?

    SELECT j.name FROM msdb.dbo.sysjobs AS j WHERE EXISTS ( SELECT 1 FROM msdb.dbo.sysjobsteps AS js WHERE js.job_id = j.job_id AND js.database_name NOT IN …

  7. Erase SQL Server Database - Learn the Best Methods - SysTools

    Dec 12, 2024 · Methods To Erase SQL Server Database. The first method we will be discussing for the deletion of the SQL Server database is by using SSMS. By Using SQL Server …

  8. Cleaning up the SQL Server master database

    Oct 27, 2016 · Foreign keys and views should be eliminated before any tables, for example, and partition functions can’t be removed until any tables that use them are dropped. Also, in many …

  9. ssms - How do I uninstall and completely reset all data from SQL ...

    Sep 6, 2018 · I have tried uninstalling every SQL related program on my computer and the management studio itself, but when I re-install I get the same databases and data. I just want …

  10. sql server - Deleting all the content from the database - Database ...

    Sep 29, 2020 · We want to clean a database (delete all the records) with around 25 tables and a size of around 650+ GB in production. We are currently using MS SQL 2016 Standard Edition …

  11. Some results have been removed
Refresh