在数据库工具@sqlserver中创建示例数据

发布于 2024-08-08 08:25:32 字数 142 浏览 3 评论 0原文

我需要一个数据库工具,可以轻松地向其中添加信息。

示例:

我有 2 个表、客户和发票。数据库工具必须向我显示客户和发票的输入字段。发票有客户的外键。发票的输入字段必须有一个下拉列表,我可以在其中选择客户,这样我就不必复制粘贴客户的 ID。

I need a database tool where i can easily add information to it.

Example:

I have 2 tables, customers and invoices. The database tool must show me input fields of the customer and invoices. invoice has a foreign key to customer. The input fields of invoices must have a dropdown where i can select the customer so i won't have to copy paste the ID of the customer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

喵星人汪星人 2024-08-15 08:25:32

您问题上的标签表明您可能正在创建测试数据。您是否考虑过像 RedGate 的数据生成器 这样的工具?

The tags on your question suggest you may be creating test data. Have you considered a tool like RedGate's Data Generator?

天煞孤星 2024-08-15 08:25:32

如果您想手动输入示例数据(这就是我对您问题的理解),Microsoft Access 听起来像是此处选择的工具:

创建一个新的 Access DB 并链接到 SQL Server 表。直接在表视图中输入客户。对于发票,使用向导创建表单,然后创建引用客户表的组合框。

If you want to enter the sample data manually (that's how I understood your question), Microsoft Access sounds like the tool of choice here:

Create a new Access DB and link to the SQL Server tables. Enter the customers directly in Table view. For the invoices, use the wizard to create a form, then create a combobox that references to the customers table.

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