Setting Maximum Server memory online

Hi,
   We have found that the maximum server memory set in our SQL Server 2008 R2 production server is the default 21GB where as the physical memory in our server is only 12GB. Hence I am planning to reconfigure it 9GB. My question is that ,can I reset
the max server memory online in the production server with the following command-:
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'max server memory', 9216;
GO
RECONFIGURE;
GO
Could any body advice. Thanking in advance,
Binny

Hi Latheesh,
       I had requested the ideal value to be set for "MINIMUM SERVER MEMORY" whose default is no 0. Should I change it?
Thanks,
Binny.
Sorry, I was talking about MAX SERVER MEMORY. Requested to change MIN SERVER MEMORY? Do you have something else running in the server apart from SQL Server? If its only SQL Server with a single instance, you can leave as default.
Read the below Excerpt from MSDN
Ref: http://technet.microsoft.com/en-us/library/ms178067.aspx
The min
server memory server configuration option can be used to ensure that SQL Server does not release memory below
the configured minimum server memory once that threshold is reached. This configuration option can be set to a specific value based on the size and activity of your SQL Server. If you choose to set this value, set it to some reasonable value
to ensure that the operating system does not request too much memory from SQL Server, which can affect SQL Server performance.

Similar Messages

  • Set maximum server memory by using sql scripts

    Dear all
    How to set maximum server memory by using sql scripts in sql server 2014? Thx a lot
    Best regards,
    Wallace

    You can use
    sys.Sp_Configure to set max server memory
    Here are some recommendation for Max Server memory based on RAM size
    GB
    MB
    Recommended Setting
    Command
    16
    16384
    14745
    EXEC sys.sp_configure 'max server memory (MB)', '14745'; RECONFIGURE;
    32
    32768
    29491
    EXEC sys.sp_configure 'max server memory (MB)', '29491'; RECONFIGURE;
    64
    65536
    58982
    EXEC sys.sp_configure 'max server memory (MB)', '58982'; RECONFIGURE;
    128
    131072
    117964
    EXEC sys.sp_configure 'max server memory (MB)', '117964'; RECONFIGURE;
    256
    262144
    235929
    EXEC sys.sp_configure 'max server memory (MB)', '235929'; RECONFIGURE;
    512
    524288
    471859
    EXEC sys.sp_configure 'max server memory (MB)', '471859'; RECONFIGURE;
    1024
    1048576
    943718
    EXEC sys.sp_configure 'max server memory (MB)', '943718'; RECONFIGURE;
    2048
    2097152
    1887436
    EXEC sys.sp_configure 'max server memory (MB)', '1887436'; RECONFIGURE;
    4096
    4194304
    3774873
    EXEC sys.sp_configure'max server memory (MB)', '3774873'; RECONFIGURE;
    Hope this will help
    Glad to help! Please remember to accept the answer if you found it helpful. It will be useful for future readers having same issue.

  • How to find out how many "maximum server memory" should I configure.

    Hello guys
    I'm asking myself what i should configure in "maximum server memory".
    Default is: 2147483647
    Is there a way to find out whats the best for my Database? 
    Cause I really dont understand the "DBCC MEMORYSTATUS" output :(
    Or is it allways "my server has 32GB of ram, so i configure max server memory to 28GB so the OS has 4GB to use"
    I know its a little bit a stupid question...
    Thanks and regards, Dominic

    This is NOT at all really a stupid question!! A very valid question. But its very difficult to answer your question :)
    There is no strict value for it. But you can come to a close value by understanding what are you running on your machine. But for 32 GB Total Memory, 26-28 would be a good capping and later you can do the adjustment as required.
    BTB, important question Are you facing any external memory pressure on your SQL Server and Whats your SQL Server Version(there are some changes for versions)?
    Links that would help you:
    http://www.sqlservercentral.com/blogs/glennberry/2009/10/29/suggested-max-memory-settings-for-sql-server-2005_2F00_2008/
    http://mssqlwiki.com/sqlwiki/sql-performance/basics-of-sql-server-memory-architecture/
    http://sportstoday.us/technology/sql-server-2012---optimizing-sql-server-memory-configuration---min-and-max-server-memory,-optimize-for-ad-hoc-workloads-.aspx

  • Can new PWA views be created whereby a filter can be set and associate to the view by default? (Project Server 2013 ONLINE)

    My main question is: Can new PWA views be created whereby a filter for that view can be set, and associate to the view by default? (Project Server 2013 ONLINE)? and can I have a filter set to filter on person logged on to...
    In previous versions of Project Server, when CREATING a PWA view, we were able to apply/ define a filter for that view.  Does not seem like it is the case in Project Server 2013 Online.  And if I remember, we could also use the URL Guid_view_id. 
    Please confirm; and / or tell me how-to.
    What I was hoping to do is the following... Given that our standard that we have adopted for reporting time is 'My Timesheets' (fyi, Single Mode Entry=ON), we have some resources who have others who do it on their behalf via 'My Tasks' (ie., accomplished
    by using the 'Assignment Owner' field, accordingly).  Therefore, when entering time on someone else's behalf within 'My Tasks', we like to present the user that is logged in only the tasks that they are are assigned to update on others' behlaf.
    I know that there is another more elegant approach to doing this which may be to use the Delegation feature. But since we are trying to stick to Sharepoint Security mode for now, this is not an option for the time being.
    Any help appreciated would be greatly appreciated.
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    Hi Spiro,
    1- You still can define in Project Online a filter in the view settings, it is located just above the category setting. Here is a screenshot of the summary project center view:
    2- The view GUID is not anymore in the URL, since the URL triggers an action only on the webpart and not on the whole page. I agree this is annoying since it was great to send a URL with a specific view.
    3- Concerning the access to my timesheet versus my task, I'm not sure to get a full understanding but on a general way, it is much more easy to deal with those situation using categories which you cannot do with the SP permission mode.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Can I set 10 GB memory to NTFS read cache like CSV cache, or Stroage Space SSD Tier on Windows Server 2012 R2 ?

    Can I set 10 GB memory to NTFS read cache like CSV cache, or Stroage Space SSD Tier on Windows Server 2012 R2 ?
    I want to use 10 GB memory to NTFS file system read cache for random read speed up.
    CSV Volume have CSV Cache function,
    Windows Server 2012 R2 Storage Space have SSD Tier function.
    Regards,
    Yoshihiro Kawabata

    Hi Yoshihiro,
    There is no build-in system function which support to setup memory as disk cache. I know some third party software support this so you could have a search with related keywords (memory, hard disk cache). 
    If you have any feedback on our support, please send to [email protected]

  • What's the recommended setting for "Process memory usage" ("process virtual" in UI) for a 64-bit host on a 64-bit OS?

    Hi gurus
    In resource based throttling, what's the recommended setting for "Process memory usage" ("process virtual" in the resource based throttling tab of the UI) for a 64-bit host
    on a 64-bit Windows OS?
    According to MS (http://msdn.microsoft.com/en-us/library/ee308808(v=bts.10).aspx):
    "By default, the
    Process memory usage throttling threshold is set to 25. If this value is exceeded and the BizTalk process memory usage is more than 300 MB, a throttling condition may occur. On a 32-bit
    server, you can increase the Process memory usage value to 50. On a 64-bit server, you can increase this value to 100. This allows for more memory consumption by the BizTalk process before throttling
    occurs."
    Does this mean that 100 is the recommended setting for a 64-bit host on a 64-bit Windows?
    Thanks
    Michael Brandt Lassen

    Hi Michael,
    Recommended setting is the default setting which is 25 .dot.
    If your situation is abnormal and you see message delivery throttling state to “4” when the following performance counters are high or if you expect any of you integration
    process could have impact on following counters, then you can consider the suggestion by Microsoft. Don’t change the default setting.
    High process memory
    Process memory usage (MB)
    Process memory usage threshold (MB)
    You can see these counters under “BizTalk:MessageAgent”
    You can gauge these performance counter and its maximum values if have done any regression/performance testing in your test servers. If you have seen these counters having
    high values and causing throttling, then you can update the Process memory usage.
    Or unexpectedly you’re process high throughput messages in production which is causing these counters to go high and cause throttling, then up can update the Process memory
    usage.
    The above two cases where I know my expected process usage (by doing performance testing) or suddenly my production server processing has gone high due to unexpected business
    hike (or any reasons) which caused throttling, then do changes to default throttling setting.
    Just changing the default setting without actual reason could have adverse effect where you end up allocating 
    more processing capacities but the actual message processing message usage ever is low means you end up investing in underutilised resources.
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • What to set maximum simultaneous connection to?

    Hello
    What do I set maximum simultaneous connection to (web server settings)? In Apache manual you can calculate "maxClient" by taking the avaiable free RAM and split that with the memory each httpd process using. In my case that would be: 6000 / 15 = 400 maxClient.
    But in Apples "Web tech admin" pdf they write: "...Browsers often request several parts of a webpage at the same time, and each request creates a connection". Does that really mean that every image need a separate connection – or have I missunderstand anything?
    At the moment I have it set to the default 1024. But, CPU usage is very often in the 90-100% region… So, should I go by Apache's definition or Apples default?
    Best regards, Magnus

    You'll want to look at where the CPU time is going across everything that is going on, and at how much memory is in use; at a more holistic approach toward tuning.  Unless you're getting a substantial load on Apache or unless you're very marginal on available memory, tweaking the maximum processes isn't usually a huge win.
    If you are looking at comparatively large volumes of http traffic and that 90-100% CPU is largely web-related, then you'll want to profile the server using the Safari or other tools, and look at optimizations and at web caching, and potentially at adding web servers.
    And yes, a web browser can have multiple parallel connections into a web server.
    The maximum connections stuff sets up the numbers of Apache http client processes, which is why you're looking at memory with that discussion you've found.
    Something similar to this command will get you the accumulated CPU time and the memory (rss) size for the Apache processes:
    ps -A -o ucomm,rss,time | grep -i httpd
    There are Apache tuning articles around the 'net, but I'd first make sure it's Apache that's soaking up the CPU time and not some other constraint.

  • Why "Target Server Memory" = "Total Server Memory" (Permanently)?

    Hello,
    could you please help me to understand why values of next Performance counters are permanently equal?:
    SQLServer:Memory Manager / Target Server Memory (KB)
    SQLServer:Memory Manager / Total Server Memory (KB)
    22906680 = 22906680
    even after we added 4 GB RAM to this server.
    Technical details: ________________________________
    Microsoft SQL Server: 2008-R2 (SP1) - 10.50.2500.0 (X64), Standard Edition,
      - MIN server memory (MB): 4 096 (run_value)
      - MAX server memory (MB): 2 147 483 647 (run_value)
    Microsoft Windows:  2008-R2 NT 6.1 (Build 7601: Service Pack 1) (Hypervisor), Enterprise Edition,
    HW: Virtual (VMWare),
    CPU: 8 virtual (Intel Xeon X5550),
    RAM: 24 GB.
    This server is:
      - dedicated for Microsoft SQL Server only,
      - member of
    "Microsoft Active Directory".
    __________________________________________________________ If isn't above described anything, the following applies: Technical details: * OS: Windows Server v2008-R2, English, Enterprise Edition, x64, SP1 ** My User-Account is member of 'Administrators'
    local security group. * MS-SQL-Server: v2008-R2, English, Enterprise Edition, x64, SP1 ** My User-Account is member of 'SysAdmin' db-role.

    Hello Shanky_621,
    as I promised - there are
    monitored values. New counters are highlighted by green color. And finally counter "Memory \ Pages/sec" is here ;-) :
    Time interval: 02.04.2015 07:00 - 16:00 (Sample interval = 15 seconds)
    Performance Counter
    Average
    Minimum
    Maximum
    Memory \
    Available MBytes
    1 837.00
    1 510.00
    2 010.00
    Memory \
    Page Faults/sec
    2 730.00
    190.00
    16 922.00
    Memory \
    Pages/sec
    0.53
    0.00
    688.00
    Paging File ()\ % Usage
    1.89
    1.89
    1.89
    Process(sqlservr) \ Page Faults/sec
    1 737.00
    26.00
    4 948.00
    Process(sqlservr) \ Page File MBytes
    22 609.00
    21 401.00
    21 725.00
    Process(sqlservr) \ Working Set (MB)
    21 299.00
    21 153.00
    21 429.00
    SQLServer:Buffer Manager \
    Buffer cache hit ratio:
    99.41
    78.11
    100.00
    SQLServer:Buffer Manager \
    Checkpoint Pages/sec:
    42.00
    0.00
    1 263.00
    SQLServer:Buffer Manager \
    Free List Stalls/sec
    0.00
    0.00
    0.13
    SQLServer:Buffer Manager \
    Free Pages
    2 377.00
    95.00
    50 829.00
    SQLServer:Buffer Manager \
    Lazy Writes/sec
    1.34
    0.00
    138.00
    SQLServer:Buffer Manager \
    Page Life Expectancy (PLE):
    2 331.00
    3.00
    4 294.00
    SQLServer:Buffer Manager \
    Page Reads/sec
    6 435.00
    0.00
    130 462.00
    SQLServer:Memory Manager \
    Memory Grants Pending
    0.00
    0.00
    0.00
    SQLServer:Memory Manager \
    Target Server Memory (KB)
    20 480.00
    20 480.00
    20 480.00
    SQLServer:Memory Manager \
    Total Server memory (KB)
    20 480.00
    20 480.00
    20 480.00
    SQLServer:SQL Statistics \
    Batch Requests/sec
    1 427.00
    63.00
    5 690.00
    System \ Processor Queue Length
    0.177
    0.00
    4.00

  • What is difference between 32 bit and 64 bit sql server memory management

    What is difference between 32 bit and 64 bit sql server memory management
    Thanks
    Shashikala

    This is the basic difference...check if helps:
    A 32-bit CPU running 32-bit software (also known as the x86 platform) is so named because it is based on an architecture that can manipulate values that are up to 32 bits in length. This means that a 32-bit memory pointer can store a value between 0 and
    4,294,967,295 to reference a memory address. This equates to a maximum addressable space of 4GB on 32-bit platforms
    On the other hand 64-bit limit of 18,446,744,073,709,551,616, this number is so large that in memory/storage terminology it equates to 16 exabytes. You don’t come across that term very often, so to help understand the scale, here is the value converted to
    more commonly used measurements: 16 exabytes = 16,777,216 petabytes (16 million PB)➤ 17,179,869,184 terabytes (17 billion TB)➤ 17,592,186,044,416 gigabytes (17 trillion GB)➤
    As you can see, it is significantly larger than the 4GB virtual address space usable in 32-bit systems; it’s so large in fact that any hardware capable of using it all is sadly restricted to the realm of science fiction. Because of this, processor manufacturers
    decided to only implement a 44-bit address bus, which provides a virtual address space on 64-bit systems of 16TB. This was regarded as being more than enough address space for the foreseeable future and logically it’s split into an 8TB range for user mode
    and 8TB for kernel mode. Each 64-bit process running on an x64 platform will be able to address up to 8TB of VAS.
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • I have a MacBook Pro and I need to be able to access Internet Explorer in order to login to my work server (Microsoft server) and Online Business Banking system. How do I do it if Internet Explorer is not supported on Macs?

    I have a MacBook Pro and I need to be able to access Internet Explorer in order to login to my remote work server (Microsoft server) and Online Business Banking system (Bank of America Cash Pro). How do I do it if Internet Explorer is not supported on Macs?  Is there another option? Please help. 
    I also feel like such a moron as I am really new to Apple computers and don't even know what operating system I am using.  The below is what I have. Sorry to all that are well beyond me in the Mac world.  Have been a windows user for my whole life and haven't quite figured out where to find everything I need on my new laptop yet.  Thanks!
    With the following configuration:
    PROCESSOR     065-0154     2.7GHz Dual-core Intel Core i7
    MEMORY     065-0156     8GB 1333MHz DDR3 SDRAM - 2x4GB
    HARD DRIVE     065-0159     750GB Serial ATA Drive @ 5400
    OPTICAL DRIVE     065-0161     8x Double-Layer SuperDrive
    DVI Adapter     065-0162     None
    VGA Adapter     065-0164     None
    REMOTE     065-0166     None
    Apple Software - iWork     065-7672     No iWork preinstalled
    Apple Software - Final Cut Exp     065-7682     Final Cut Express preinstalled
    Apple Software - Aperture     065-0338     Aperture preinstalled
    Apple Software - Logic Express     065-7675     No Logic Express Preinstalled
    Apple Software - Filemaker     065-8307     No FileMaker Preinstalled
    Apple Software - MS Office     065-0278     MSO-HOME & BUSINESS EDITION
    KEYBOARD AND DOCUMENTATION     065-0172     Keyboard/Users Guide
    COUNTRY KIT     065-0175     Country Kit

    If you are New to Mac... you may also find these links of Value
    Mac 101
    http://www.apple.com/support/mac101/
    http://www.apple.com/support/switch101/     Switching from PC
    MBP Support
    http://www.apple.com/support/macbookpro
    Cheers,

  • IView Deployment - how to set maximum file size?

    Hello,
    we have a problem while deploying iViews and uploading files to enterprise portal . The maximum upload file size seems to be limited to 1 MB. I have to deploy an iView greater than 1 MB. While deploying with netweaver developer studio I get following error message
    in logfile of developer studio:
    [19.10.04 / 13:33] #ERROR LEVEL#
    com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.IOException: Error writing to server
    The direct upload of *.par with EP Component Manager also does not work. After clicking upload-button I get a standard http error page "aktion abgebrochen".
    Also on upload of any other document, for example personal documents which are bigger than 1 MB, I get this error.
    If I reduce file size of portal archiv lower than 1MB I can deploy and upload the iView.
    How canI set maximum upload file size in Enterprise Portal?
    Our Version: 6.0.2.4.7.Enterprise_Portal_Service_Pack_2
    Thanks for helping me,
    Nicole

    You need to use a precision argument:
    String foo = "a long name to print";
    System.out.printf("foo say: %.8s", foo); // 8 maxhttp://java.sun.com/j2se/1.5.0/docs/api/java/util/Formatter.html#syntax

  • Workflow in Project server 2013 online not going particular stage after Approval

    Hi All,
    i have created workflow using sharepoint designer 2013 for project server 2013 online. and i have also set the approver after the first stage. when i create a project using this workflow, project is created successfully and the approval task also go for
    a approval to specific user. and i have set the property that after approval it has to go on specific stage. but the problem is when user approve the task it shows approved but my stage in workflow is remain same. it is not going to any stage. 
    i don't know why this type of problem is occur. 
    FYI, i have created same workflow for Project server 2013 on premise(Which is installed in my server) and
    it is working fine but when i want to deploy this workflow in
    project server 2013 online its giving error.
    so please help me to solve this type of issue.
    Thanks

    I am also experiencing issues with this.  After the approval task is completed, the Workflow gets cancelled with the following message
    RequestorId: 60d96368-4cb4-b059-8086-604972a92e60. Details: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context)
    at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
    bookmarkManager, Location resultLocation)
    All other desired workflow actions work as expected.  Emails are sent, project is moved from stage to stage, however as soon as the workflow approval task is completed, either Approved or Rejected, the Internal Status is changed to Canceled and the
    workflow fails.
    What is interesting is when the Approval task is completed, the approver will receive an email notification that the task was CANCELLED or DELETED....
    not COMPLETED, which is what would be expected.
    Has anyone seen this - any potential resolution?

  • Need to create a TASKS page with a filter default in PWA Project Server 2013 (Online)

    Never done this so, I am wondering How to go about or what I would need to create a simple PWA page like "Tasks" in Project Server 2013 online where it default to a filter that is set to not equal to the user that is logged on?
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    Hi Spiro,
    The "my tasks" page or "my timesheet" are automatically filtered on the user currently connected. Unless you are using workarounds such as status manager or delegation, I see no way to bypass this.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How do I set-up my memory amount for max speed for FCP and Motion

    Hey all, I have a Dual 2.3 G5 with (8 Gigs) Ram. I'm working with a new client. I want to set up my memory or whatever else to provide MAXIMUM processing power for FCP and MOTION. Does anyone have any recommended settings. I've maxed-our RAM. My card is (ATI Radeon 9600-128MB of VRAM)
    Is there a setting in FCP that allows more processing power to be applied to that application ?
    Appreciate any replies

    Most of FCP's speed in performing functions is directly related to processor speed. The only way to increase performance would be to use a Mac with faster processors. Performance is also related to data throughput, so if you're working with high data rate video formats, a fast RAID and/or SATA (or eSATA) media storage solution would help.
    The exception to FCP performance is when rendering/processing FX Plugs; they are dependent on the power of the graphics card.
    Motion is mostly dependent on the power of the graphics card.
    There is no way that I'm aware of that you can speed up RAM. Having the extra RAM will just mean that you can successfully work with more applications open at the same time.
    -DH

  • SQL Server Memory Usage Peaks to 95% and its not releasing SQL 2012

    We are currently running SQL 2012  64 bit, Lock Pages Enabled, 128 GB. We allocated Max Memory 112000, Min Memory to 0. We have a SQL Maintenace Job which backs up (Full Backup) of our server around 11PM at that time the SQL Server memory peaks to almost
    96% even during full business hours we are constantly in the range of 56 to 60% but after 11PM within 10 minutes of the job it peaks to 95 or 96 Percentage and even after the job completes it's not releasing the memory back. I have to manually shut the sql
    service and then restart at that time it comes back to normal.
    Any suggestions/any help really appreciated.

    Here are the details Memory is at 96% I still didn't restart...Please any help appreciated...The memory detals is for 24 hours  I restarted the service around 11AM before I posted my previous message..
    Memory Used by SqLServer: 119329
    Locked Pages Used SQLServer : 105969
    Total VAS in MB : 8388607
    Process Physical Memory Low : 0
    Process Virtual Memory Low : 0
    Max Memory set to :112000
    Out of 128 Memory Last 24 hours the memory usage in %
    Percent Memory Used - Total Memory is 128.0 GB
    Last 24 Hours
    DATE / TIME
    Memory Used
    19-Dec-14
    11:46 PM
    96.24659602
    20-Dec-14
    12:46 AM
    96.24578349
    20-Dec-14
    1:46 AM
    96.25146739
    20-Dec-14
    2:46 AM
    96.24345652
    20-Dec-14
    3:46 AM
    96.27311834
    20-Dec-14
    4:46 AM
    96.28947067
    20-Dec-14
    5:46 AM
    96.18931325
    20-Dec-14
    6:46 AM
    96.09323502
    20-Dec-14
    7:46 AM
    96.07915497
    20-Dec-14
    8:46 AM
    96.07906977
    20-Dec-14
    9:46 AM
    96.0784111
    20-Dec-14
    10:46 AM
    96.07415009
    20-Dec-14
    11:46 AM
    26.03422141
    20-Dec-14
    12:46 PM
    33.57474359
    20-Dec-14
    1:46 PM
    39.466561
    20-Dec-14
    2:46 PM
    41.85940742
    20-Dec-14
    3:46 PM
    43.89071274
    20-Dec-14
    4:46 PM
    45.80877368
    20-Dec-14
    5:46 PM
    46.49493281
    20-Dec-14
    6:46 PM
    46.68486468
    20-Dec-14
    7:46 PM
    46.69701958
    20-Dec-14
    8:46 PM
    46.69994736
    20-Dec-14
    9:46 PM
    57.5012455
    20-Dec-14
    10:46 PM
    96.25695419
    I verified its a sqL job and still my memory is 95%
    It peaeked at 10:46PM and here are the details of the SQL job which started at 10:30 
    Progress: 2014-12-20 22:30:04.39 
          Source: Check Database Integrity Task      Executing query "USE [DATASTORE]  ".: 50% complete  End Progress  Progress: 2014-12-20 22:43:06.10 
          Source: Check Database Integrity Task      Executing query "DBCC CHECKDB(N'DATASTORE')  WITH NO_INFOMSGS  ".: 100% complete  End Progress
        Progress: 2014-12-20 22:43:06.11     Source: Check Database Integrity Task      Executing query "USE [ETL_Proc]  ".: 50% complete 
     End Progress  Progress: 2014-12-20 22:46:52.56     Source: Check Database Integrity Task      Executing query "DBCC CHECKDB(N'ETL_Proc') 
      WITH NO_INFOMSGS  ".: 100% complete  End Progress  Progress: 2014-12-20 22:46:52.64     Source: Back Up Database Task
            Executing query "EXECUTE master.dbo.xp_create_subdir N'P:\SQL_Backu...".: 20% complete  End Progress  
    Progress: 2014-12-20 22:46:52.64     Source: Back Up Database Task      Executing query "EXECUTE master.dbo.xp_create_subdir N'P:\SQL_Backu...".
    : 40% complete  End Progress  Progress: 2014-12-20 22:46:52.64   
      Source: Back Up Database Task      Executing query "EXECUTE master.dbo.xp_create_subdir N'P:\SQL_Backu...".: 60% complete 
       End Progress  Progress: 2014-12-20 22:46:52.64     Source: Back Up Database Task    
     Executing query "EXECUTE master.dbo.xp_create_subdir N'P:\SQL_Backu...".: 80% complete  End Progress  
     Progress: 2014-12-20 22:46:52.64     Source: Back Up Database Task      
     Executing query "EXECUTE master.dbo.xp_create_subdir N'P:\SQL_Backu...".: 100% complete  End Progress 
      Progress: 2014-12-20 22:46:55.63     Source: Back Up Database Task    
        Executing query "BACKUP DATABASE [ReportServer] TO  DISK = N'P:\SQL...".: 100% complete  
    End Progress  Progress: 2014-12-20 22:46:56.55     Source: Back Up Database Task    
      Executing query "BACKUP DATABASE [ReportServerTempDB] TO  DISK = N'...".: 100% complete  End Progress  Progress: 2014-12-20 22:46:57.35  
         Source: Back Up Database Task      Executing query "BACKUP DATABASE [dbamaint] TO  DISK = N'P:\SQL_Bac...".: 100% complete  End Progress 
      Progress: 2014-12-20 22:51:13.08     Source: Back Up Database Task   
         Executing query "BACKUP DATABASE [DATASTORE] TO  DISK = N'P:\SQL_Ba...".: 100% complete  End Progress
       Progress: 2014-12-20 22:51:52.72     Source: Back Up Database Task     
    Executing query "BACKUP DATABASE [ETL_Proc] TO  DISK = N'P:\SQL_Bac...".: 100% complete  End Progress  Progress: 2014-12-20 22:51:54.87 
        Source: Rebuild Index Task      Executing query "USE [ReportServer]  ".: 0% complete  End Progress  Progress:
     2014-12-20 22:51:54.88     Source: Rebuild Index Task      Executing query "ALT...  The package executed successf...  The step succeeded.

