I have several content tables that I want to fill up with random paragraphs of text. In MS Word, I can simply put =rand() and presto! I get three paragraphs of fresh-off-the-press text.
Is there a SQL script/command that I can use to generate random dictionary words using t-sql?
Here is another version that gives a sentence instead of just a single word per row, as requested by Raj More.
There's nothing built in, but it's easy to do: