Sql – Creation of sample data in database tool @ sqlserver

databasesamplesql server

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.

Best Answer

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