Reducing size of datatype involved in index fails where as increasing size work

This question is related to my question in SO Database
events that will cause deletion of index
For example if i create a table like
CREATE TABLE dbo.Customers (ID INT IDENTITY(1,1) PRIMARY KEY CLUSTERED, CustomerName NVARCHAR(200));
CREATE INDEX IX_CustomerName ON dbo.Customers(CustomerName);
And then try to change column datatype like shown below to 230 from 200.
alter table Customers
alter column CustomerName nvarchar(230) null
The above alter command runs successfully and index IX_CustomerName is not dropped.
But if i try to reduce the size of column to 150 from 200 then it shows error.
alter table Customers
alter column CustomerName nvarchar(150) null
I get error like
Msg 5074, Level 16, State 1, Line 1
The index 'IX_CustomerName' is dependent on column 'CustomerName'.
Msg 4922, Level 16, State 9, Line 1
ALTER TABLE ALTER COLUMN CustomerName failed because one or more objects access this column.
So reducing the size(data may loss) of a column does not work if index is present on a column where as if the index not present then above
query works successfully. So why does it does not allow reducing the column when index present where as increasing size does not show any problem and works?

Hello,
Indeed, a little bit strange even because in BOL it's documented for a different behaviour, see
ALTER TABLE (Transact-SQL) => Remarks =>
"Changing the Size of a Column
You can change the length, precision, or scale of a column by specifying a new size for the column data type in the ALTER COLUMN clause. If data exists in the column, the new size cannot be smaller than the maximum size of the data. Also, the column cannot
be defined in an index, unless the column is a varchar, nvarchar, or varbinary data type and the index is not the result of a PRIMARY KEY constraint. See example P."
Olaf Helper
[ Blog] [ Xing] [ MVP]

