Productivity
digg_url = "http://www.stephenforte.net/PermaLink,guid,9ae550ca-3c3d-4c14-b047-4b7568dd9c94.aspx";digg_title = "Using Oslo to Speed Up Database Development";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;
I have written a white paper for the Microsoft Oslo team that is available on MSDN here.
The paper is titled: “Using Oslo to Speed Up Database Development” and shows how you
can use the new M
language to model databases, browse that model in Quadrant,
and tap into the power of the Oslo
Repository.
The paper shows how the model you make is mapped to TSQL and to SQL Server objects,
including Tables and Views. It is pretty cool to see the following M type and its
M values and how they will map to a TSQL script to create a People table and INSERT
INTO statements for...