About 304,000 results
Open links in new tab
  1. How do I shrink my SQL Server Database? - Stack Overflow

    Jan 13, 2009 · I have a Database nearly 1.9Gb Database in size, and MSDE2000 does not allow DBs that exceed 2.0Gb I need to shrink this DB (and many others like this at various client …

  2. sql server - When is it OK to shrink a Database? - Database ...

    A further option for copying to a new database to effectively shrink and reorganise the data, that wasn't common away from the nascent Azure SQL at the time this question was originally …

  3. sql server - I Need to Shrink My Database - I just freed a lot of …

    When I am forced to shrink a Database If this were my environment, I'd look to leave a fair/hefty amount of white space in the data file because I like being a disk hog and like to be prepared …

  4. sql server - What is Fastest way to shrink a datafile? - Database ...

    Apr 27, 2021 · After moving objects, free space take like forever to be reclaimed with a dbcc shrink file with blocs of 256Mo. What's the fastest way to get that space back to the OS? Is …

  5. sql server - How do I shrink all files quickly for all databases ...

    In SQL Server (2008 in this case) how can I quickly shrink all the files, both log and data, for all databases on an instance? I could go through SSMS and right click each and choose Tasks -> …

  6. sql server - Shrink a database below its initial size - Database ...

    Aug 23, 2010 · The server is on compatibility mode 90, but is SP2. I've now done the following 3 times: reindex all tables, backup database, shrink file, shrink database. Still no joy. EXECUTE …

  7. Shrinking a SQL Server database not working - Stack Overflow

    Sep 23, 2016 · If you shrink a tlog file its okay, because tlogs dont use the data page structure. If you shrink your database data file, you can make a perfectly de-fragmented database into a …

  8. How do I decrease the size of my sql server log file?

    I did a shrink on the log file and its still 2 and a half gigs. Nothing I do seems to shrink the file in size. Is there anyway to fix the problem? Or is the only way back at this point to detach the …

  9. shrink - SQL Server Database Not Shrinking - Database …

    You must also Shrink the files to retrieve the disk space : Tasks | Shrink | Files in SQL Server Management Studio You need to check the Option "Reorganize files before releasing unused …

  10. How to release unused space in a SQL Server database

    Dec 24, 2015 · 2 So to my understanding, you first need to shrink the files, then you can shrink the DB: Using SQL Server Management Studio: Shrink the files: r-click on DB, 'Tasks', …