Browse by Tags

All Tags » sample data (RSS)

Populating sample data

Sometimes you may need some sample data for testing purpose The following may help you in generating some sample data of different datatypes select abs ( checksum ( newid ()))% 10000 as intcol , abs ( checksum ( newid ()))* rand ()/ 100 as float_col ...
Posted by Madhivanan | with no comments