Existing Replica MDF file size is increased in size than the New replica install

Please I need help here.I really really appreciate your help.
Here are my scenarios:
We have an application with replicated environment setup on sql server 2012 . Users will have a replica on their machines and they will replicate to the master database. It has 3 subscriptions subscribed to
the publications on the master db.
1) We set up a replica(which uses sql server 2012) on a machine with no sql server on it. After the initial synchronization(used replmerge tool) the mdf file has grown to 33gigs and ldf has grown to 41 gigs.
I went to sql server management studion . Right click and checked the properties of the local database. over all size is around 84 gb with little empty free space available.
2) We set up a replica(which uses sql server 2012) on a machine with sql server 2008 on it. After the initial synchronization(used replmerge tool) the mdf file has grown to 49 gigs and ldf has grown to 41 gigs.
I went to sql server management studio , Right click and checked the properties of the local database. over all size is around 90 gb with 16 gb free space available.
3) We set up a replica(which uses sql server 2012) on a machine with sql server 2012 on it. We have dropped the local database and recreated the local db and did the initial synchronization using replmerge tool.
The mdf file has grown to 49 gigs and ldf has grown to 41 gigs. I went to sql server management studio , Right click and checked the properties of the local database. over all size is around 90 gb with 16 gb free space available.
Why it is allocating the space differently? This is effecting our initiall replica set up times. Any input will be greatly appreciated.
Thanks,
Asha.

https://technet.microsoft.com/en-us/library/ms151791(v=sql.110).aspx

