在外部 SQL Server 中创建表
在 LightSwitch 中,是否可以在外部 SQL Server 数据库中而不是在本地 ApplicationData 数据源中创建表?
In LightSwitch, is there anyway to create a table in an external SQL Server database, rather than in the local ApplicationData data source ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用附加到外部数据源功能。如果您有 VS 2010 Pro 或更高版本,您可以使用它在单独的数据库中创建表。然后只需按照 LightSwitch 中的向导进行连接即可。如果您没有 VS 2010,则可以使用多种与 SQL Server 兼容的查询工具。
MS SQL Server 2008 Management Studio Express
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
答案就在部署选项中......如果您创建一个“本地”LightSwitch 表,而不是连接到外部数据源。然后,当您执行部署向导时,会出现一个“数据库连接”页面。在此您可以“为新的或现有的数据库指定管理员连接”。 “本地”表是在该数据库中创建的。
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.