Rerun failed queries from transaction log backup files

I recently ran into an issue where live production data was failing to insert into my database. When my windows service inserted data the query failed and returned an error message indicating that the transaction didn't succeed.
After restarting SQL the insert statements started working again as they had before. However, because of this I missed about 24 hrs worth of important production data. My server is currently configured to make database backups every 24 hours and make transaction
log backups every hour.
Is it possible to reapply the SQL queries that failed from the transaction log backups? I understand the transaction log backups contain information about what in the database changed, but does it contain the statements that attempted to run but failed?
thanks for any help!

Thanks for all the replies. Here's the error message I'm getting..
An error occurred in
the Microsoft .NET Framework while trying to load assembly id 1. The server may
be running out of resources, or the assembly may not be trusted with
PERMISSION_SET = EXTERNAL_ACCESS or UNSAFE. Run the query again, or check
documentation to see how to solve the assembly trust issues. For more
information about this error: System.IO.FileNotFoundException: Could not load
file or assembly 'microsoft.sqlserver.types, Version=11.0.0.0, Culture=neutral,
PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot
find the file specified. System.IO.FileNotFoundException: at
System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String
codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint,
StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean
throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName
assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly,
StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean
throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString,
Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr
pPrivHostBinder, Boolean forIntrospection) at
System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence
assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at
System.Reflection.Assembly.Load(String assemblyString)
Basically SQL was having difficulty reading the microsoft.sqlserver.types.dll assembly. This assembly is used for interacting with the Geography data type. I was getting this error message directly from within SSMS - not just in my .net app. Also, there's
not triggers on this table or any custom SQL besides my insert statement.
Then consensus I'm getting is that this isn't really possible to do using transaction logs without extreme difficultly. I installed the ApexSQL before posting on this forum but I wasn't able to find my insert statements.

