Quickest way to fill SQL Table with Dummy Data
        Posted  
        
            by Alex
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alex
        
        
        
        Published on 2010-05-24T19:26:23Z
        Indexed on 
            2010/05/24
            19:31 UTC
        
        
        Read the original article
        Hit count: 499
        
What is the quickest way to fill a SQL table with dummy data?
I have a wide table with about 40 fields of different kinds (int, bit, varchar, etc.) and need to do some performance testing. I'm using SQL Server 2008.
Thank you!
© Stack Overflow or respective owner