I'm trying to fill a table with about 100 or so UNIQUE records so I can test a search function.
I know I could just loop a stored procedure to fill it, but the data has to be unique. Short of sitting here manually entering is there anything I can do?
Thanks in advance!
I know I could just loop a stored procedure to fill it, but the data has to be unique. Short of sitting here manually entering is there anything I can do?
Thanks in advance!