in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • 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 , dateadd ( day , 0 , abs ( checksum ( newid ()))%...
    Posted to Madhivanan (Weblog) by Madhivanan on Fri, Apr 4 2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems