Back up in database

hi expert,
what is sccs? How  to provide  Differenent type  back up in database?
thanx

hi subodha,
what is sql replication --
Replication is the process of sharing data between databases in different locations. Using replication, you create copies of the Database and share the copy with different users so that they can make changes to their local copy of the database and later synchronize the changes to the source database.
u can refer the link for more data
http://www.cryer.co.uk/brian/sqlserver/howtoreplication.htm
let me know the u need any further data
bvr

Similar Messages

  • Uploading CSV File into Web Dynpro Java Table and Write back to a Database

    Hi Gurus!
    I would like to upload a csv file and read the content into an UI table element.
    Then, I need to write the uploaded file back to a database. I'm using NetWeaver 2004s.
    could you please provide advice for both, uploading and wirting to databse (e.g. maxDB or oracle), since I'm quite new in WDJ.
    thanks in advance.
    farid
    ps. helpfull answers will be rewarded with points!

    Hi ,
    have look at this blog
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6603. [original link is broken] [original link is broken] [original link is broken]
    Have a look at this links.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00062266-3aa9-2910-d485-f1088c3a4d71.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0d9336b-b4cf-2910-bdbf-b00d89bd2929.
    Re: Popup Internal Window - data type IWDWindow not available
    Regards,
    krishna.

  • What is command to bring back the standby database to primary database?

    what is command to bring back the standby database to primary database?
    Please reply soon....

    Mariappan wrote:
    no i am not using dgbroker...Please don't make me drag everything out of you. If you only answer one question at a time, this is going to take much longer and I'm going to find better things to do with my time.
    One more time: Have you read the documentation - http://download.oracle.com/docs/cd/B10501_01/server.920/a96653/role_management.htm#1033701

  • Writing back to a database using adobe flex

    According to the demo on
    [http://www.businessobjects.com/global/flash/product/catalog/crystalreports/demo_operational_reporting/operationalreporting_viewlet_swf.html|http://www.businessobjects.com/global/flash/product/catalog/crystalreports/demo_operational_reporting/operationalreporting_viewlet_swf.html]
    it is possible to write back to a database.
    I have however some questions regarding this functionality:
    1. Can it write back to any given database and table?
    2. In the example there is a list of countries with figures. Is it possible to overwrite these figures for each country (visually on the report) and write that back to another table?
    3. If the values canu2019t be overwritten as in question 2, could there be a field inserted next to each row in the sample and can this be written to some table?
    4. If either question 2 or 3 is answered positively, are changes saved all at once or does the user need to hit a save button for every row?
    5. And if the user wishes to have a save button for every row would this be possible?
    Many thanks
    Jeroen

    Hi Beltamn
    I hope this post will help you. Try the resolution with xtreme sample database first.
    Here it is:
    I have used SQL Server database.
    Below is the code to create the table:
    Create table CountryWiseSum
    Country    varchar(20),
    Summary    number(20)       
    Below is the code to create the procedure:
    Create procedure InsertCountryWiseSum
    @Country    varchar(20),
    @Summary    number(20)
    as
    Begin
    insert into CountryWiseSum
    values(@Country,@Summary)
    Select 1
    End
    Now create a report grouped by countries based on the Extreme sample database.
    In this report create a formula as follows:
    numbervar x:=0;
    x := tonumber(x + sum({Customer.Last Year's Sales},{Customer.Country}));
    Name the formula as "GroupSummary" and place it in the group header section of the main report. The formula is used to calculate the Countrywise sum of the Last Year's Sales.
    Now create a SubReport in the group footer as follows:
    1. Use native or oledb connection to connect to SQL Server. Because this solution was tested with oledb connection.
    2. Locate the database name where you have created the table and procedure mentioned above.
    3. find the procedure name and add it to the "Selected tables" window.
    4. The Selected tables' list should have a entry like this:
    InsertCountryWiseSum;1
    5. Click OK. Now drag the "Expr1000" field from the field explorer to the details section.
    6. This action creates two parameters as @Country and @Summary.
    7. Go back to the main report and link this subreport's @Country parameter to the Country field in main report and the @Summary parameter to the "GroupSummary" formula field in the main report.
    8. Thats it! Refresh the report and the records would be inserted in the database. To ensure all records are inserted in the database, go to the last page of the report.
    9. To check with the database,if the records are inserted or not, try the following steps:
        a. Open the SQL Server's Query Analyser tool, log in and choose the database where we had created our 
            "CountryWiseSum" table.
        b. Use following statement to check the records:
            Select * from CountryWiseSum
    This shows all the 71 country names along with their Last Year's Sales'
    sum.
    I hope this would help.
    Regards
    Nikhil

  • Manage "Do not permanently delete items until you back up the database" mailbox level

    Hi,
    I need the active directory attribute name for "Do not permanently delete items until you back up the database" at mailbox level and the EMS command for enabling/disabling
    the above setting (the other settings in the following screenshot I found).
    Thanks in advance!

    Well, there are only 3 possible values I believe... 1 = database default, 2 = retain for custom period and 3 = Retain Until Backup Or Custom Period... However I have seen 2 doesn't work for some reason and if you have database default is not selected
    and keep deleted item for x days set to something else other than default and Do not permanently delete items until you back up the database is unselected then it set the value to 5 as well.... I guess other than these possible values if anything else is set
    then it will give you warning that object is corrupted.
    But yes value is other than 3 then checkbox is automatically deselected set based on what value it has... in short I would check what's the value for deletedItemFlags by setting all the possible options before coming to conclusion... ;)

  • How to fix Lightroom 5.6 crashing when backing up catalog database (external AND local backup) - Mac 10.9.5

    How to fix Lightroom 5.6 from crashing when backing up catalog database (external AND local backup) - Mac 10.9.5
    It starts to cue and within 3-4 seconds, the program just crashes hard. As stated, I tried it on local hard drive and external. Same result...
    In the destination backup folder, it will copy over one folder, no images.
    Thanks ahead of time.
    -Dan

    Anyone? - (Adobe?!?!?)

  • Backing up the database and the limitations

    Hello all,
    I tried to follow the steps in the documentation to back up the database;
    On Windows: Click Start, point to Programs, point to Oracle Database 10g Express Edition, and then select Backup Database
    but I dont see Backup Database under Oracle database 10g express, here is what I have there:
    Get Help >
    Get Started
    Go To Database Home Page
    Run SQL Command Line
    Start Database
    Stop Database
    Thats all.
    What I am trying to check is, if I can change the location for backups to avoid the 2 backup limitation. Is it possible to do that?

    Well - this is the area we are having a lot of internal discussions on - so this is not final yet, but feedback would be a good thing.
    Lets say you shut the machine down mid transaction one night while there are still users connected. This would not cause disk corruption, but you had inflight transactions at the time. On restart, the database would automatically roll forward the committed transactions, and automatically rollback uncommited transactions. So your database would be consistent. You would of course lose the transactions that were uncommited. This is what we call instance recovery.
    Lets say you take a backup on Monday, using the techniques we are proposing. On Tuesday the disk crashes and dies. You are not using Raid 5 etc, so you have no disk based mirror of your data. So you go and buy a new disk, add it to the machine, re-install the database software, and then restore from Monday nights backup. This is what we call media recovery.
    Using the techniques we propose for Oracle Database XE, you will lose ALL transactions from the time of the backup (i.e Tuesday) - both committed and uncommited until you complete the restore.
    If you did not want to run the risk of losing transactions in the event of a disk crash, then you should look at one of the licensable versions, which uses a technique called archive logging to allow you to roll forward all transactions since your last (or any given backup).
    Note that for all versions however, backup is online.
    Thoughts ?

  • Valid methods to back up ASO database

    Hi Experts,
    I think there are 2 ways to back up ASO database
    1) Maxl alter database commands
    2)Esscmd BEGIN ARCHIVE/END ARCHIVE
    Can any one confirm me that above methods are valid to do the tasks .If invalid let me know which one is invalid.I went through dbag and it give me little confusion in finding which one is valid methid.

    Hi John,
    Thank you for the reply.
    I have some clarification on the following question which i came in certification last 2 days back.
    A calcualtion is performed on a database for which create block on equation is off.The command SET CREATEBLOCKONEQ ON is issued immediately before an equation in the script.which statements accurately describe when blocks will be created?
    1) blocks will be created ONLY when the equation assigns non - constant values to members of sparse diemension.
    2)blocks will be created only when the equation assigns constant values to memebers of sparse dimension
    3)blocks will be created when the equation assignes either constant or non constant values to a members of sparse dimension
    4)No blocks will be created.
    please clarify on the above.

  • Does Time Machine back up MySQL database?

    My medical practice billing software runs on MySQL. I upgraded to Leopard specifically to enable Time Machine backups - more frequent than nightly backups, with recovery much faster in the event of problems in the middle of a busy day. The software vendor tech rep stated that the MySQL database is not backed up by Time Machine. That seems very strange, since it backs up all the System files and everything else not specifically excluded. Am I missing something?

    I don't understand what he said. It sounds like something to do with the Exclude list of TM preferences. Are you only backing up the MacPractice folder or is TM backing up your entire hard drive? What it reads to me is that if you backup only the MacPractice folder that the folder does not include the MySQL database. That is correct since MySQL creates the database file in its own special folder. But if you backup the entire hard drive then everything is backed up including the database files.
    BTW, since this is a business entity I would strongly advise that you not rely entirely on Time Machine backups. TM can be finicky and unreliable. Potential problems escalate when you use a Time Capsule because of the mechanism TM uses for backing up networked drives such as TC.
    I would recommend you use another backup utility and do additional backups to other external or internal drives depending upon what your computer supports. You should also make at least one separate full backup archive monthly that can be stored off-site in the case of theft, vandalism, storm, earthquake, or other hazard that could result in loss of data. See the following:
    Basic Backup
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    1. Retrospect Desktop (Commercial - not yet universal binary)
    2. Synchronize! Pro X (Commercial)
    3. Synk (Backup, Standard, or Pro)
    4. Deja Vu (Shareware)
    5. Carbon Copy Cloner (Donationware)
    6. SuperDuper! (Commercial)
    7. Intego Personal Backup (Commercial)
    8. Data Backup (Commercial)
    The following utilities can also be used for backup, but cannot create bootable clones:
    1. Backup (requires a .Mac account with Apple both to get the software and to use it.)
    2. Toast
    3. Impression
    4. arRSync
    Apple's Backup is a full backup tool capable of also backing up across multiple media such as CD/DVD. However, it cannot create bootable backups. It is primarily an "archiving" utility as are the other two.
    Impression and Toast are disk image based backups, only. Particularly useful if you need to backup to CD/DVD across multiple media.
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore. Also read How to Back Up and Restore Your Files.
    Although you can buy a complete FireWire drive system, you can also put one together if you are so inclined. It's relatively easy and only requires a Phillips head screwdriver (typically.) You can purchase hard drives separately. This gives you an opportunity to shop for the best prices on a hard drive of your choice. Reliable brands include Seagate, Hitachi, Western Digital, Toshiba, and Fujitsu. You can find reviews and benchmarks on many drives at Storage Review.
    Enclosures for FireWire and USB are readily available. You can find only FireWire enclosures, only USB enclosures, and enclosures that feature multiple ports. I would stress getting enclosures that use the Oxford chipsets (911, 921, 922, for example.) You can find enclosures at places such as;
    Cool Drives
    OWC
    WiebeTech
    Firewire Direct
    California Drives
    NewEgg
    All you need do is remove a case cover, mount the hard drive in the enclosure and connect the cables, then re-attach the case cover. Usually the only tool required is a small or medium Phillips screwdriver.

  • Roll back in Adapter DataBase using Polling | BPEL 11g

    Hello Guys,
    I'm having a problem with roll back for polling "Update a field in Table(Logical Delete)" in DataBase Adapter BPEL 11g.
    My process is:
    Does polling in the table from the database changed the value in column from 0 for 1 and then put the message on a JMS queue.
    The problem is:
    When an exception occurs in the process, for example, exception when posting message in the queue, he does not roll back the database, then the value in the table column is changed to 1 and not 0 as it should.
    Adapter Data Base:
    Oracle XA
    Properties BPEL(Composite):
    <binding.jca config="XXXX_db.jca">
        <property name="singleton">true</property>
    </binding.jca>
    <component name="XXXXX" version="2.0">
        <implementation.bpel src="XXXXX.bpel"/>
        <property name="bpel.config.transaction" type="xs:string" many="false">required</property>
        <property name="bpel.config.oneWayDeliveryPolicy">sync</property>
    </component>
    Properties JCA of Data Base:
    <property name="DescriptorName" value="XXXXXXXXX"/>
          <property name="QueryName" value="XXXXXXSelect"/>
          <property name="MappingsMetaDataURL" value="XXXXXX-or-mappings.xml"/>
          <property name="PollingStrategy" value="LogicalDeletePollingStrategy"/>
          <property name="MarkReadColumn" value="STATUS"/>
          <property name="MarkReadValue" value="1"/>
          <property name="MarkReservedValue" value="2${weblogic.Name}-${IP}"/>
          <property name="MarkUnreadValue" value="0"/>
          <property name="PollingInterval" value="5"/>
          <property name="MaxRaiseSize" value="1"/>
          <property name="MaxTransactionSize" value="10"/>
          <property name="NumberOfThreads" value="1"/>
          <property name="ReturnSingleResultSet" value="false"/>
    Its roll back?
    Could anyone please help me on this.
    Tks,
    Azevedo, Artur.

    You need to ensure that your process is working in a single transaction.
    You are correctly using the XA datasource.
    Next you need to ensure that you do not have a dehydration point in the process and if there is a call to another BPEL process they are in a same transaction.

  • Backing up duplicated database in mount mode

    Hi all
    In our environment we have a live database and a standby database, which is a duplicate of live. We keep this standby database in permanent recovery mode (ie mounted), where archive logs from live are recovered against the standby to keep it up to date. It is opened with 'open resetlogs' whenever we wish to use it. The live database is backed up nightly using RMAN and a recovery catalog on another server.
    We are thinking of moving the backup to the standby database to reduce the load on the live database. Given that the standby is the same incarnation and has the same dbid and SID as the live database, is this feasible? When I tried backing up the standby the backup completed without errors, however there was no record of the backup pieces in the recovery catalog. I don't want to have to register them manually.
    Has anyone else tried this?
    Thanks in advance for any help.

    Hello;
    Cannot see why it won't work.
    Testing on my Test system right now. Primary side complete. Standby running now. Exact same script which I call using :
    /u01/app/oracle/dba_tool/bin/db_rman_full.sh PRIMARY  > /tmp/rmanfull.out
    /u01/app/oracle/dba_tool/bin/db_rman_full.sh STANDBY  > /tmp/rmanfull.outWill look for a catalog query to post.
    Output from Standby side
    Starting RMAN...
    Recovery Manager: Release 11.2.0.3.0 - Production on Mon Jan 14 18:23:06 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: PRIMARY (DBID=1608938192, not open)
    connected to recovery catalog database
    RMAN>
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11>
    allocated channel: d1
    channel d1: SID=84 device type=DISK
    allocated channel: d2
    channel d2: SID=85 device type=DISK
    allocated channel: d3
    channel d3: SID=86 device type=DISK
    allocated channel: d4
    channel d4: SID=87 device type=DISK
    Starting backup at 14-JAN-13
    channel d1: starting compressed archived log backup set
    channel d1: specifying archived log(s) in backup set
    input archived log thread=1 sequence=161 RECID=159 STAMP=798463372
    input archived log thread=1 sequence=162 RECID=161 STAMP=798487211
    channel d1: starting piece 1 at 14-JAN-13
    channel d2: starting compressed archived log backup set
    channel d2: specifying archived log(s) in backup set
    input archived log thread=1 sequence=163 RECID=162 STAMP=798487327
    input archived log thread=1 sequence=164 RECID=163 STAMP=798487342
    input archived log thread=1 sequence=165 RECID=164 STAMP=798487346
    input archived log thread=1 sequence=166 RECID=165 STAMP=798487348
    channel d2: starting piece 1 at 14-JAN-13
    channel d3: starting compressed archived log backup set
    channel d3: specifying archived log(s) in backup set
    input archived log thread=1 sequence=167 RECID=167 STAMP=804709042
    input archived log thread=1 sequence=168 RECID=166 STAMP=804709041
    input archived log thread=1 sequence=169 RECID=168 STAMP=804709089
    input archived log thread=1 sequence=170 RECID=169 STAMP=804709198
    channel d3: starting piece 1 at 14-JAN-13
    channel d4: starting compressed archived log backup set
    channel d4: specifying archived log(s) in backup set
    input archived log thread=1 sequence=171 RECID=170 STAMP=804709216
    input archived log thread=1 sequence=172 RECID=171 STAMP=804709220
    input archived log thread=1 sequence=173 RECID=172 STAMP=804709223
    channel d4: starting piece 1 at 14-JAN-13
    channel d2: finished piece 1 at 14-JAN-13
    piece handle=/u01/app/oracle/flash_recovery_area/STANDBY/backupset/2013_01_14/o1_mf_annnn_TAG20130114T182314_8h98cndd_.bkp tag=TAG20130114T182314 comment=NONE
    channel d2: backup set complete, elapsed time: 00:00:02
    channel d3: finished piece 1 at 14-JAN-13
    piece handle=/u01/app/oracle/flash_recovery_area/STANDBY/backupset/2013_01_14/o1_mf_annnn_TAG20130114T182314_8h98coy4_.bkp tag=TAG20130114T182314 comment=NONE
    channel d3: backup set complete, elapsed time: 00:00:02
    channel d4: finished piece 1 at 14-JAN-13
    piece handle=/u01/app/oracle/flash_recovery_area/STANDBY/backupset/2013_01_14/o1_mf_annnn_TAG20130114T182314_8h98cp2n_.bkp tag=TAG20130114T182314 comment=NONE
    channel d4: backup set complete, elapsed time: 00:00:01
    channel d1: finished piece 1 at 14-JAN-13
    piece handle=/u01/app/oracle/flash_recovery_area/STANDBY/backupset/2013_01_14/o1_mf_annnn_TAG20130114T182314_8h98cnbh_.bkp tag=TAG20130114T182314 comment=NONE
    channel d1: backup set complete, elapsed time: 00:00:03
    Finished backup at 14-JAN-13
    Starting backup at 14-JAN-13
    channel d1: starting compressed full datafile backup set
    channel d1: specifying datafile(s) in backup set
    input datafile file number=00001 name=/u01/app/oracle/oradata/PRIMARY/system01.dbf
    channel d1: starting piece 1 at 14-JAN-13
    channel d2: starting compressed full datafile backup set
    channel d2: specifying datafile(s) in backup set
    input datafile file number=00002 name=/u01/app/oracle/oradata/PRIMARY/sysaux01.dbf
    channel d2: starting piece 1 at 14-JAN-13
    channel d3: starting compressed full datafile backup set
    channel d3: specifying datafile(s) in backup set
    input datafile file number=00003 name=/u01/app/oracle/oradata/PRIMARY/undotbs01.dbf
    channel d3: starting piece 1 at 14-JAN-13
    channel d4: starting compressed full datafile backup set
    channel d4: specifying datafile(s) in backup set
    input datafile file number=00004 name=/u01/app/oracle/oradata/PRIMARY/users01.dbf
    channel d4: starting piece 1 at 14-JAN-13
    channel d3: finished piece 1 at 14-JAN-13
    piece handle=/u01/app/oracle/flash_recovery_area/STANDBY/backupset/2013_01_14/o1_mf_nnndf_TAG20130114T182319_8h98ctdg_.bkp tag=TAG20130114T182319 comment=NONE
    channel d3: backup set complete, elapsed time: 00:00:03
    channel d4: finished piece 1 at 14-JAN-13
    piece handle=/u01/app/oracle/flash_recovery_area/STANDBY/backupset/2013_01_14/o1_mf_nnndf_TAG20130114T182319_8h98cv6l_.bkp tag=TAG20130114T182319 comment=NONE
    channel d4: backup set complete, elapsed time: 00:00:03
    channel d2: finished piece 1 at 14-JAN-13
    piece handle=/u01/app/oracle/flash_recovery_area/STANDBY/backupset/2013_01_14/o1_mf_nnndf_TAG20130114T182319_8h98ctcs_.bkp tag=TAG20130114T182319 comment=NONE
    channel d2: backup set complete, elapsed time: 00:01:06
    channel d1: finished piece 1 at 14-JAN-13
    piece handle=/u01/app/oracle/flash_recovery_area/STANDBY/backupset/2013_01_14/o1_mf_nnndf_TAG20130114T182319_8h98ct7p_.bkp tag=TAG20130114T182319 comment=NONE
    channel d1: backup set complete, elapsed time: 00:01:26
    Finished backup at 14-JAN-13
    Starting backup at 14-JAN-13
    specification does not match any archived log in the repository
    backup cancelled because there are no files to backup
    Finished backup at 14-JAN-13
    Starting Control File and SPFILE Autobackup at 14-JAN-13
    piece handle=/u01/app/oracle/flash_recovery_area/STANDBY/autobackup/2013_01_14/o1_mf_s_804709223_8h98gnn4_.bkp comment=NONE
    Finished Control File and SPFILE Autobackup at 14-JAN-13
    released channel: d1
    released channel: d2
    released channel: d3
    released channel: d4
    Additional Info
    RC_BACKUP_SET_DETAILS shows:
    SESSION_KEY 4870 ( primary side) and 5003 ( Standby side) and start times of 6:18PM and 6:23PM. So I did a full on the primary side and then a full on the Standby side on my tiny test system. Works.
    When backing up from Standby some RMAN setting should change - Like ARCHIVE DELETION POLICY ( NONE ).
    You might want to do Archive only backups on the Primary so you roll forward if needed.
    See - "RMAN in a Data Guard Environment" Chapter 3 Database Backup and Recovery User's Guide 11g Release 2 (11.2) E10642-03
    Best Regards
    mseberg
    Edited by: mseberg on Jan 14, 2013 6:28 PM
    Edited by: mseberg on Jan 14, 2013 6:51 PM

  • Backing up itunes database

    I am in the process of creating an itunes library with about 1200 playlists. My audio files are kept on an external hard drive, so  am not worried about losing them if my Mac mini or itunes crashes. Can someone tell me if there is a way to back up the itunes database so I won't have to go thru the arduous process of recreating all those playlists and re-importing all my files? I'm using itunes 10.7. Thanks.

    Choose Go to Folder from the Finder's Go menu, provide ~/Music/ as the path, and back up the iTunes folder inside.
    (76589)

  • Backing up DPM2012R2 Database with a different DPM Server

    Hi,
    is it still a recommended way to backup up a DPM 2012R2 database (-> pure SQL on the same Server) with another DPM2012R2 Server?
    So just attach it and back it up (like in DPM2010)?
    Or shall one always use dpmbackup.exe?
    If supported / recommended is it possible to backup a DPM 2012SP1 database with a DPM 2012R2 Server?
    Thanks in advance
    /bkpfast
    My postings are provided "AS IS" with no warranties and confer no rights

    Hi,
    Using native DPM backup using D2D is fine for non disaster recovery scenario, otherwise D2T or D2D2T or using secondary protection is best.  DPMBACKUP is non automated, so that is good for ad-hoc backups before major updates.
    Scheduling native SQL backups is also viable solution.
    If using Secondary DPM Server, both primary and secondary must be the same DPM versions including updates.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT] This
    posting is provided "AS IS" with no warranties, and confers no rights.

  • Desktop Manager Failing to Back up muitiple databases

    Hi,
    I have a blackberry that i am trying to back up.
    It fails on Automatic backup. I watch to see what database it was failing on. The database was phone options. I tried to remove this from the list of databases in Advance but it would not removed. I tried to do a selective back up and it started to fail on different databases. WTLS options and the WLAN option.
    I really want to try and avoid wiping the device and starting again.
    Does anyone have any ideas on how to fix this?
    Thanks

    Hey SRinger1,
    Welcome to the BlackBerry Support Community Forums.
    Are you able to setup a synchronization in BlackBerry Desktop Software, or is that greyed out as well?
    Also I would suggest to perform a clean uninstall of BlackBerry Desktop Software: www.blackberry.com/btsc/KB02206
    And then re-download BlackBerry Desktop Software at www.blackberry.com/desktop
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Backing up a database from a jsp or servlet

    Please can someone give a suggestion on how I can backup my database from jsp interface or servlet code.I use my mssql database although I can do the backing up through the Enterprise Manager but I dont know the code to use or embed in my jsp and add a backup button for users to make it users friendly.
    Please I need this ASAP.
    Thanks in advance.

    You issue the BACKUP database command to do the backup.
    You could therefore write a script which you execute from the Servlet using the Runtime.exec methods.

Maybe you are looking for