Tagged Questions
The shrink tag has no wiki summary.
6
votes
10answers
21k views
How do I shrink my SQL Server Database?
I have a Database nearly 1.9Gb Database in size
MSDE2000 does not allow DBs that exceed 2.0Gb
I need to shrink this DB (and many like it at various client locations)
I have found and deleted many ...
5
votes
3answers
199 views
How to shrink a picture?
Question about Delphi - 7 language. I have image (500x500) but I need to resize it to 200x200 and paint it on TImage. How to achieve such result?
NoteI know about Strech property in TImage, but I ...
5
votes
5answers
1k views
Programmatically determine available free space on a database?
Ok, I have tried searching around for this answer, but with no luck. I have about 50 databases on our SQL Server at work that I have to check almost every day to see if any space can be freed up via ...
4
votes
6answers
214 views
SQL Server database file not being truncated
I have a database which is ~4GB in size. I've copied that database and deleted 99% of the data on it because I need a database with only the schema and basic data (mostly static data is kept).
The ...
4
votes
5answers
789 views
How to get the first n elements of a std::map
Since there is no .resize() member function in C++ std::map I was wondering, how one can get a std::map with at most n elements.
The obvious solution is to create a loop from 0 to n and use the nth ...
3
votes
2answers
440 views
Can realloc shrink my array on the left side (C only)?
I want to move a large chunk of data i've got in my memory. Unfortunately this data is saved as an array, and i cannot change that. I can't use circular arrays, because the same memory is also used by ...
3
votes
1answer
291 views
SQL Server: Hidden risks of using DBCC SHRINKFILE
We're getting a huge LDF file by using a full recovery mode in a SQL Server DB. so we're planning to shrink the log file.
Is there any performance penalty for using DBCC SHRINKFILE to reduce the ...
2
votes
1answer
41 views
Python: Shrink/Extend 2D arrays in fractions
There are 2D arrays of numbers as outputs of some numerical processes in the form of 1x1, 3x3, 5x5, ... shaped, that correspond to different resolutions.
In a stage an average i.e., 2D array value ...
2
votes
1answer
25 views
Multiline EditText shrinking when focused
I have a multi-link postal address EditText widget which is declared as below:
<EditText
android:id="@+id/pat_address_input"
android:layout_width="250dp"
android:layout_height="100dp"
...
2
votes
4answers
64 views
str_repeat reverse (shrink strings)
str_repeat(A, B) repeat string A, B times:
$string = "This is a " . str_repeat("test", 2) .
"! " . str_repeat("hello", 3) . " and Bye!";
// Return "This is a testtest! hellohellohello ...
2
votes
1answer
315 views
shrink (truncate) file from beginning on linux
Is it possible in Linux (and/or on other Unix) 'shrink' file from beginning? I'd like to use it for persistent queue (no existing implementation suits my needs). From end of file I guess it's possible ...
2
votes
4answers
493 views
Database size is huge
I have the following problem.
We have a database that stores binaries in the database.
We know the size of the database can be big so we removed all the binaries from the database and used the task ...
2
votes
2answers
1k views
Does performance of a database (SQL Server 2005) decrease if I shrink it?
Does performance of a database (SQL Server 2005) decrease if I shrink it?
What exactly happen to the mdf and ldf files when shrink is applied (Internals???)
1
vote
1answer
17 views
Force shrinking of MigLayout-Component inside JScrollPane
I have a Component that uses MigLayout as its LayoutManager. It is set to grow inside the JScrollPane to occupy the whole available width. So if I resize the appliation's frame, the JScrollPane is as ...
1
vote
1answer
92 views
Error on sql server database shrink command
I'm executing these commands from a Console Application
DBCC SHRINKFILE (@FILE_NAME_MDF, 0) WITH NO_INFOMSGS
DBCC SHRINKFILE (@FILE_NAME_LDF, 0) WITH NO_INFOMSGS
and getting this error
Could ...
1
vote
1answer
133 views
Is there are a way to check the last time a shrink operation was done on a SQL Server 2000 transaction log
Title says it all really.
I've got a database running on a clients SQL Server 2000 box where the transaction log file is only 1MB in size. This seems very perculiar.
I can't find any Database ...
1
vote
3answers
597 views
text fit inside the box in my web page
i have one big pic as background to my webpage.
that pic contains a box inside the pic itself.so i want to place text on that background image such that it should fit in the box and shrink or resize ...
1
vote
1answer
174 views
Making .war smaller!
There are several tutorials and even some posts here about shrinking .war files. However, the most common technique (to include grails.war.resources = {} in Config.groovy) does not seem to work for ...
1
vote
1answer
680 views
SQL - shrink database log file
I am trying to shrink my database log file. I have tried to run:
USE databasename
BACKUP log databasename
WITH truncate_only
DBCC shrinkfile (databasename_log, 1)
I get the error message:
Msg ...
1
vote
3answers
3k views
Letting a Batch file Minimize a DOS window?
So i'm kinda into MS-DOS and such again, but i came to ask myself, How can i minimize a DOS window?
Any kind would be ok, minimalize, shrink to a tiny blue block.
I just can't seem to find a way to ...
1
vote
2answers
179 views
refering to already existing group in regex, c#
I have a regex where
%word% can occur multiple times, separated by a "<"
%word% is defined as ".*?"|[a-zA-Z]+
so i wrote
(".*"|[a-zA-Z]+)([<](".*"|[a-zA-Z]+))*
Is there any way i can ...
0
votes
0answers
30 views
sql server shrink data file taking too long
To make room for another project, I decided to shrink a data file for a particular DB from 700GB to 600GB. It was 50% free in the filegroup data file, which I would allocate the 100GB space for a new ...
0
votes
3answers
34 views
App gets shrinked on Android 3.0 tablet
As seen here my app gets shrinked on Samsung Galaxy Tab with Android 3.0
It is also shrinked in emulator, but at graphical layout it looks ok. main.xml:
<LinearLayout ...
0
votes
1answer
140 views
jQuery: Scale entire div with its children?
is it somehow possible to use jQuery or Javascript to scale an entire div down to 70%. E.g. I have a horizontal slider with images. On smaller screens the slider with all its images (and their ...
0
votes
0answers
82 views
mysql shrink log file
I am new to mysql.
We decided to use mysql for storing xml data.
While running this for less than one week, we encountered out of space issue due to log file.
I did search on this issue and found ...
0
votes
2answers
85 views
resize image in table below 100% when resizing window
Think similar questions have been answered, but none really seem to have helped me out that much.
I have a table that is set to width="100%" with a cell on the top row.
This cell contains an image ...
0
votes
1answer
58 views
ImageMagick: How to use “Only Shrink Larger Images” ('>' flag) both on windows and unix
I found this description on website http://www.imagemagick.org/Usage/resize/#shrink :
Only Shrink Larger Images ('>' flag) Another commonly used option is
to restrict IM so that it will only ...
0
votes
1answer
224 views
Android: How do I resize a ScrollView smaller when the contained TextView is smaller?
I have 2 ScrollView's, each containing a TextView. The second ScrollView is set visibility="gone" normally, and the ScrollView displays full screen.
When a footnote reference in the upper TextView ...
0
votes
2answers
157 views
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.
Something similar to what you can see at the IBM site: http://www.ibm.com/us/en/
I couldn't ...
0
votes
0answers
60 views
UIWebView resizing causes visual glitches
I am using UIWebView to format content using HTML. Here's my case: I have a squared UIWebview with the following size:400x400. When I tap on it I resize the frame of UIWebView to fit the whole screen. ...
0
votes
2answers
172 views
QTableWidgetItem shrinking
I have an issue usign QTableWidgetItem.
I normally use the QTableWidget like this
this->setItem(i, j, new QTableWidgetItem());
this->item(i, j)->setText(string);
The column I'm ...
0
votes
1answer
116 views
Shrinking jar with its dependencies
I have a bunch of jars as a.jar, b.jar, c.jar, d.jar. a.jar is using remaining jars. I am using Test.java in a.java and remaining jars are used by a.java.
I would like to make a tiny jar which is ...
0
votes
0answers
48 views
Handling ZIP content in Java that uses the SHRINK algorithm
Anyone know of a way to handle ZIP files produced using the SHRINK algorithm? This doesn't appear to be supported by the standard Java ZIP functionality.
We're receiving ZIP files from an upstream ...
0
votes
1answer
326 views
Recover unused space in SQL Table
We recently moved the value of a column from an existing table to a new table so that it could reside on a separate disk.
The preexisting column still remains but has been set to null as some ...
0
votes
1answer
90 views
Is it possible to shrink a log file on a linked server using DBCC SHRINKFILE?
I am doing a large archival of data from one DB to another DB on a linked server. I am copying from MS sql server 2000 to MS sql server 2005.
This involves copying millions of records and then ...
0
votes
0answers
448 views
SQL Server 2005 No Space for Transaction Log Backup [closed]
Possible Duplicate:
SQL Server 2005 Transaction Log too big
I am running SQL Server 2005.
My db backup scheme is:
Recovery model: FULL
Backup Type: Full
Backup component: Database
Backup set ...