Similar Messages

  • Why do copied files show different file sizes than the original files?

    When I copy files (to another drive, folder, etc.) some show the same file size as the original, but others don't.
    I'm guessing this is not abnormal, but what causes it?
    Thanks.

    Hi dymar,
    Copying to another Drive is understandable, they may have a differentnumber of Blocks allocated per file, for insnce a one Byte file might take up 512 bytes, 1024 Bytes, etc, but a Get info should show the actual size of the file within that/those blocks.
    If copying to another Format, like MS-DOS, Forks may be lost also.
    There are ways to actually Compare the files...
    http://www.hutsby.net/2008/01/apple-mac-osx-compare-files-and-folders.html
    http://www.deltopia.com/compare-merge-sync/macosx/
    http://www.macworld.com/article/49584/2006/03/cmpfldr.html
    http://www.araxis.com/merge_mac/index.html
    Or the most expensive one & my favorite, but far more useful, Tri-Backup...
    http://www.tri-edre.com/english/tribackup.html

  • What is the actual file size for the iphone 4s update - 55.5 mb's or 832 mb's

    Can someone tell me the actual file size of the new update for the iphone 4s On my iphone it is telling me it is 55.5 mbs but when I try to download the file thru i tunes it twlls me it is 830 odd mb's.
    Thanks, michael.

    I suspect if you update wirelessly you are just downloading a "delta" updater whereas downloading through iTunes you are downloading the entire replacement firmware. Wirelessly updating does not take nearly as long for the download nor does it require completely erasing then restoring the device.

  • Imported video files are 7-8 times larger than the original!!!

    I really like iMovie but the thing is iMovie imports my video files (taken in my AVCHD Sony Handycam HDR-CX11E) with an approximatly 7 times larger file size than the original file size of the movie. And still I have chosen the option "Large - 960 x 540". I really don't know if there is any solution to this "problem". I would be thankful for anyone who could give me a solution.
    Regards

    The best way to find out is to try it. Take a small but representative sample, do some edits, export as H264, then reimport, do some edits, export again.
    I expect some degradation, but here mostly the problem may be the quality (or lack thereof) of the analog originals.
    Also, let me clarify: QT movie per se means nothing in terms of quality or compression. The QT is a container format. Inside it can be a high quality, high bitrate ProRes 4444 or a highly compressed H264, or a number of other things.
    In FCP X, when you export a Master File, you get to decide in the settings which codec to use (e.g. Prores vs H264), but the output file will still be a QT file.

  • Air 3.9 for iOS - Increased file size of the executable?

    Hi,
    I've just exported a new release of my app with the new Air 3.9 SDK.
    I've discovered that the file size of the .ipa is increased of 9MB (before it was 30, now it's 39...)
    Looking into the Payload, I've found that the exutable itself is increased from 7 MB to 30 MB...
    Is that possibile? Or am I doing something wrong?
    I'm on FLEX SDK,
    This is the adt command line (part of it):
    adt
        -package
        -target
        ipa-app-store
        -hideAneLibSymbols
        yes
        -storetype
        pkcs12
    This is the compiler arguments:
    -target-player=11.9
    +configname=airmobile
    -library-path+="{flexSDK}/frameworks/locale/en_US"
    -default-size=550,400
    -locale=en_US,fr_FR,it_IT -source-path=locale/{locale}
    -swf-version=22 -allow-source-path-overlap=true
    -optimize=true
    Thanks
    Andrea

    I would like to add that, packaging in -XVerbose mode, I found that some frameworks have been added to the package like MapKit. I'm using some ANEs, but none of them uses a MapKit framework.
    Anyone know which are the frameworks actually being embedded inside the iOS packaging?
    Thanks
    A.

  • What is impact to MDF file size if change database to simple recovery mode

    Hi,
    Currently I have a Database with 27GB MDF and 80GB LDF.
    If I change from Full recovery to Simple recovery mode, would LDF information be transfered to MDF file and make
    MDF file size exceed 100GB?

    Hi
    May I know how to perform point in time recovery? Currently the only backup we perform every 4 hours is the server OS snapshot.
    Example :
    1. Now is 6pm and some error transaction occurred.
    2. We can perform 3pm server OS snapshot recovery on the mdf file. ( We would lost 3 hours data in this case )
    3. Could we apply the ldf transaction log after OS snapshot recovery and roll it forward till 5:50pm?
    You would be able to perform point in time recovery if you have
    1. Database configured in full recovery mode
    2. You were taking transaction log backups.(of course with full backup or may be differential)
    In your scenario applying snapshot wont help you.What you have to do it you should have full backup in place .If you had full backup ,like full backup at 3 PM then you would have restored it with no recovery.After that suppose you took tansaction log backups
    every on hour then restore 1 PM ,2 PM and 3 PM log backup all in nore covery.
    Now i should have mentioned first but before restoring full backup you can also take tail log backup read this article
    http://technet.microsoft.com/en-us/library/ms179314.aspx
    So now after full and all log backups are applied with no recobery apply tail log backup with recovery and its quite possible that you might not have a data loss or in some scenario very small data loss( not 3 hrs as you would have with snapshot)
    hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • How do I show file size in the Finder icon view for images?

    How can I add the file size to the icon view "File Info" for images?
    I know how to get it to display the image size under View Options. In this mode it shows pixel dimensions for some images (not for svg or pdfs tho) and file size for some non-images (rar, zip, but not txt or plain text files).
    Is there some plist I can modify?

    Just found the answer in a post with this subject: 
    How Do I Change the Mailbox Font Size in the Sidebar?

  • Hi - for any photo, info in mountain lion shows a different file size than Photoshop does. I've tested with CS3 and CS6 and get the same problem. Doesn't happen with CS3 and OSX10.4 or any previous versions of Photoshop and OSX. Anyone know why?

    Hi - for any photo, info in mountain lion shows a different file size than Photoshop does. I've tested with both CS3 and CS6 on 10.8.2 and get the same problem. This doesn't happen with CS3 and OSX10.4 or any previous versions of Photoshop and OSX. Anyone know why?

    this one is actually a really rare symptom of a flaky connection to the ipod on a Windows PC. there's more going on in terms of hardware on nanos and 5th gens than in the earlier models ... so if the connection is flaky to precisely the right/wrong degree, itunes will see the ipod, but misidentify it as an earlier version of ipod.
    tracking down the cause of the flakiness can be tricky ... as you already know ...
    just checking. have you tried connecting with a different (known-good) USB cable? does that seem to have any impact on the rate of occurence of the problem?

  • Reader Error:  There was an error opening this document.  The file size exceeds the limit allowed...

    The full error is:  There was an error opening this document.  The file size exceeds the limit allowed and cannot be saved.
    I didn't think Reader had a size limit?  The file is only a couple of hundred MB.
    Does anyone have an idea what could be causing this error?
    -Richard.

    Is that an online document, or a local one?
    If online, see http://answers.microsoft.com/en-us/windows/forum/windows_xp-hardware/error-0x800700df-the- file-size-exceeds-the-limit/d208bba6-920c-4639-bd45-f345f462934f

  • Why does my MacBook Pro OS X show a different file size than previous models, of the same folder?

    I'm copying a folder from the server to burn to disc from my MacBook Pro OS X 10.6.8, then tried to burn it to disc using Toast Titanium.
    It gave an error saying it's too big: 4.7 GB, then when we checked from a previous model MacBook Pro OS X 10.5.8 and it was 4.3 GB.
    How is this possible?

    Apple changed the way file sizes are reported between Leopard and Snow Leopard. Leopard saw 1024 bytes as a kilobyte, 1024 KB as a megabyte, and 1024 MB as a gigabyte: the traditional binary-numeral nomenclature used for decades in the computer industry. But consumers didn't understand that, and always wondered why a hard drive with, say, 250,000,000,000 bytes of storage space on it was reported to contain 232 GB instead of 250. So to cater to a dumbed-down public, in Snow Leopard and Lion, 1000 bytes is a KB, 1000 KB is a MB, and 1000 MB is a GB: decimal nomenclature. Consequently, SL and Lion report larger file sizes than older versions of OS X for the same files and folders.

  • What is the file size of the OS X Mavericks 10.9.4 update?

    What is the file size of the OS X Mavericks 10.9.4 update? I have a limited 4G connection, so this information would be useful BEFORE downloading, as it could put me over my limit and incur additional cost.

    The Delta version is 283 MB: OS X Mavericks 10.9.4 Update
    The Combo is 958 MB: OS X Mavericks 10.9.4 Update (Combo)

  • Those that have successfully downloaded mac lion please write the md5, sha1, exact file size and the version number, please.

    those that have successfully downloaded mac lion please write the md5, sha1, exact file size and the version number, please.

    This is how, for instance, on a flsh drive:
    http://lifehacker.com/5823096/how-to-burn-your-own-lion-install-dvd-or-flash-dri ve

  • Acrobat Mac optimizes to bigger file sizes than on Win?

    Hello,
    I thought I am reasonably savvy when it comes to using Acrobat's PDF optimizer. But recently people have begun telling me that Acrobat Mac seemingly generally produces bigger files than the Windows version. That seems quite unbelievable to me but some preliminary tests do seem to indicate that Mac file sizes are quite a bit bigger than those produced on Windows.
    Has anyone heard of this yet or had any personal experience?

    So I tried generating the same PDFs on two other computers that have Acrobat 9 Pro.  Results were reproduced.  The verdict is:
    - complex PDF files (that is, containing cross-references, tables of contents, and bookmarks) generated by Acrobat 9.x Pro are roughly 2-5x larger than the identical file generated with Acrobat 8.x Pro.
    - different PDF conversion settings make a negligable difference (less than 10% rather than 70-80%).
    - using the "Reduce File Size" or "Optimize PDF" option cuts the file size roughly in half, almost always resulting in a "image downsampling mask" warning message, which requires acknowledgement (that is a problem for batch processing or automation).
    - adding an Acrobat watermark to the file cuts the file size roughly in half.
    - just using Save As to another filename has no effect on file size.
    - generating the PDF in Acrobat 9 with links but no PDF bookmarks still results in the inflated file size.
    - generating the PDF in Acrobat 9 without any links or bookmarks results in approximately the same file size as the Acrobat 8 PDF with full links and bookmarks.
    It appears that Acrobat 9's manner of adding links is what's bloating  the files, and in my case it's probably not related to images or image resolution/print quality.  It's a shame, because Acrobat 9 seems to have made some  improvements to the Review Tracker interface, and a few other bells and  whistles which I haven't really gotten around to exporing yet.  But  unless I find a way to keep my links and the PDF file sizes comparable to what I was  getting with Acrobat 8 Pro, it looks like I'm going to stay with Acrobat 8.

  • My PC computer was wiped (virus) including itunes. How do I transfer the many playlists and music to the new re-installed itunes?? Ipod is synced to old itunes. I have all original music files on external hard drive. Please help?

    My PC computer was wiped (virus) including itunes. How do I transfer the many playlists and music on my ipod to the new re-installed itunes?? Ipod is synced to old itunes. I have all original music files on external hard drive. Please help?
    New itunes is trying to wipe the ipod. But have many many playlists (many hours making) which I want to save. Any help would be appreciated.

    If you want to just extract the playlists from your iPod, plug it in iTunes.  When it appears under devices, right->click on it and choose Export Playlists.  Save them to a location such as your desktop and them import them into your library once you have copied and imported all of your music back into it.
    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • The green forward and back arrows under File and Edit disappeared after I downloaded the new Firefox Toolbar. How do get them back?

    The green arrows for page forward or back at the top left under File and Edit disappeared after I downloaded the new Firefox toolbar (for 3.6) and were replaced by Most Visited, Getting Started and Latest headlines Icons, which I have little use for. How do I get the Original Toolbar back?

    Is the Navigation Toolbar not being displayed? See below.
    <u>'''Can't see the Menu Bar'''</u> (File, Edit, View, History, Bookmarks, Tools, Help)?
    Turning the Menu Bar on and off is a new feature in version 3.6.
    ''(~~red:Linux & OSX see~~: [[Menu bar is missing]] )''
    <u>''Windows'' Method 1.</u> '''''Hold down''''' the key and press the following letters in this exact order: V T M then release the key
    <u>''Windows'' Method 2.</u> Tap the F10 key, while the Menu bar is visible, choose "View > Toolbars", click "Menu Bar" so that a check mark is placed next to Menu Bar
    <u>''Windows'' Method 3.</u> Tap and release the key. The Menu Bar will be displayed; then choose ~~red:V~~iew > ~~red:T~~oolbars and click on ~~red:M~~enu Bar so that a check mark is placed next to Menu Bar
    The Menu Bar should now be displayed permanently, unless you turn it off again using View > Toolbars. Check mark = displayed, NO check mark = not displayed.
    See:
    http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    http://kb.mozillazine.org/Toolbar_customization#Restoring_missing_menu_or_other_toolbars
    <u>'''Navigation Toolbar, Bookmarks Toolbar and other Toolbars'''</u> under View > Toolbars. Clicking on one of them will place a check mark (display) or remove the check mark (not displayed).
    <u>'''To display the Status Bar'''</u>, View, then click Status bar to place a check mark (display) or remove the check mark (not displayed).
    <u>'''Full Screen mode'''</u>
    http://kb.mozillazine.org/Netbooks#Full_screen
    Also see:
    ''' [[Back and forward or other toolbar buttons are missing]]'''
    '''[[Navigation Toolbar items]]'''
    '''[http://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar How to customize the toolbar]'''

