开发者

Creating a table in an external SQL Server

开发者 https://www.devze.com 2023-03-24 13:24 出处:网络
In LightSwitch, is the开发者_如何学JAVAre anyway to create a table in an external SQL Server database, rather than in the local ApplicationData data source ?You can use the attach to an external Data

In LightSwitch, is the开发者_如何学JAVAre anyway to create a table in an external SQL Server database, rather than in the local ApplicationData data source ?


You can use the attach to an external Data Source functionality. If you have VS 2010 Pro or above you can use that to create the tables in the separate DB. Then just follow the wizard within LightSwitch to connect to it. If you don't have VS 2010 there are several SQL Server compatible query tools that you could use.

MS SQL Server 2008 Management Studio Express


The answer is in the deployment options ... if you create a "local" LightSwitch table, rather than connect to an external data source. Then when you go through the Deployment Wizard, there is a "Database Connections" page. On this you can "Specify administrator connection for new or existing databases". The "local" table is created in that database.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号