Similar Messages

  • Can I preset the default save feature in Acrobat 10 to save a MS Word document as a "REDUCED SIZE PDF"?

    I use MS Word for Mac 2011 to create documents and quotations. I'm using Adobe Acrobat Pro 10.1.12 on a MAC. I want to save the MS Word file as a "REDUCED SIZE PDF" first, without having to first save it as a normal PDF, then re-save it as the reduced size. How would I do this?? Can this be preset as my default>

    You cannot. Because this option both takes much longer and reduces the quality of files, it has to be chosen specifically.
    In any case, when you save a PDF file from Word. this process does not involve Acrobat or Adobe software in any way.

  • How to reduce size of C:\Windows\winsxs folder in windows 2008 R2?

    Hello,
    Is there any way to reduce size of C:\Windows\winsxs folder in windows 2008 R2
    simular to 
    DISM /online /Cleanup-Image /SpSuperseded
    Many thanks

    Okay maybe some background on the root of the problem would help.
    Windows XP (and Windows 2000) used a fast and great mechanism called Hotfix Installer (Update.exe) to install updates. Updates installed in very little time. If you wanted to further reduce update times on Windows XP, you could just temporarily stop the
    System Restore service and updates would install at crazy speeds. Note that this is not recommended for novice users who don't know advanced recovery methods, as some updates can sometimes cause your system to stop booting so you cannot even uninstall them.
    The method the Hotfix Installer used was simple, it just installed a new version of files to be updated at %windir%\system32 and %windir%\system32\dllcache (the Windows File Protection cache). For files that were in use, a restart copied them from dllcache
    to the system32 folder. This is simple file-based servicing. The hotfix installer (Update.exe) also supported various command line switches like /nobackup which means not to backup files it patches. Again, this is not recommended for novice users as some updates
    can screw your system even after the comprehensive testing Microsoft does before releasing them. But if you won't be uninstalling any updates (usually one only requires uninstalling updates if they cause problems), you could save a ton of disk space by not
    backing up the files it patched. The Hotfix Installer backed up files to C:\Windows\$Uninstall$KBxxxxxx folders so even if you did back up the files at install time, they could be safely deleted after a few days if no stability issues were found after using
    Windows with the newest updates applied. Update.exe also supported the very important and convenient ability to slipstream a service pack or update into the original Windows setup files using the /s switch.    
    When Microsoft was developing Windows Vista, they realized that components had gotten too many interdepencies on each other and to service each file reliably without breaking another component that relied on it, Microsoft introduced what they called as Component
    Based Servicing (CBS). You can read all about it in a much more technical way at The Servicing Guy's blog. What CBS does basically is it installs all files of the entire operating system, including all languages into C:\Windows\WinSxS and then it hard-links
    files from there to C:\Windows\system32. This has the benefit of not having to insert the OS disc to add or remove any components, and some other advantages as well like offline servicing of a Windows Vista or Windows 7 image. But the design introduces a major
    disadvantage of taking up a lot of hard disk space. Whenever an update is installed, it no longer installs it to C:\Windows\system32 and C:\Windows\system32\dllcache like Windows XP's hotfix installer (Update.exe) did. Instead, it updates the files in C:\Windows\WinSxS.
    Now, Windows keeps multiple copies of the same file but with different version in WinSxS if it is used by more than one Windows component. The higher the number of components, that many number of times the file exists in C:\Windows\WinSxS. When a Windows Vista
    update (.MSU) is installed, the components get updated, each and every one, instead of the files and the worst part is it still maintains the older superseded previous versions of components in WinSxS so the user would be able to uninstall updates. Microsoft
    does say that some sort of "scavenging" or deleting older copies of components takes place but is scarce on the details. The scavenging seems to take place automatically at certain intervals in Windows 7 but not in Windows Vista. In Windows Vista, you have
    to add or remove any Windows component for the scavenging to take place. And Microsoft says the scavenging will free up some disk space but in practice, on my system, I see my free disk space only decreasing on Vista as I remove or add any component. Windows
    does not give the user an option to not backup the earlier versions of components like Windows XP's /nobackup switch in Hotfix Installer did. As as you install more and more updates on your system, they will take more and more disk space. This is one of the
    primary reasons Windows Vista and Windows 7 are so bloated. Another reason for them being so bloated is the DriverStore that these OSes store. All drivers that are shipped with the OS and the OEM ones which you download and which are installed for a particular
    system are staged in C:\Windows\System32\DriverStore. But let's not go there for now.
    Now, an important thing to note is that the size of the WinSxS folder is not what Explorer or the dir command report, it is far less but is misreported by Explorer because it counts the hard links more than once when calculating size. That does not mean,
    the size of WinSxS is not causing real-world disk space problems on numerous Windows Vista/7 systems in use today. Microsoft's ingenious recommendation to this problem of ever growing disk consumption is to install fewer updates to keep the size of the servicing
    store under control. Of course, users cannot deny installing security updates and leave their system open to security holes. What they can do is install less optional updates, the ones that Microsoft releases on the fourth Tuesday of every month and also install
    less of the hotfixes that are available by request from a Knowledge Base article. In short, you have to trade the number of bugs fixed in the OS by installing hotfixes at the cost of enormous amounts of disk space. The whole servicing stack is a total downgrade
    to Windows XP's update.exe method. It causes heavy disk thrashing and slow logoffs/logons while Windows configures these updates at the Welcome Screen. Many systems are unable to boot because of failed updates. Another disadvantage of the "new" servicing stack
    (and the redesigned Setup mechanism of Windows Vista) is the inability to do a true slipstream of service packs and hotfixes.
    The time it takes to actually install these hotfixes online compared to Windows XP is also completely unacceptable. When you start installing an MSU update, it spends a lot of time determining whether the update applies to your system. Then, the update itself
    takes much longer to install compared to Windows XP's Update.exe (hours instead of minutes if you are installing dozens of updates through a script). Finally, that post-installation process ("Configuring updates... Do not turn off your computer") takes several
    minutes before shut down followed by a second post-installation process (configuration) upon restart before logon that also takes also several minutes and thrashes the disk.
    I can install the entire SP3 for Windows XP in about 10 minutes after downloading the full installer. I can also install a slipstreamed-with-SP3 copy of Windows XP is about 45 minutes on a modern fast PC. In contrast, Windows Vista or Windows 7 do install
    relatively quickly (in just about 15-20 minutes) on a modern PC but installing the service packs and updates takes more time than anything on XP did. Not only can service packs not be slipstreamed, but Vista Service Packs are not even cumulative, which means
    if you clean install Windows Vista today, you have to install SP1 first which takes about 90 minutes, then SP2 which takes less time, then all the post-SP2 updates which do take hours to install. If you really HAVE to use Windows 7 or Windows Vista, you are
    stuck with this slow update non-sense as Microsoft does not even acknowledge that there is any slowdown or loss of functionality in the new servicing mechanism. The fact remains: MSU updates are slow as **** and take too much time and as Windows 7/Vista get
    older and Microsoft stops producing service packs, a clean install is going to take longer and longer to bring it up-to-date with all patches installed. Is is worth wasting your time on an OS whose servicing mechanism Microsoft completely screwed up? I once
    again recommend you read more about the servicing stack and how it operates at The Servicing Guy's blog:http://blogs.technet.com/b/joscon/. To fix this messed up servicing stack, Microsoft also offers a tool
    called CheckSUR for your system if it finds “inconsistencies in the servicing store”.
    Microsoft's Windows Vista and Windows 7 products are not engineered with disk space in mind. It causes a problem, especially for SSDs which are still low capacity and very expensive. The only hope is that Microsoft again completely redesigns this servicing
    mechanism in a future Windows release so it would not cause this growing disk space consumption issue, speed up installation of updates by an order of magnitude, not slow down logon and logoff, not prevent systems becoming unusable because of failed updates
    being stuck at a particular stage and allow true slipstreaming.
    Microsoft's response to this is vague - they simply state "Windows 7's servicing is more reliable than Windows XP" but they cannot acknowledge it is a million times slower and still unreliable...slow to the point of being unusable and sometimes leaving systems
    in an unbootable damaged state. Of course they know all this too but can't admit it since it makes their latest OSes look poor. Moving from a very simple and fast update mechanism that worked to a complex one that requires endless “configuring” and repair
    through CheckSUR is a product engineering defect.
    Take a look at servicing-related complaints in Microsoft's own forums:
    1.
    Very slow install of updates to Windows 7
    2.
    Windows 7 - Updates are very slow
    3.
    Windows 7 Ultimate, it takes long time configuring updates
    4.
    "Preparing To Configure Windows. Please Do Not Turn Off Your Computer"
    5.
    Very slow update install at shutdown (Windows 7 Home Premium)
    6.
    Why does my computer run so slow when installing updates?
    7.
    Every time the computer is shut down, it always says installing update do not turn off your computer
    8.
    Computer is working slow and wants to do windows updates all the time
    9.
    Windows 7 Update install time taking a very long time
    10.
    Windows wants to install 6 updates every time I log off or put the computer in sleep mode
    11.
    Problem In Configuring Windows Updates at the time of Startup
    12.
    Computer really slow after latest updates
    13.
    Windows hangs up in "configuring updates"
    14.
    Why can't windows 7 install updates?
    15.
    Every time computer is shut down, receive Installing updates, do not shut off....
    16.
    How long does it take for the Windows 7 Home Premium updates take?
    17.
    Windows 7 "Installing Update 2 of 2" for 12 hours now
    18.
    Updates causes endless reboots
    19.
    Updates stuck installing for over 24 hrs. Computer does not boot
    20.
    Cannot load Windows 7 after installing 2 critical updates
    A proper solution to this problem would be to completely re-engineer and rewrite the servicing mechanism so it operates with the speed, reliability and pain-free operation of the XP servicing mechanism.
    I don't see this situation improving in Windows 8 either. Good luck with your Windows tablet taking hours to install service packs and updates. Now, do iPads take that long to install updates?
    Microsoft understated the real system requirements to keep a Windows 7/Vista system running. System requirements at install time may be 15 GB of free disk space but over time, this number increases to alarming levels as you install more service packs and
    post SP-updates. You can find out the real size of the WinSxS folder using a tool like cttruesize (ctts.exe) (download it from
    http://www.heise.de/software/download/cttruesize/50272 and run ctts -la -a -l C:\Windows to find the correct size minus the hard links which MS says causes Explorer to misreport the WinSxS
    folder size but the fact remains that even with the correctly calculated size of WinSxS, the disk space requirements of Windows 7 to keep it updated are unacceptable, especially for people's SSDs which are running out of disk space!

  • Have CS5 and CS6.  Need to reduce size of file from 6Mb to 2 Mb for contest purposes without losing original

    Have CS5 and CS6.  Need to reduce size of file from 6Mb to 2 Mb for contest purposes without losing original

    Just save the document to a new jpeg file name using a lower quality setting or re-size the image down in  size the save a high quality smaller new jpeg image.

  • How to reduce size or compress PDF files?

    Hi guys,
    Does someone knows if there is a way  to reduce the size of the PDF file with good quality even on Pictures and Scanned documents? I know the option 'export', 'quartz filter' 'reduce size', but the compression is so extrem. Many files can't not been read, the quality is so bad. Is there a additional app, software or extension that let the user play with the compression on pdf files and let it be more personalized like the dopdf V7 available for windows? i am very dissapointed with this. Please help or suggestion. I will appreciate it. Thanks

    I have used the excellent PDF Toolkit app for a while, and its preformed well. Occassionaly it makes the document into a negative image...which Im noyt sure why...
    Mathishk, im trying your online version out, and am impressed and admire the fact that you have done this.
    Well done. 
    A TRICK i use often. Once all hires images are on the designed document - and its coming in at 15-20mb, just change the link to the images so they are 'missing' then make a pdf.
    i.e 'Hi Res images' to HRes images - old'
    The screen resolution of images is still great, but file comes in at fraction of the size.
    You 'trick' the document to use screen images only. So my 18mb file comes in as 5.2mb.
    Just remember to change the images folder name back, so files relink.
    Andy

  • Only the first page is printed reduced as setup. All pages afterward are full size with information cut off. Recent problem. Can print from Safari just fine. How can I get all pages to be reduced size?

    Question
    Printing internet pages
    Reduced print size
    Only the first page is reduced and printed as desired
    All pages after the first page are full size with information cut off
    Recent problem never seen before
    Can print from Safari and other software just fine
    How can I get all pages to be reduced size?

    One suggestion worked from the Firefox prints incorrectly link mentioned above by mha007. I'm thrilled since this has been annoying me for weeks. Thanks mha007!
    Reset all Firefox printer settings
    # Open your profile folder:
    # On the menu bar, click on the Help menu and select Troubleshooting Information. The Troubleshooting Information tab will open.
    # Under the Application Basics section, click on Show in Finder. A window with your profile folder will open.
    # Note: If you are unable to open or use Firefox, follow the instructions in Finding your profile without opening Firefox.
    # On the menu bar, click on the Firefox menu and select Quit Firefox.
    # In your profile folder, copy the prefs.js file to another folder to make a backup of it.
    # Open the original prefs.js file in a text editor (such as TextEdit).
    # Remove all lines in prefs.js that start with print. and save the file.
    # If something goes wrong when you open Firefox, close it again and overwrite prefs.js with the backup you made.

  • Adobe Acrobat XI pro version, Windows 7, running on iMac parallels, converting pdf to a pdf with reduced size is not possible, error: error in converting the file! What to do? Its a bit annoying not to be able to store pdf files in reduced size, any idea?

    Adobe Acrobat XI pro version, Windows 7, running on iMac parallels, converting pdf to a pdf with reduced size is not possible, error: error in converting the file! What to do? Its a bit annoying not to be able to store pdf files in reduced size, any idea?? Thanks, Jörg

    Hi Jorg ,
    Are you trying to reduce the file size with the "Reduced size PDF" in the save as other option.
    Give it a try if you haven't done it prior.
    Open that PDF>File>Save as Other>Reduced size PDF.
    If possible ,please share the snapshot of the error message with us so that we can have a look in order to assist you further.
    Regards
    Sukrit Dhingra

  • Using Save As Reduced Size PDF in Adobe Acrobat X Pro results in a loss of font.

    We have multiple paged PDF documents (mapbooks created with Esri's ArcMap) that we would like to reduce in size.  When we us the Save As Reduced SIze PDF, the PDF is successfully reduced in size and looks good, except for the fact that starting on page 2, the Times New Roman font is lost and we get a sans-serif font instead (looks like arial).  The first page is always fine and not affected.  It's starting with the second page where the font is lost.  Does anyone have an idea of why that might be happening and how we can use the Reduce File Size feature without losing the font starting on the second page?

    Thanks Bill, that worked after some trial and error.  I was still getting the same problem when I just accepted the default settings for PDF Optimizer.  But I got rid of the problem by creating a Custom setting and turning off the optimization for everything except Image.  And for the Image optimization, I just accepted the defaults.  That took care of the changing fonts problem.  Here is a screenshot of the settings I used (just make sure the check boxes circled are turned off, and only the image compression is turned on):

  • 'Font contains bad/Widths' and 'Cannot find/create font' errors when saving pdf as Other Reduced Size PDF

    I am exporting .indd files from within Indesign as pdf files, opening in Acrobat Pro XI. I have no trouble creating the initial pdf file, however, when I go to Save Other > Reduced Size PDF I get error messages. Depending on the file, I receive either the message, "The font (Myriad Pro) contains bad/Widths" replacing the text with dots or "Cannot find or create the font (Helvetica) Some characters may not print or display properly" replacing text with dots or boxes.
    My confusion is that the file is exporting to pdf from Indesign without error, it is only when I try to Save Other> Reduce Size PDF that the error occurs.
    Also, it is only occurring on five out of 120 pages. These same fonts are on other pages and I have no trouble at all with exporting or Reduce Size PDF.
    More frustrating is that I have never had this problem occur in all my previous versions of Acrobat using the same process and typefaces.
    I am reaching deadline on this and cannot find a solution other than to reload Acrobat 9 and ditch this upgrade.
    Any help would be greatly appreciated.

    I, too have experienced this issue. Upon export from INDD CS6, I see the error message "The font 'IXWIPX+SourceHanSansSC-Bold' contains bad \Widths."
    The only items on the single-page InDesign document I'm trying to export are copies of a one-page PDF (which was extracted from a longer PDF, arranged into a cover format). I can provide all files as necessary. The longer document that the one page came from also experienced an error when I tried to print to Adobe PDF. While I still get a PDF of the cover on export, despite the "bad \widths" message, it won't print from certain machines. I get nothing (not even an empty shell file) from the attempt to print the larger document (where the cover elements came from) to PDF.
    I can deal with these issues with a few unorthodox workarounds, but wanted to offer comments or volunteer to help test fixes if possible.
    For the record, I'm really not enjoying Acrobat XI. It doesn't seem to have much by way of new features (at least not that I use), and some of those I used most in version X are gone or less functional. Common fonts like Times New Roman are often not found (even though they are definitely on my system); I have a much harder time editing text through the new interface, and I have a few other small gripes—some that I don't have time to get into, others that wouldn't really matter, except that they weren't a problem until I "upgraded." Just sayin'.
    Thanks for listening.

  • Acrobat XI Pro crashes when saving as a reduced size PDF in version 11.0.07

    Since upgrading to the v 11.0.7 update, Acrobat XI Pro crashes every time I try to "save as" a reduced size PDF.  I have tried several different settings, but still crashes.

    You might try to setup the page size in the Adobe PDF printer and then print to the printer. I assume you are using PDF Maker (create PDF) and that may be the problem. You might also open the preferences in PDF Maker and turn off most of the options - none should be needed for a single page since you would likely not be using transitions, bookmarks, etc.
    Just as a test, you may want to just start with printing ot the Adobe PDF printer, but you will likely get the default paper size with the PPT shrunk to fit.

  • One page displays as negative image when saving PDF to reduced size in Preview

    Imac Intel Mid 2007
    OS X 10.5.8
    Preview v4.2
    I have a multi-page PDF I'm trying to save to a reduced size.
    The document was constructed of separate pages, some of which were created as Photoshop PDFs in Photoshop CS4 and others were saved as PDF's from Word.  After moving over the individual PDF's to the side bar, the document saves fine in Preview at full size. When I use the quartz filter to "Save As"  "Reduced File Size" one page saves as a negative image and the others are all fine.
    One suggestion I saw in a similar thread was that the mode in PS might be CMYK, however it is not and it is RGB.
    Any help as to solving this would be greatly appreciated.

    n.gilbert wrote:
    If I select all pages 'save as' will only save out one page and not all.
    JPEG is single-page.
    If I print and choose 'pdf to jpeg'
    Elaborate, please.
    Is there a way to save to pages out in one go to jpeg where I can adjust the dpi setting?
    Yes. Build an Automator workflow using the PDFs > Render PDF Pages as Images action.
    Once I have the reduced jpegs it's easy enough to reimport into preview and save as a pdf.
    If the desired final output is multi-page PDF, no need to go through all that. You can do the task in Acrobat Pro (PDF Optimizer), or in Preview (Save as > PDF > Quartz Filter). If the current Reduce File Size filter doesn't provide satisfactory quality, use ColorSync Utility to duplicate it (or make a new filter from scratch) and adjust it to fit your needs.

  • Adobe Acrobat X Pro version 10.1.12: Save As, Reduce Size PDF

    I am running Adobe Acrobat X Pro version 10.1.12.  The File > Save As > Reduced Size PDF..." does not work.  The file size barely changes, if it changes at all.  In some cases, the file size is slightly larger after saving using the reduced size PDF option.  In previous versions, the option would drastically reduce the document size.  The documents are all text in black/white with no graphics and usually Times New Roman or Arial type fonts.  Nothing fancy.  Is this a bug in this version?  I have been unsuccessful in finding a fix.  Optimizing does nothing.  Any insight you may provide will be most helpful.  Thank you in advance.

    It's working for me, reducing like Acrobat Pro 9 did (that was my previous version). According to the software, saving to the latest possible version of Acrobat will give the biggest reduction. Good luck.

  • Acrobat 10.1.8 not responding Save as Adobe PDF and reduced size

    OS: Mac 10.7.5
    Acrobat Pro: 10.1.8
    MS Word: 2011, version 14.1.0
    All Software and system up to date.
    Save as Adobe PDF... in Print funciotn will be not respnoding...
    Open a word file, Print -> PDF -> Save as Adobe PDF -> option : "High Quality Print"  and "Adobe Acrobat Pro" -> Continue -> change Name and location -> Save. Then the "Save as Adobe PDF" Automator pop up on Dock, a "Save as Adobe PDF" window will show "Finalizing PDF file..." and not reponding......... have to Force Quit.
    But, if I use "Save as PDF" on Print, it works but will creat a very large PDF file. For example, my DOCX file is only 270KB, the PDF will be 23MB.
    Open the PDF with Acrobat Pro 10.1.8, Save as "Reduced Size PDF..." -> make compatible with "Retain Existing" (tried all in the list) -> change Name; -> Save. Then, Acrobat will be nor responding on "Analyzing document....".
    Please Help!

    adobe4vin wrote:
    OS: Mac 10.7.5
    Acrobat Pro: 10.1.8
    MS Word: 2011, version 14.1.0
    All Software and system up to date.
    Your comment all software is up to date is wrong.
    Unless You using a PowerPC Machine  OSX up to 9.1
    Acrobat X may be at 10.1.8  but the newest available is Acrobat 11.0.4
    And what seriously out of date and may be causing your issues is That Office2011 is up 14.3.9 By using out of date application may cause part of your issues. Note it does take a Long time to process a Large document
    If you can get the PDF to open
    Look for and Choose Optimized PDF or PDF Optimzer
    click fonts if you see any duplicate Fonts
    example two or three copies or more of say Helvetica Bold Italic
    click on all but one of them and move to unembed
    Repeat with all Fonts that have duplicates.
    Then click okay when done.
    This issue can be caused by older versions of software.
    But if downloaded from a PC the number one reason is that unlike Mac in which your old allowed one copy of a Font/Font Family. PC doesn't care how many copies fonts there are on the computer. Whatever app just choose one to use at that moment. So you could have 20 versions of Helvetica bold Italic and the syetem doesn't care.
    I've received PDF from PDF's from PC's and there have been as many as 10 copies of one font.  Once optimized the files size went down.

  • What does 'Save as Reduced size PDF' do compared to 'Save as Optimised PDF'?

    (Acrobat X Pro)
    So, both "Save as > Reduced size PDF" and "Save as > Optimised PDF" allow you to reduce the file size of a PDF. "Optimise" offers a variety of options, "Reduce" just gets on with it.
    What is the difference between what they actually do under the hood? Does "Reduce" essentially run the "Optimise" process with certain default settings? Or is it a wholly different process?
    What effect does "Reduce" have in terms of what elements of the PDF are compressed and removed?
    In my experience, "Reduce" seems to be less prone to crashing, and often does as good a job as "optimise". It preserves things like hyperlinks, which optimise may or may not do depending on settings. I'd like to know more about what is actually happening under the hood so I can better judge which is the best tool under what circumstances.

    Personally, I always recommend using Optimize over Reduce Size.
    There are no settings to choose from in Reduce Size. In Optimize you can choose Audit Space Usage so you can get some idea of where the size is coming from. In Optimize you can save settings so you can use them again.
    I have never had a crash from using Optimize on my Mac computers.

  • Save as Reduced Size PDF and Save as Optimized PDF do not reduce the file size.  What gives?

    Save as Reduced Size PDF and Save as Optimized PDF do not reduce the file size.  What gives?  I used Acrobat 9 to do this for a long time.  I recently received new laptop loaded with with Acrobat 10 and it does not work the same.  I typically scan 8-10 pages of receipts, combine the files in Acrobat, and then optimize to reduce the size so I can upload with my expense report.  Typically, my files were reduced to 200-400 KB.  I have a 2 MB file that will not reduce at all.

    Bernd, thank you for your attempt to help but the option dialog windows do not contain the same options.  There are numerous other posts on this forum about this issue and there is no answer.  Clearly, there is an issue.  I have submitted this issue to our internal help desk.

Maybe you are looking for

  • Simple Delete messages in XI/PI

    We have scheduled these jobs to simple delete and it's working fine. One of the questions arrived that why Moni messages are still there, even though it's not required. Can we delete any trace of messages after 30 days? Is it duable? Please let me kn

  • Is there a way to get the selection order for selectedProperties?

    app.project.activeItem.selectedLayers seems to be ordered by the selection order, but app.project.activeItem.selectedProperties (at least in Shape Layers) seems to be ordered by the stacking order. Is there a way to get the selection order for select

  • My automatic hotspot does not seem to 'broadcast'

    II'm using an iPhone 5s with firmware 8.1 tried full reset etc but the phone does not seem to broadcast my 'automatic hotspot' as a network to be connected to by appropriate devices. if I flick the switch and manually turn on the wifi hotspot then it

  • Set US Subscription as default and World minutes f...

    I am currently subscribed to 400 minutes of calls to the US.  I am also subscribed to Office 365 which gives me 60 minutes of World minutes.  Whenever I make calls to the US(which happens more often than calls outside US), my account consumes the Wor

  • XML - large volume

    This is a beginner question, but I haven't found anything that answers it. Is XML suitable for large volume data exchange? Does it depend on the capcity of the parser used? I am interested in using XML as the format of a fairly complex database extac