Hello Everyone
I am in the middle of testing some Transaction Log backups. I would like to insert some bogus data, something like a half million rows, I really don't care what it is. Maybe just a number count from 1 - 500,000 would be fine.
How can I add that many rows without that many insert statements? Something like filling a tally table.
I would rather not have to use a Cursor. I even have trouble typing that word 😀
Thanks
Andrew SQLDBA