Maybe you are looking for

  • Printing Issues With HP Color Laserjet CP5520

    In my office HP Color Laserjet CP5520 is installed. It is attached with network. Some of the user cannot send a print and some user can send print. IP is fixed for printer. Can anyone help me.

  • Images not printing properly in InDesignCS4

    I posted this in the color management forum but realize this may be a better place. Apologies for double-posting... I have made the switch from Apple Pages to InDesign (CS4) and am having poor print results. The same document, with the same image sou

  • Database Data Security: both from within (using MIMEbase64 encoding) and from without (using encryption).

    In my MDB file databases (Jet 4.x format) I turn on both compression and encryption.  This gives me data security from without, meaning, I can't open a MDB file in a Word Processing software (or otherwise) and read the data in a humanly recognized fo

  • Flash h.264 PS3

    Hi There We have encoded some video using the Digital Rapids Nero H.264 codec. In our Flash player in a browser it plays fine. In the Flash player on the PS3 the video is black but the audio plays. This is both from a FMS server and just off an http

  • Error in Tuxedo process start - SAVEEVENTDATA

    My client has following environment- Solaris 5.10, Tuxedo 6.5, Oracle 8i. The client is upgrading to Oracle 11g RAC keeping same version of SOlaris and Tuxedo. In the new environment, while doing "tmboot -y", the tuxedp process SAVEEVENTDATA is givin