Using VS12 to create and manage an Azure-SQL DB (simple tasks)

Posted by Konrad Viltersten on Programmers See other posts from Programmers or by Konrad Viltersten
Published on 2013-06-28T07:04:29Z Indexed on 2013/06/28 10:28 UTC
Read the original article Hit count: 483

On occasion, I'm in a project where I need to store some information in an external DB. Usually, I create one in Azure and run some scripts that I adapt (the usual create table, create login etc.).

It just struck me that there might (and definitely should) be a tool in VS that allows me to create a project for my DB, pull out some boxes to create a model of a DB schema, execute a script or two on it (possibly virtual or temporary) and then somehow push it up the cloud.

Haven't found such a tool. Is there one and how do I get to it?

NB. I'm not looking for an optimized or well structured schema (that's what the DB pros are for at a later stage). I'm not a DB guy nor do I aspire to become one (too old, hehe). I'll probably be satisfied with a Q&D approach.

© Programmers or respective owner

Related posts about database

Related posts about tools