在外部 SQL Server 中创建表

发布于 2024-11-27 02:09:25 字数 77 浏览 1 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只是偏爱你 2024-12-04 02:09:25

您可以使用附加到外部数据源功能。如果您有 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

贵在坚持 2024-12-04 02:09:25

答案就在部署选项中......如果您创建一个“本地”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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文