This is a migrated thread and some comments may be shown as answers.

Migrate SqlServer Database

1 Answer 44 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
angel alvarado
Top achievements
Rank 2
angel alvarado asked on 06 Feb 2015, 03:16 PM
Is posible to migrate some SQL's table that i usually use as catalogs?

1 Answer, 1 is accepted

Sort by
0
Anton Dobrev
Telerik team
answered on 10 Feb 2015, 01:17 PM
Hello Angel,

With Backend Services you can make a one-time import of the data in the catalog tables in a content type in the cloud or connect your database tables to the cloud and use them with a REST API in your app.

One-time import of data

Create a intermediary layer, for example, with an ORM tool that can read items from the database and convert these items into Backend Services objects and save them in your backend project. For example, from your SQL entities, construct objects following this Object Model and save the items in Backend Services.

Connect your SQL database to the cloud

I'd suggest that you take a look into this Getting Started article.

Let me know if the above answers your question and if you have further questions.

Regards,
Anton Dobrev
Telerik
 
Everlive is now Telerik Backend Services, and is part of the Telerik Platform.
 
Tags
General Discussion
Asked by
angel alvarado
Top achievements
Rank 2
Answers by
Anton Dobrev
Telerik team
Share this question
or