Friday, February 25, 2011

Execute the following script in Query Editor to generate a set of 10 random products at each execution:

select top 10 Name from Production.Product
order by newid()

No comments :

Post a Comment