Maybe you are looking for

  • Notifications not working at times- is there a ...

    OSX 10.10.2 with  Version 7.2 (412) Bounce Nofiications  do not work for new messages at times ---- This means  that the   skype icon  is not  bouncing when I come back to  mac. Does it have a time out period ? 1. when   I  tested  it,  going to anot

  • Dequeue messages one at a time

    We have a scenario where we have to send messages to a server(on a TCP/IP port). However since we are expecting huge volumes and the server cannot handle such huge volumes, we are dumping all the messages into an AQ. We want to dequeue these messages

  • How do i get my video to work in slow motion or sped up?

    I'm trying to use iMovie on my iPad to play/post movies online (i.e. FB, YouTube). So how do I speed up my videos or slow them down (editing) prior to posting? I've researched with iMovie for said information but have been unsuccessful in finding any

  • Unable to init TinyMCE in Adobe Air 1.0.1

    Hi guys, was wondering how to init TinyMCE in Adobe Air 1.0.1 basically i've coded a sample of TinyMCE 3.06 in a html file. is a fully client script running perfectly in IE and firefox however, after i compile under adobe runtime adl, it fails to ini

  • Property filtering for KM folders

    Hi, In my scenario, I'm creating XML forms (say news). I have custom properties (say user's full name - I haven't found any default attiribute for full name of the user(is there any ?) so I've created one) in each form which is filled by the users du