Can a trigger change a DROP to DELETE?

My company has software running our equipment that records information to a SQL Server 2005 database.  I would like to back up this information via replication.  I cannot do this at present because the information tables have no primary key.  I
cannot just add primary keys to them because every two days the software DROPs one of the tables and recreates a blank table with the same structure.  (If we make the tables bigger than two days or about 10,000 rows the software starts recording nonsense
information due to what I believe is poor database design, but can't change because we do not have any support from the software manufacturer.)
I did try adding a primary key to one table and setting it up for replication; the software apparently just ignored the error of not being able to drop a replicated table and started adding new data to the old table, which is a problem since it risks nonsense
data being recorded.
I had the idea of adding a DDL trigger on DROP_TABLE to instead DELETE all the table's rows (if I could extract the table name from the command...).  Is this possible?  Or would the command try to DROP the table first, get the error about not being
able to drop a replicated table, then abort and never activate the trigger?

Alberto - I did consider mirroring; it is not my first choice for a couple of reasons relating to the (not very good) setup of SQL Server on the main machine.  I'll keep it in mind if the replication proves unworkable.
Scott - As far as licenses, we have a separate license for a reduced version of the software installed on our backup server which enables us to view the backed up data.  Since we already have a license to view backed up data, I don't see any issues
with improving the way we back up.
Ibrahim - That sounds promising.  It's a little above my current level of understanding, so I'll be doing some research on stored procedures and setting up batch jobs. (We currently back up by a manual method, and I'm trying to get something set up
that is automatic and closer to real-time.)

Similar Messages

  • How can you change a drop down menu's selection in a case statement?

    Hi,
    I am trying to an array finding vi. This VI will take an existing xml file and after the user has selected his/her equipment, input, output, and frequency it will put all of those options into a string and search the xml file for that exact array name and display it on an output screen. The problem I am having is that my input and outputs selection needs to be a little different depending upon the equipment selected. I thought that I could use a case statement to change the input and output selectable options, but I have run into many snags with it. For one everytime I place a new Input and Output drop down menu in the case statement it wants to place a new one in the front panel (I only want one input and output not three I have two inputs and outputs hidden right now). I believe I am using the case statement wrong... Can anyone help change my input and output selectable options depending upon the equipment selected. Attached is my xml file, Array Find.vi (the original one), and Array Find_Test.vi (this is the one I am trying to modify).
    Thanks,
    dlovell
    Solved!
    Go to Solution.
    Attachments:
    Find Array.zip ‏126 KB

    Hi dlovell,
    There are 2 key things I'd recommend for the code - using property nodes to edit the strings in the combo boxes.  Something like the following snippet:
    Also, check your CPU in task manager when running the code.  It will eat a whole core of your machine (25% quad core, 50% dual, 100% single) - that is because you are running the while loop and polling the control as fast as Windows will allow you to.  Using Event Structures is a much more efficient way of working in this example.
    Check out the MOD attached 
    Regards,
    Peter D
    Attachments:
    MOD_Find Array.vi ‏28 KB

  • Table EKKO-LOEKZ Delete Indicator can't be changed once set

    Hi Gurus:
    We ran Archive Object MM_EKKO Preprocessing Program RM06EV70.  This set the deletion indicator EKKO-LOEKZ to an 'L' on 2008 Purchase Orders.  It was discovered that around 100 really can't be archived.   On this Forum we were told that SAP Tcode MEMASSPO can change LOEKZ back to blank.  Our SCM Team tried that but we get  error messages that the PO can't be changed and  that Purchasing document 6200000617 already archived.  
    Does anyone know what we are doing wrong or another way to set LOEKZ back to blank?
    Thank you
    Dennis

    Hi Jurgen:
    I use Tcode MEMASSPO.
    I select fields on Purchase Order Header.  I select the deletion indicator MASSEKKO-LOEKZ on the list.
    I enter a PO Number with an 'L' in the LOEKZ field from the preprocessor.
    I change the new value field to  blank on the PO Header.  I hit the mass change button.   The 'L' is changed to a  blank. 
    I hit the save icon.   I get all of the following errors.
    6200000617 : Instance 6200000617 of object type PurchaseOrder could not be changed
    6200000617 : Instance 6200000617 of object type PurchaseOrder could not be changed
    6200000617 : Purchasing document 6200000617 already archived.
    If we do this for a PO that was not set to a 'L' by the preproessor program.  We can change it to using MEMASSPO to 'L' (SAP Changes it to 'C' and we can blank it out again. 
    I don't think there is anyway to get MEMASSPO to change the PO.  Any ideas?

  • [svn:fx-trunk] 11378: Rearrange exisiting TLF sources to be in the same structure as the new drop we 're about to take so that we can maintain the change history.

    Revision: 11378
    Author:   [email protected]
    Date:     2009-11-02 12:43:46 -0800 (Mon, 02 Nov 2009)
    Log Message:
    Rearrange exisiting TLF sources to be in the same structure as the new drop we're about to take so that we can maintain the change history.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run: checkintests, TextArea
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/src/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flash/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/BuildInfo.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/CoreClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/EditClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/acc/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/TextContain erManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/debug/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/EditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/ElementRange.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/IEditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/IMEClient.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/Mark.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/ParaEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/SelectionFormatS tate.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/SelectionManager .as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextClipboard.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextScrap.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/FlowOperationE vent.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/SelectionEvent .as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/external/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/factory/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/tlf_internal.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/utils/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/utils/NavigationUtil. as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/undo/
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/

    Revision: 11378
    Author:   [email protected]
    Date:     2009-11-02 12:43:46 -0800 (Mon, 02 Nov 2009)
    Log Message:
    Rearrange exisiting TLF sources to be in the same structure as the new drop we're about to take so that we can maintain the change history.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run: checkintests, TextArea
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/src/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flash/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/BuildInfo.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/CoreClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/EditClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/acc/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/TextContain erManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/debug/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/EditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/ElementRange.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/IEditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/IMEClient.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/Mark.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/ParaEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/SelectionFormatS tate.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/SelectionManager .as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextClipboard.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextScrap.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/FlowOperationE vent.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/events/SelectionEvent .as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/external/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/factory/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/tlf_internal.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/utils/
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/utils/NavigationUtil. as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/undo/
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/

  • Why can't i change my email junk filter from never to delete after 1 week

    why can't i change my email junk filter from "never" to "delete after 1 week"?

    Error -1
    Attempt to restore your iOS device two more times. If the issue is still unresolved, the device may need service.
    http://support.apple.com/kb/TS3694

  • HT204053 I've recently changed my email address and my apple ID but sometimes I'm still prompted to use my old apple ID and password which I don't use anymore. I can't seem to be able to delete my old Apple Id, any suggestions?

    I've recently changed my email address and my apple ID but sometimes I'm still prompted to use my old apple ID and password which I don't use anymore. I can't seem to be able to delete my old Apple Id, any suggestions?

    Please follow these steps in order to get it working properly again.
    Please change your Apple ID back to your old email address (that you used as Apple ID before) here:http://appleid.apple.com
    Then go to all your devices - iPhones, iPads, Mac etc. - ("Settings > iCloud") and delete your iCloud account from this devices (+ turn off Find My iPhone, but I guess it will ask you that anyway)
    After that go back to http://appleid.apple.com sign in again, and now change your Apple ID again to your new email address.
    Finally, set up your iCloud account on all your devices again.
    Now, everything should working properly again.

  • I had a pw saved for a site but had to change it so I deleted it in the saved pw tool. Now I can't get FF to ask me if I want to save it again. Pain in the butt to have to keep typing in my ID and pw each time. HELP!

    No more details than what I stated. FF won't ask to store my pw for a site where I once had a pw stored. I had to change it so I deleted it in the tools area and thought it would prompt me the next time but it didn't and hasn't for months...

    Also make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    *You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    *To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Deselect: [ ] "Permanent Private Browsing mode"
    The website may be using autocomplete=off to prevent Firefox from saving the name and password.<br />
    You can remove autocomplete=off with a bookmarklet to make Firefox save the name and password.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered

  • Can't Customize, Change Settings, or Move Files -- Permissions Issue?

    Hey all:
    Just got a new MBP w/ 10.5.2. Successfully migrated most of my user settings and applications from the old Tiger HDD (old laptop died a horrible death).
    The problem is that aside from everything appearing to be the same, I'm finding that I don't have the access to do a whole lot with my own files. Several different problems that "seem" like they're stemming from the same accessiblity/permissions issue include:
    Intermittent trouble downloading files with Firefox's default download tool.
    Complete inability to change desktop background.
    Programs fail to remember setting changes after quit and re-launch.
    System Preferences do not remember changes to settings.
    Certain files can not be moved, renamed, opened, or deleted w/o admin authorization, or in some cases, at all.
    The problems started after I migrated the old system over after having an interim user account running for a few days prior. After migrating, I attempted to reconcile the two together and that's when things got hairy.
    In the past couple days, I have tried:
    1.) Archive and Install (preserving User settings - now down to just one admin).
    2.) Changing permissions to system read/write, admin read/write, everyone read only for the entire /User directory, applied to all enclosed items.
    3.) Repairing Permissions (which took about 10 minutes!)
    I'm at the end of my rope here. I'm stuck with my OS acting the way it wants to, which is the exact way it was after being archived and reinstalled, no matter what changes I try to apply in the Finder, Preferences, or in any programs.
    I'm thinking maybe a clean install and then migrating over the backup I just made on my external HD will get me my stuff without whatever troublesome thing is freezing me out, but I'm not really sure, and I don't really understand much about command lines in Terminal.
    Does anyone have any ideas? Many thanks.

    Oddly enough I just had a spastic moment with a mouse click and put my Drop Box in the Trash (I keep the Delete thing in my window toolbar, which is handy, but can lead to accidents)... Since I was playing with it I noticed its absence immediately. Realized what I had done after a moment's reflection, and put it back. Which just goes to confirm something I ALWAYS do before I empty the Trash: open it and see what's in there first, then click empty.
    As to whether removing ACLs is for advanced users only: well, up until Leopard that's the way it always was, there were, until now, NO ACLs on the users folders. So should everyone have been an advanced user until now? Did you ever delete a folder in Jaquar or Panther or Tiger and empty your Trash without checking? Indeed, if you use Time Machine, available in Leopard but not before, you are already protected from such goofs, since you can recover things accidently deleted using Time Machine, so actually you are in better shape with Leopard than ever before, WITHOUT the ACLs if you use Time Machine. Until Leopard there was neither belt nor suspenders to automatically protect you from losing data. Leopard supplies both.
    The situation reminds me of the continuing debate about virus protection on the Mac. Personally, I have seen various anti-virus programs cause all sorts of problems, and it has yet to protect any Mac system from anything (since as yet there are no Mac system viruses). Anti-virus software may have saved some users of Microsoft Office who share files with Windows users from getting a macro virus in their Word docs, and it might have kept a Mac user from passing on some email virus to some Windows users by forwarding stuff from the Internet. But still.... if you don't use MS Office or forward email junk, you get no benefit and may get some problems.
    Same seems to me to be true of ACLs: it is possible to get a benefit (you can't accidently toss your Movies folder and lose data, assuming you mindlessly empty your Trash and don't have a backup), but an awful lot of people are having an awful lot of problems.
    Francine
    Francine
    Schwieder

  • Change data capture - ignore delete?

    Hello,
    I'm trying to solve an issue I met on a synchronous change data capture : I created a CDC table with the DBMS_LOGMNR_CDC_PUBLISH.CREATE_CHANGE_TABLE procedure:
    BEGIN
       DBMS_LOGMNR_CDC_PUBLISH.CREATE_CHANGE_TABLE (
          OWNER             => 'APPO',
          CHANGE_TABLE_NAME => 'CT_TEMP_H1',
          CHANGE_SET_NAME   => 'SYNC_SET',
          SOURCE_SCHEMA     => 'APPO',
          SOURCE_TABLE      => 'TEMP_H1',
          COLUMN_TYPE_LIST  => 'ISSUE VARCHAR2(10), TITOLO VARCHAR2(150)',
          CAPTURE_VALUES    => 'BOTH',
          RS_ID             => 'Y',
          ROW_ID            => 'N',
          USER_ID           => 'N',
          TIMESTAMP         => 'N',
          OBJECT_ID         => 'N',
          SOURCE_COLMAP     => 'Y',
          TARGET_COLMAP     => 'Y',
          OPTIONS_STRING    => NULL)
    END;
    Now, it works correctly, and in the CT_TEMP_H1 table I can find all the information about changes that occourr in the TEMP_H1 table
    What I'd like to know is if there is a way to avoid the capture "trigger" to fire in the event of DELETE records: due to the application business logic, I'm interested just in insert and updates on the source table, and I don't mind about delete(s), so I don't want them to consume resources (both disk space and CPU) on the server.
    Is there a supported way to do so?
    Thanks in advance,
    - Paolo

    Thanks for your answer, Damorgan,
    But the CAPTURE_VALUES parameter only manages the UPDATE issues, to have one row containing the row values before the update occurred and another row containing the row values after the update occurred.
    What I'm interested in is aviod logging in the change table all the delete operations occourring in the source tables (a sort of "afert indert or update" trigger, instead of the "insert, update or delete"...)
    Any hint?
    - Paolo

  • How can I permanently change color of junk mail listing to black?

    How can I permanently change color of my junk mail listings? It is light brown and difficult to read.

    I'm trying to do the same...no problem choosing the color, but when I used an advanced rule, I no longer have the option in a drop down menu to "erase junk mail". Seems like any combination of an advanced junk mail rule wipes out the option to erase junk mail, and I don't want mail to automatically delete my junk email. I tried outting a stop evaluating after the text color, but that didn't work.
    OSX 10.7.5 late 2006 MacBook Pro

  • (ios5 ipad bugs)I can't get changes of album art, artist, album and other tags to show up in the iPad music player, but they show up correctly in the iTunes device view. Certain random songs do not sync correctly.   Wifi sync hasn't worked yet.

    (ios5 ipad bugs)I can't get changes of album art, artist, album and other tags to show up in the iPad music player, but they show up correctly in the iTunes device view. Certain random songs do not sync correctly.   Wifi sync hasn't worked yet.
    I mostly use technology for education and professional audiovisuals and lights.
    I don't sync  music because I use music from at least 4 different computers. (manually mange music)
    I use my iPad to play performance tracks for church and a local gospel group out of our church, Won4Christ.
    I chose to buy the iPad because the laptop of one of the group members (dellxps running iTunes) was randomly losing and mixing up music and I wanted a more stable option that was bigger than my iPod touch.
    I tried to add some data to music libraries that I previously added to my iPad, but the data only shows up when looking at the device in iTunes.
    Wifi sync has not worked on either my laptop or desktop ( both running windows 7 enterprise 64 and newest iTunes) not really a big issue, but very annoying
    When browsing through library playlist albums on the iPad, random artwork shows up on playlists with no artwork that you touch while dragging, and it does not go away until you change to another navigation tab and back.
    Random songs out of hundreds that I added showed up in iTunes grayed out with a sync circle beside them.  Those songs would play back okay on the iPad but were unplayable through the iTunes device view.  I had to delete the songs manually through the library along with the playlist and add them again. 
    These seem to be major stability bugs in the "new" music app and iTunes.  My only option right now seems to be to delete the songs that I want to change and re-add them with the changes already applied rather than changing the id3 tags and artwork on the existing music. I hope apple will release updates to resolve these issues. 
    Thank you for actually making it to the end of this manuscript of annoyances.

    Just wondered if anyone had any other suggestions.

  • HT201240 This process does not appear to work for me.  I'm running 10.8.3.  I created a new user for a guest staying with me.  They have gone now and I am attempting to either change the password or delete the user.  It won't allow me to choose the user I

    This process does not appear to work for me.  I'm running 10.8.3.  I created a new user for a guest staying with me.  They have gone now and I am attempting to either change the password or delete the user.  It won't allow me to choose the user I created.  I am logged in as myself and it states that I am an "Admin".  The user I'm attempting to change is listed as a "standard" user and there is a white checkmark inside an orange circular background on the user pic in the list of users. 
    Can someone help me?  I am having a hard time believing that OSx will allow me to create users and allow them use of my computer and it's drives, yet it will not allow me to change the password so I can monitor what they might have been doing while logged on?  What if this were my child?  This guest left under sketchy circumstances, and I'd really like to be able to ensure they were not using my computer to do illegal things or to have illegal communications.
    Any help would be appreciated.  (It's odd that it was so simple to "create" a user and set a password for them.......but it's complicated or a little known process to reverse.
    Thanks.

    Here are two screen shots to show you what I am seeing.  The first screen shot shows it allowing me to select (highlighted in blue) my admin user (which is what I am locced in as).  The second screen shot shows it allowing me to select the "Guest" user (highlighted in blue).  However when I click on the user "Orion" nothing happens.  It will not change to highlight that user.

  • My wife and I want to swap her 4s for my 4 while a take a short trip out of the country.  We use the same email address for itunes but different for email.  Can we just change our phone numbers and email addresses so we get our own messages?

    My wife and I want to swap her iphone 4s for my iphone 4 while I take a short trip out of the country.  We use the same itunes account but have different email accounts.  Can we just change our phone numbers with our carrier and change email addresses on our phones so we get correct messages, with out disturbing our other apps?

    The email is simple. Just delete her email acoount on her iPhone and configure your account into the phone and then do the same for her on your phone.
    The harder issue is that to switch the cellular phone service you will need to switch the SIM cards and the two phones do not use the same size SIM card.

  • I have a problem with mail autofilling info email addresses. Emails sent to me the from looks like this: Holiday in the United States email address . I have no idea what this Holiday in the United States is...How can I fix/change to my name?

    I have an irritating problem with mail autofilling info in email addresses. Emails sent to me the from looks like this: Holiday in the United States <my email address>. I have no idea what this Holiday in the United States is or how it got to be there...How can I fix/change to my name?
    I fixed the To: autofilling incorrectly by deleting my email address from the Previous Recipients List, but is there a way to stop that from coming up on emails that I receive?

    Have you checked your Mac address book? If your email is saved somewhere in your address book with the name "Holidays in the United States" it might be adding the name automatically in Mac Mail.
    Alternatively, try this:
    Delete an Email Address from Auto-Complete in Mac OS X Mail
    To remove an email address from the auto-complete list in Mac OS X Mail:
    Start typing the recipient's address or name in a new message.
    Select the desired address from the auto-complete list as if you'd compose an email to them.
    Click the small down arrow in the recipient.
    Select Remove from Previous Recipients List from the menu.
    You can also search for the unwanted address directly in the previous recipients list:
    Select Window | Previous Recipients from the menu in Mac OS X Mail.
    Highlight the address you want to remove.You can highlight multiple addresses by holding down the Command key.
    Click Remove from List.
    Source: About.com

  • How can I temporarily change the Apple ID on an iPad

    I would like to share a book with my wife on her iPad. Can I temporarily change her account to just share the book and not disturb our individual apps?

    If you mean that the iPad is tied to another user's iCloud account, you have to ask them to erase the device for you. You can't do it on your own. The device requires their Apple ID and password in order to turn off Find My iPad and to delete the iCloud account.
    IF you just want to sign into another Apple ID (not recommended either) go to Settings>iTunes and App store>Apple ID and sign out of that ID and sign into your ID,

Maybe you are looking for

  • Material form Vendor Checking By FIFO

    Dear All,. My company need checking material batch number  from vendor when we do MIGO transaction as FIFO,what should I do for this required..?. and thx for your help. regards,. harry

  • Jar file not working  - sometimes?

    I have a jar file with the following Manifest file: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: 1.6.0_02-b06 (Sun Microsystems Inc.) Main-Class: windows.ItemCreatorUI Class-Path: lib/AbsoluteLayout.jar X-COMMENT: Main-Class will b

  • Scheduling Crystal report from BOE

    Hi, I have a Crystal report (based on ECC Function module) which doesn't retrieve data when I schedule it from BOE (infoview). I have Integration kit installed, and the crystal report works fine when i execute it manually. I think it is an issue with

  • Maintain RSBASIDOC

    Hi, We did a client copy from our R/3 Production System to our R/3 test system, which is the source for our BW development system. If I try to activate the source system for the R/3 test system in BW, it termintaes with a number of problems like "BW

  • Desperate for Flash Player help

    I had Adobe Flash Player installed but when I went to watch a video it said I did not have Flash Player. I redownloaded Flash Player but still nothing works. I've been trying to figure this out for 4 days and this is a major inconvenience. Any type o