Import data model
Import data model
Referring to the current scheme designed by you only considered the option of data modeling based on Lightswitch and if required by connecting to an external data source that integrates modeling thus leaving a vacuum. This means working in two databases that are related but not integrated, which can be very useful in many developments.
But we also need to offer the option to import existing modeling in another database for that from this model continue Lightswitch modeling in creating a single integrated database to deploy the application.
1 comment
-
Mr. Brattas
commented
I like to Insert Data into “ApplicationDatabase.mdf” by using Microsoft SQL Management Studio; which LightSwitch do not allow me to do...
I like to insert data into LightSwitch database “ApplicationDatabase.mdf” by using Microsoft SQL Management Studio. During development I need to insert data into “ApplicationDatabase.mdf” from other databases; Microsoft SQL Management Studio is a good tool to do this if LightSwitch allow us to use it. This is critical; I am losing time by not access the data during development. The data is related to each other and the data is needed as we develop. And some time I need to manipulate the data in “ApplicationDatabase.mdf”; the Microsoft SQL Management Studio is also perfect for this job. We need access to the database “ApplicationDatabase.mdf” by using Microsoft SQL Management Studio; now.
The only solution I see is to use import from excel sheet and csv; which slow down my work…