fffej / sql-server-gen

Generate arbitrary SQL Server databases to hurt SQL Server
http://www.fatvat.co.uk
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

Need an incomplete list of top level objects #33

Closed fffej closed 8 years ago

fffej commented 9 years ago

A Service has a Queue.

Therefore if I list Queue in Database then QuickCheck is going to generate a shit load of them; both dependent and leaves. I should eliminate dependent objects from the top-level database objects.

fffej commented 9 years ago

This is evidenced by the sheer number of Certificate created!

fffej commented 8 years ago

I think the work of @SuperDrew in the CLI with the flags issue solves this nicely.

SuperDrew commented 8 years ago

tk :+1: