Top "Shrink" questions

How do I shrink my SQL Server Database?

I have a Database nearly 1.9Gb Database in size, and MSDE2000 does not allow DBs that exceed 2.0Gb I need …

sql-server database shrink msde2000
How to shrink navigation menu when scrolling down?

For a new site I am developing I would love to shrink the navigation menu when the user scrolls down. …

jquery css menu scroll shrink
Is it safe to delete the tempdb.mdf file manually?

In SQL Server 2008, I am trying to BULK INSERT a CSV that's about 1GB in size. As I'm doing so, …

sql-server shrink tempdb
Shrink int array C

Just started to learn C and came across the following issue: I need to shrink an integer array in C, …

c arrays trim shrink
How to shrink Azure SQL server DB (18MB of data charged for 5GB of server space already)

I have problem with Azure SQL DB. Bacpack export of DB is only 18MB but charged DB size of server …

azure azure-sql-database shrink
jQueryUI sortable on table rows shrinks them while being dragged

This issue of table rows shrinking while dragged in the sortable function troubles me for a long time. Any answer? (…

jquery jquery-ui html-table jquery-ui-sortable shrink
How do android:shrinkColumns and android:stretchColumns work?

I can set android:shrinkColumns and android:stretchColumns at TableLayout. For example: <TableLayout android:shrinkColumns="2,3" android:stretchColumns="1,3" android:layout_…

android android-tablelayout stretch shrink