I'd like to try and gauge my users internet speeds based on the downloading of a dataset of known size (1MB).
Using T-SQL only, how can I quickly create a table with exactly 1MB of data in it?
I want to be able to run EXEC sp_spaceused N'dbo.myTableName
to verify data
size.