Closed papyr closed 2 years ago
This is out of scope for this project. SSMS already has a feature which should help you. Have a look at how to add and use code snippets. https://learn.microsoft.com/en-us/sql/ssms/scripting/transact-sql-code-snippets
Hello this is very nice, any chance we could adopt this script/ C# class to populate any MsSQL table with Random Data.
// for e.g it would be helpful to do something like this.
myPocoEntityTable.Filll(50).SkipFkeys(true);