Questions tagged [shrink]
249 questions
0
votes
1 answer
Problems with Dojo ShrinkSafe
I'm trying to minify a JavaScript file using the online Dojo Shrinksafe service, but it's giving me an empty file.
What's going on?

Sean Bone
- 3,368
- 7
- 31
- 47
0
votes
0 answers
To Shrink or Not to Shrink the Log File
As a fairly new DBA, I have a question for the experts out there. We have a database transaction log file that grew to a whopping 425 GB because no transaction log backups were taking place (the db backup plan is set to full recovery mode.) I have…
0
votes
1 answer
What about performance of cursors,reindex and shrinking?
i am having recently came to know that sql server if i delete one column or modify it acquires space at backend so i need to reindex and shrink the database and i have done it and my datbase size reduced to
2.82 to 1.62
so its good like wise so…

Just code
- 13,553
- 10
- 51
- 93
0
votes
1 answer
ul is not increasing width after nowrap text
I am trying to create a submenu but when li has white-space:nowrap, the ul width ignores it and is causing overflowing of the text. (ul width is not increased to wrap the text)
Anyone knows a way to fix this?
Edit. If I change display property to…

shuji
- 7,369
- 7
- 34
- 49
0
votes
1 answer
Shrink Header On Scroll
Most threads I see about shrinking the header when scrolling involves using jQuery animation or something similar. This makes it too obvious and instant, but I'm looking for something gradual:
http://www.kriesi.at/themes/enfold/
This is a good…

Howdy_McGee
- 10,422
- 29
- 111
- 186
0
votes
1 answer
the simple procedure to shrink database log error
I write a simple procedure to shrink database log,just need to input the database name:
ALTER proc [dbo].[sp_shrinkDBAndDBLog]
@databaseName nvarchar(100)
as
begin
declare @logName nvarchar(100),
…

Dolphin
- 29,069
- 61
- 260
- 539
0
votes
1 answer
SQL SHRINK while avoiding performance costs
We have SharePoint 2010 running on a SQL 2008R2 server (not sure if that's relevant). There are many, many picture libraries that have driven the database size to close to 120GB. I've written a utility that will resize all of these pictures to…

Michael Nelson
- 177
- 1
- 3
- 14
0
votes
1 answer
Dynamically shrinking textfield's frame to text inputted
I have a textview that is created dynamically during an application's run time, with text inputted by user. How do I go about setting up the frame of the textview such that the frame is just about the size of the text? What I'm looking for is…

Malfunction
- 1,324
- 4
- 15
- 25
0
votes
1 answer
When iOS shrinks an image, does it clip/pixelate it?
I have 2 relatively small pngs that will be images inside UIButtons.
Once our app is finished, we might want to resize the buttons and make them smaller.
Now, we can easily do this by resizing the button frame; the system automatically re-sizes the…

giant91
- 1,153
- 2
- 9
- 18
0
votes
2 answers
Click to expand, then click again to shrink - Its expanding, just not shrinking
I have a div that expands to show the content once users click onto the div itself.
The div is animated using javascript to it is a little slicker than immediately changing from small to large in a single click.
I have it expanding, just not…
user2527750
- 51
- 1
- 11
I have a div that expands to show the content once users click onto the div itself.
The div is animated using javascript to it is a little slicker than immediately changing from small to large in a single click.
I have it expanding, just not…

user2527750
- 51
- 1
- 11
0
votes
2 answers
Android Game development - Imageview automatically shrinks at screen edge
I have a bunch of dynamically created ImageViews representing different objects in a game, which is working fine. However if any Image reaches the edge of the screen, it shrinks. Looks like android is attempting to create a smooth transition, but…
0
votes
0 answers
textarea not shrinking when deleting character
I am trying to use Javascript to shrink and grow automatically as the height of the scroll is increasing. The growing the height of textarea is achieved but when I am deleting the texts I can't figure out how to shrink the size.... I don't want to…

Iftikhar Ali Ansari
- 1,650
- 1
- 17
- 27
0
votes
1 answer
when using File Shrink option in SSMS to shrink log, when does the space get released back to the O/S
I have shrunk a log file of a database in SSMS 2008:
treeview
mydatabase (right-click)
tasks -> shrink -> files : choose log from dropdown
(*) reorganize pages before releasing unused space
…

Tim
- 8,669
- 31
- 105
- 183
0
votes
1 answer
Matlab: Collect/save data and shrink code
Given the following code:
clc
clear all
P = 45;
Mat =[
64.7331 62.4019 60.2700 58.7798 58.4334 62.6596 59.4961 56.2320 53.6037 52.9330 60.9245 56.7753 51.7143 46.3398 44.5793 59.9245 55.0268 48.0563 36.3834 …

professor
- 247
- 3
- 12