Posts
Sort by recent activity
Foreign key generators and dependent fields
I'm attempting to use SQL Data Generator to generate some test data for a project but I'm having a few problems.
* If a field has a foreign key, but is marked as nullable, it seems I still need to ...
No indicator in SSMS when static data has changed
I'm not sure if this is a bug or a missing feature.
I have a database linked to source control (SVN) with a table linked for static data source control. When I make changes to the static data for t...