Similar Messages

  • Database restore from backup--miss some transaction log backup files.How to restore?

    One database with full recovery model
    it runs full backup at 12:00 am on 1/1 one time.
    Then transaction log backup every 3 hours. 3:00 am, 6:00am,9:00 am, 12:00 Pm, 3:00Pm,6:00PM,9:00pm,12am......
    If we can't find 3:00 am, 6:00am, 9:00am transaction log backup files, could we still restore to 6:00am? We still have all transaction log backup files after 12:00Pm.
    Thanks

    One database with full recovery model
    it runs full backup at 12:00 am on 1/1 one time.
    Then transaction log backup every 3 hours. 3:00 am, 6:00am,9:00 am, 12:00 Pm, 3:00Pm,6:00PM,9:00pm,12am......
    If we can't find 3:00 am, 6:00am, 9:00am transaction log backup files, could we still restore to 6:00am? We still have all transaction log backup files after 12:00Pm.
    Thanks
    NO..log files are incremental and connected.If any log file is missing you cannot restore  to point which comes after backup which is lost or damaged.Like u miss 3 AM trn log backup now even if you have 6,9,12 AM trn log backups its of no use .
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • The log shipping restore job restores a corrupted transaction log backup to a secondary database

    Dear Sir,
    I have primary sql instances in cluster node and it is configured with log shipping for DR system.
    The instance fails over before the log shipping backup job finishes. Therefore, a corrupted transaction log backup is generated.how to handle the logshipping without break and how to know this transaction back is damaged.
    Cheers,

    Dear Sir,
    I have primary sql instances in cluster node and it is configured with log shipping for DR system.
    The instance fails over before the log shipping backup job finishes. Therefore, a corrupted transaction log backup is generated.how to handle the logshipping without break and how to know this transaction back is damaged.
    Cheers,
    Well when failover happens SQL Server is stopped and restarted on other node. So when SQL Server is stopped and it is doing Log backup the backup operation would stop and there would be no trn files . The backup operation wont complete and hence no backup
    information would be stored in SQL Server MSDB and no .trn file would be generated.
    You can run restore verifyonly on .trn file to see whether it is damaged or not. Logshipping is quite flexible even if previous log backup did not complete the next wont be affected because SQL Server has no information about whether backup completed
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • SQL Server Restore Full + SQL Server Transaction Log backup

    Dear DB Admin,
    I would like to restore my SQL  Full + SQL Server Transaction Log backup. I tell you my current setup.. we have SQL Server 2005 full backup Time morning 6AM and SQL Server Transaction Log backup time at night 8 PM . I would like to restore
    to new server full + SQL Server Transaction Log backup how can i do it please could you explain to us...
    Best Regards
    Subash

    Dear Boss,
    Thanks for your support . I followed your steps and restore  full database with "No Recovery" option . it;s done 100% with out error . after i have
    seen my database it's say  green arrow up mark ( Restoring ) still going on ...
    Please could tell my what is the problem ..what i did wrong options...
    Best regards
    Subash 
     did you also restore transaction log backup or just full backup??
    do you have any transaction log backup taken after the full backup you restored?
    do you want to restore transaction log backups as well, how many transaction log backups did you take after the full backup, you just restored.  per your explanation, there should be one transaction log backup.. 
    so,you now need to restore the transaction log backup..
    Restore log <<RestoreDatabaseName>>
    From DISK ='BackupFileLocation\Transaction_log_BackupFileName.bak' With File= <<fileposition>>,
    ,Recovery
    Hope it Helps!!

  • Need a Walkthrough on How to Create Database & Transaction Log Backups

    Is this the proper forum to ask for this type of guidance?  There has been bad blood between my department (Research) and the MIS department for 30 years, and long story short I have been "given" a virtual server and cut loose by my MIS department
    -- it's my responsibility for installs, updates, backups, etc.  I have everything running really well, I believe, with the exception of my transaction log backups -- my storage unit is running out of space on a daily basis, so I feel like I have to be
    doing something wrong.
    If this is the proper forum, I'll supply the details of how I currently have things set up, and I'm hoping with some loving guidance I can work the kinks out of my backup plan.  High level -- this is for a SQL Server 2012 instance running on a Windows
    2012 Server...

    Thanks all, after posting this I'm going to read the materials provided above.  As for the details:
    I'm running on a virtual Windows Server 2012 Standard, Intel Xeon CPU 2.6 GHz with 16 GB of RAM; 64 bit OS.  The computer name is e275rd8
    Drives (NTFS, Compression off, Indexing on):
    DB_HVSQL_SQL-DAT_RD8-2(E:) 199 GB (47.2 used; 152 free)
    DB_HVSQL_SQL-Dat_RD8(F:) 199 GB (10.1 used; 189 free)
    DB_HVSQL_SQL-LOG_RD8-2(L:) 199 GB (137 used; 62 free) **
    DB_HVSQL_SQL-BAK_RDu-2(S:) 99.8 GB (64.7 used; 35 free)
    DB_HVSQL_SQL-TMP_RD8-2(T:) 99.8 GB (10.6 used; 89.1 free)
    SQL Server:
    Product: SQL Server Enterprise (64-bit)
    OS: Windows NT 6.2 (9200)
    Platform: NT x64
    Version: 11.0.5058.0
    Memory: 16384 (MB)
    Processors: 4
    Root Directory: f:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL
    Is Clustered: False
    Is HADR Enabled: False
    Database Settings:
    Default index fill factor: 0
    Default backup media retention (in days): 0
    Compress backup is checkmarked/on
    Database default locations:
      Data: E:\SQL\Data
      Log: L:\SQL\LOGs
      Backup: S:\SQLBackups
    There is currently only one database: DistrictAssessmentDW
    To create my backups, I'm using two maintenance plans, and this is where I'm pretty sure I'm not doing something correctly.  My entire setup is me just guessing what to do, so feel free to offer suggestions...
    Maintenance Plan #1: Backup DistrictAssessmentDW
      Scheduled to run daily Monday Through Friday at 3:33 AM
      Step 1: Backup Database (Full) 
        Backup set expires after 8 days 
        Back up to Disk (S:\SQLBackups)
        Set backup compression: using the default server setting
      Step 2: Maintenance Cleanup Task
        Delete files of the following type: Backup files
        Search folder and delete files based on an extension:
          Folder: L:\SQL\Logs
          File extension: trn
          Include first-level subfolders: checkmarked/on
        File age: Delete files based on the age of the file at task run time older than 1 Day
      Step 3: Maintenance Cleanup Task
        Delete files of the following type: Backup files
        Search folder and delete files based on an extension:
          Folder: S:\SQLBackups
          File extension: bak
          Include first-level subfolders: checkmarked/on
        File age: Delete files based on the age of the file at task run time older than 8 Days
    Maintenance Plan #2: Backup DistrictAssessmentDW TRANS LOG ONLY
      Scheduled to run daily Monday through Friday; every 20 minutes starting at 6:30 AM & ending at 7:00 PM
      Step 1: Backup Database Task
        Backup Type: Transaction Log
        Database(s): Specific databases (DistrictAssessmentDW)
        Backup Set will expire after 1 day
        Backup to Disk (L:\SQL\Logs\)
        Set backup compression: Use the default server setting
    Around 2:30 each day my transaction log backup drive (L:) runs out of space.  As you can see, transactions are getting backed up every 20 minutes, and the average size of the backup files is about 5,700,000 KB.
    I hope this covers everything, if not please let me know what other information I need to provide...

  • In Log-shipping what is load delay period on secondary server - Skipping log backup file since load delay period has not expired ....

    During logshipping, job on secondary server is ran successfully BUT give this information
    "Skipping log backup file since load delay period has not expired ...."
    What is this "Load delay period" ? Can we configure this somehow, somewhere ?
    NOTE : The value on "Restore Transasction Log tab", Delay Restoring backups at least = Default (zero minutes)
    Thanks
    Think BIG but Positive, may be GLOBAL better UNIVERSAL.

    How to get the LSBackup, LSCopy, and LSRestore jobs back in sync...
    Last I posted the issue was that my trn backups were not being copied from Primary to Secondary. 
    I found upon further inspection of the LS related tables  in MSDB the following likely candidates for adjustment:
    1) dbo.log_shipping_monitor_secondary, column  last_copied_file 
    change last copied file column to something older than the file that is stuck. For example, the value in the table was 
    E:\SQLLogShip\myDB_20140527150001.trn
    I changed last_copied_file to E:\SQLLogShip\myDB_20140525235000.trn. Note that this is just a made up file name that is a few minutes before the actual file that I would like to restore (myDB_2014525235428.trn). 4 mins and 28 seconds before, to
    be exact.
    LSCOPY runs and voila! now it is copied from primary to secondary. That appears to be the only change needed to get the copy going again.
    2) For LSRestore, see the MSDB table dbo.log_shipping_monitor_secondary, change
    last_restored_file
    again I used the made up file E:\SQLLogShip\myDB_20140525235000.trn
    LSRESTORE runs and my just copied myDB_2014525235428.trn is restored
    ** note that
    dbo.log_shipping_secondary_databases also has a last_restored_file column - this did not seem to have any effect, though I see that it updates after completing the above and LSRestore has run successfully, so now it is correct as well
    3) LSBackup job is still not running, the job still has a last run date in the future. Could just leave it and eventually it will come right, but I made a fairly significant time change, plus it's all an experiment....back to MSDB.
    look at dbo.sysjobs, get the job_id of your LSBackup job
    edit dbo.sysjobschedules - change next_run_date  next_run_time as needed to a datetime before the current time, or when you would like the job to start running. 
    I wouldn't be so cavalier with data that was important, but that's the benefit of being in Test, and it appears that these time comparisons are very rudimentary - a value in the relevant log shipping table and the name of the trn file. That said, if you
    were facing a problem of this nature due to lost trn files, corrupted, or some similar scenario, this wouldn't fix your problem, though it _might_ allow you to continue? But in my case I know I have all the trn files, it's just the time that changed, in this
    case on my Primary server, and thus the names of the trn logs got out sync.

  • Transaction log backup through SQL Server Management studio

    Dear All,
    I need to configure transaction log backup through SQL server management studio.
    It is already being configured for our PRO server(not by me) and now I want to configure it for DEV server.
    In PRO I am taking it through(SID/right click/task/backup)
    Then under backup type only full and differential option is coming for DEV.
    Whereas for PRO all three(full/differential/transaction log) is coming.
    Please suggest how to do it for DEV.
    helpful suggestion will be duly rewarded.
    Regards,
    Ashutosh

    Hi,
    Just go to the database you want
    right click then properties then options
    then set recovery model to full.
    Hope this helps .
    Regards,
    Vamshi.

  • Maxdb restore - transaction log backup

    Hi,
    Is it possible to restore the db backup without the transaction log backup? I know this is kinda lame to ask this but just wondering if this is possible and how it can be done.
    Database is MaxDB and OS is Linux.
    Thanks in advance!

    Hi,
    the restore does not depend onto the database state in which the databackup has been made.
    Instead you are able to recover every complete databackup without a logrecovery. You can do this by using the dbmcli command  DB_ACTIVATE RECOVER <medium_name> or the corresponding dbmgui actions.
    After the recovery you simply need to restart the database.
    Kind regards, Martin

  • Importing data from a data-backup file

    Hi,
    my application runs external process that imports (should import) data from a backup file created using the exp command. Export file is created by gDBUser from global database (GDB) and should be imported by lDBUser to local database (LDB).
    process1.StartInfo.FileName = "imp.exe";
    process1.StartInfo.Arguments = String.Format(" userid=\\\"{0}/{1}@{2} as SYSDBA\\\" fromuser={3} touser={4} tables=({5})", dbUserName, dbUserPass, serviceName, fromDBUser, toDBUser, tableNames);
    process1.StartInfo.UseShellExecute = false;
    process1.Start();
    Everything works fine as long as the user running my application is member of the DBA system (Windows) group. Unfortunately, in most cases the user does not belong to that group and import fails with the following error message:
    IMP-00058: ORACLE error 1031 encountered
    ORA-01031: insufficient privilegesUsername:
    IMP-00000: Import terminated unsuccessfully
    Users should not be members of the DBA group in order not to be able to modify the data otherways then by using the app. They don't even know the dbUserName nor dbUserPass.
    Is there a way to be able to perform such import without running it as member of DBA group?
    I'll appreciate your help.
    Best regards
    Rob

    Hi Mark,
    No, it isn't necessary to connect as sysdba.
    In the meantime I found the solution.
    My dbUser had no CREATE TABLE privilege. As soon as I granted it and removed "AS SYSDBA" from the userid parameter everything started to work fine.
    Thanks
    Rob

  • Restore one full backup(need to move), 1 differential backup,2 transaction log backup

    Is following script correct? I don't need to add "move" when do restore differential, log later. Correct?
    RESTORE DATABASE AdventureWorks FROM DISK = 'C:\AdventureWorks.BAK'
    WITH
    MOVE
    'Adventureworks_DB'
    TO
    'C:\test\Adventureworks.mdf',
    MOVE
    'AdventureWorks_Log'
    TO
    'C:\Adventureworks_Log.ldf',
    WITH NORECOVERY
    GO
    RESTORE DATABASE AdventureWorks FROM DISK = 'C:\AdventureWorks.DIF'
    WITH NORECOVERY
    GO
    RESTORE LOG AdventureWorks FROM DISK = 'C:\AdventureWorks.TRN'
    WITH NORECOVERY
    GO
    RESTORE LOG AdventureWorks FROM DISK = 'C:\AdventureWorks2.TRN'
    WITH RECOVERY
    GO

    Yes, that would be fine. It will work without move filename as well. You can add replace parameter incase.
    Also, make sure to check the mentioned path they must exist and SQL is able to access
    Before running the restore run below to check the backup file path:
    Corrected the script with needed only once in full backup restore
    Restore filelistonly from disk= 'C:\AdventureWorks.BAK'
    RESTORE DATABASE AdventureWorks FROM DISK = 'C:\AdventureWorks.BAK'
    WITH MOVE'Adventureworks_DB'TO'C:\test\Adventureworks.mdf',
    MOVE'AdventureWorks_Log'TO'C:\Adventureworks_Log.ldf',
    NORECOVERY, replace
    GO
    RESTORE DATABASE AdventureWorks FROM DISK = 'C:\AdventureWorks.DIF'
    WITH NORECOVERY, replace
    GO
    RESTORE LOG AdventureWorks FROM DISK = 'C:\AdventureWorks.TRN'
    WITH NORECOVERY, replace
    GO
    RESTORE LOG AdventureWorks FROM DISK = 'C:\AdventureWorks2.TRN'
    WITH RECOVERY, replace
    GO
    Please let us know if you face any issue
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • Reliability of restoring from a disk image vs from a "normal" backup file

    How would you rate the reliability of restoring your data from a disk image file (a sparseimage file, in this case/question) versus from a 'normal' file, e.g. one created by the Backup 3 app?
    I read a few discussions here that mention corrupted disk image files...that result in a total loss of data...as opposed to other types of backup files, in which individual files, or folders, could be corruputed.
    For some context: my ultimate goal is (a) to create reliable backup files, e.g. in folders in my Home Folder, stored on an external disk drive, and (b) to secure that data.
    Thanks to Niel, in a prior discussion, I discovered that I could create a sparseimage file on the Lacie (encrypted).
    http://discussions.apple.com/thread.jspa?threadID=763337&tstart=0
    I could then select that secured file as the target / destination for the backup file/s I'm creating with the Backup 3 app. When I log out, that file is locked tight.
    But is this 'elegant' solution for backing up data "reliable" when I'll need it at 3am on that dark day when...?
    Many thanks.
    - David
    words to help others' search:
    BU3; sparse image;
    MBP 15" Core 2 Duo | LaCie d2 250GB ext   Mac OS X (10.4.8)  

    I keep both images of my boot volume which is just OS and apps, and of my home directory. But I also have full regular backups as well. It is not "either or" but a matter of having backup sets that will work. And rotating those sets.
    A daily backup, weekly, and monthly. That could require 3 or even 7 or more. Or partitions. But definitely more than one disk drive.
    One disk drive backup set should always be safely off line when making a backup set.
    Just as I have a clone of the system, an emergency boot drive, and one backup of the last OS revision.
    You have to change sparseimage to dmg if you hope to use Apple Disk Utility Restore, especially if you are working from DVD and not from a hard drive.
    I've used DU restore and SuperDuper and never seen or suffered a problem or corruption. But I zero drives before use.

  • RMAN new Setup Fails 11g ERRor Creating Control Backup file

    Rman> rman catalog=rman/****@rman.respecti.inc target=sys/*****@rac1_serv.respecti.com
    Recovery Manager: Release 11.1.0.6.0 - Production on Sat Apr 4 23:29:04 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: RAC (DBID=2269761839)
    connected to recovery catalog database
    RMAN> create catalog tablespace rmantbs;
    recovery catalog created
    RMAN> register database;
    database registered in recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03008: error while performing automatic resync of recovery catalog
    ORA-01580: error creating control backup file /u02/oradata/RMAN/snap_proactive.f
    ORA-27040: file create error, unable to create file
    Linux-x86_64 Error: 2: No such file or directory
    RMAN>
    I've dropped the catalog and re-created it and continue to encounter this issue.
    File '/u02/oradata/RMAN/snap_proactive.f' does not exist though the directory exist and is writable.
    No luck with Metalink.
    Appreciate recommendations on resolving this issue. Thanks

    From RMAN Server (dgrac.respecti.inc)
    RMAN> configure snapshot controlfile name to '/san/shared_data/RMAN/snap_proactive.f';
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of configure command at 04/05/2009 19:07:20
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-03009: failure of full resync command on default channel at 04/05/2009 19:07:20
    ORA-01580: error creating control backup file /u02/oradata/RMAN/snap_proactive.f
    ORA-27040: file create error, unable to create file
    Linux-x86_64 Error: 2: No such file or directory
    RMAN> resync catalog;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of resync command on default channel at 04/05/2009 19:07:32
    ORA-01580: error creating control backup file /u02/oradata/RMAN/snap_proactive.f
    ORA-27040: file create error, unable to create file
    Linux-x86_64 Error: 2: No such file or directory
    From RAC1 node
    RAC1> pwd
    /san/shared_data
    RAC1> ls -lt
    total 20
    drwxr-xr-x 2 rac dba 4096 Apr 5 18:41 RMAN
    drwxr-xr-x 2 rac dba 12288 Apr 5 15:42 ARC
    drwxr-xr-x 3 rac dba 4096 Mar 19 19:09 RAC
    RAC1>

  • HT201269 where can i find the file/backup file on my account?and how to sync data files one by one manually as i have been told to do so to avoid error restore from my existing backup files from your Sydney Apple Store yesterday? i want my old messages, n

    where can i find my data/backup file on my account? thanks

    The restore from backup process is all or nothing, & if you've been told NOT to restore from backup, there is no supported way to "selectively" restore an iPhone backup. You can use third-party software to "extract" data from your backup:
    http://www.iphonebackupextractor.com/

  • Exporting Queries from Developer Reports .rdf file

    Is there a way I can extract the queries from the Developer Reports .rdf file.
    We have the reports on a NT File server from where the users access the reports. We do not have the Report tables installed in the database.
    We are using Developer Reports 3.0
    Your help is highly appreciated.
    Thanks,
    Chegi Reddy

    This isn't possible directly. You could use the conversion utility to convert the rdf files to rex files (textual representations), or XML files with the 9i release, and then parse these files to get the queries. Note that since rex is considered an 'internal' representation there's no documentation on the structure, but it shouldn't be too difficult to figure out where the queries are.
    Hope this helps,
    Danny

  • How to find SQL queries from listerner log

    Hi,
    I have a question related to Oracle listener log. I've tried searching on this forum but couldn't find any threads on this
    Let me give a background on this. There are plenty of MSaccess databases which connect to Oracle database via ODBC link. I need to find out all the data items (Oracle tables / columns) that are referenced in the MS access applications. One way of doing that is open all MS access code components and look out for the ODBC links and extract the data items. This will be time consuming as there are several MS access databases (~450).
    I am wondering is there is way to find the data items from Oracle logs. The only information available to me now is the listener logs. A sample record id given below. Is there any way to obtain the SQL queries that was used from the lister log.
    08-MAR-2007 15:31:30 * (CONNECT_DATA=(SID=opr11a)(CID=(PROGRAM=MSACCESS.EXE)(HOST=PC12111)(USER=andrew.King))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.111.200.2)(PORT=1921)) * establish * opr11a * 0
    Any help in this regard is much appreciated
    Database version - Oracle 8i
    Thanks
    Moorthy
    Edited by: user8879184 on 20-Jul-2010 04:58

    user8879184 wrote:
    I need to find out all the data items (Oracle tables / columns) that are referenced in the MS access applications. I do not understand what you need. You want names of _"Oracle" tables/columns_ which refers MS Access *"Application"* ??

Maybe you are looking for

  • Windows 7 Blue Screen Issues With Alt-tabbing From WoW

    As the title says, lately I've been having blue screens which are mostly caused by wow. Previously I've had the occasional bsod (once a month or so) when alt tabbing, but it was pretty rare. However recently, I've had something more like 1 a day, usu

  • My wifi wont work anymore with the ios 7 update I have tried everything please help!!!

    I updated to the ios7 it worked great for about a day and now my wifi will not turn back on! I have tried everything please help I do work from my phone and I need it to function properly ! I cant update for the newest ios7 because I dont have wifi!

  • How can you view your keynote presentation on the IPOD?

    Hi, I would just like an alternate way of placing my powerpoint presentations on my ipod. Okay, I work extra hours and I do not have time to study, so I found it useful to create a powerpoint slideshow of the vocabulary I needed to learn and put it o

  • Should Apple punt with RAW and/or DNG support ?

    It seems that Apple is taking a very detailed approach to profiling cameras before adding support to Aperture. Consequently Aperture may always be later than others apps to add new camera support. Also there will always be legacy or specialty cameras

  • MacBook Pro Battery Issue

    Hello, I am one of the many consumers suffering from the bloating battery issue found in the 17inch MacBook Pro. I have found tons of info on this and people are reporting even the second or third battery having the same issue. That being said, is th