https://github.com/datajuggler/randomdata
This project includes a zip file that contains a SQL Server database with 20,000 random member names and addresses, plus a list of adjectives, adverbs, nouns and verbs.
https://github.com/datajuggler/randomdata
Last synced: 4 months ago
JSON representation
This project includes a zip file that contains a SQL Server database with 20,000 random member names and addresses, plus a list of adjectives, adverbs, nouns and verbs.
- Host: GitHub
- URL: https://github.com/datajuggler/randomdata
- Owner: DataJuggler
- License: mit
- Created: 2021-04-19T11:52:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T11:58:05.000Z (about 5 years ago)
- Last Synced: 2025-10-22T14:22:14.425Z (8 months ago)
- Size: 3.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RandomData
This project includes a zip file that contains a SQL Server database with 20,000 random member names and addresses, plus a list of adjectives, adverbs, nouns and verbs.
This project also includes tables for First Names, Last Names, Street addresses.
If you want to create more random members and addresses, this project was used to create the member database.
https://github.com/DataJuggler/RandomDataGenerator
# Create a new SQL Server Database Named RandomData (or whatever name you wish).
Download this repo and extra the zip file contents.
Execute the SQL Script RandomData.sql.
This will create the database schema and populate the tables.
I am working on a Random Story Generator is why I created this.