How do i migrate quickbooks desktop data to an azure database?

Alexander Oliver 20 Reputation points
2024-01-28T20:03:37.59+00:00

what is best way to migrate quickbooks desktop 21 data to azure database?

Azure SQL Database
{count} votes

4 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. SSingh-MSFT 16,371 Reputation points Moderator
    2024-01-29T07:55:47.34+00:00

    Hi
    Alexander Oliver
    •,

    Welcome to Microsoft Q&A forum.

    As I understand, you want to migrate quickbooks desktop data to an azure database.

    This can be achieved using Azure Data Factory by following the tutorial mentioned here: https://learn.microsoft.com/en-us/azure/data-factory/connector-quickbooks?tabs=data-factory

    Note:

    The Copy Activity in the service cannot copy data directly from Quickbooks Desktop. To copy data from Quickbooks Desktop, export your Quickbooks data to a comma-separated-values (CSV) file and then upload the file to Azure Blob Storage. From there, you can use the service to copy the data to the sink of your choice.

    Hope this helps. Let us know if you have further queries.

    Thanks


  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. SSingh-MSFT 16,371 Reputation points Moderator
    2024-02-05T13:00:30.5466667+00:00

    Hi
    Alexander Oliver
    •,

    In Azure Data Factory, you can automate the pipeline using Triggers.

    Refer https://learn.microsoft.com/en-us/azure/data-factory/concepts-pipeline-execution-triggers

    Also, you can write you own custom code in Python/Java/C# to perform the same.

    Export of your Quickbooks data to a comma-separated-values (CSV) file and then upload the file to Azure Blob Storage has to be done which also you can automate.

    Hope this helps, thanks.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.