PeterHenell / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 1 forks source link

As a user I want to generate csv files instead of insert scripts in order to insert larger amount of data using bulk insert. #149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes i want to generated a very large amount of data that i also want to 
store on a file system. Think big, several gigs.

For this to be possible, create csv files that contain the data generated.

This might also be useful for some other type of databases like data warehouses 
where the data is not inserted from a normal application but rather is exported 
to a file and then imported.

Original issue reported on code.google.com by a03pe...@gmail.com on 21 Dec 2012 at 1:03

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 12 Mar 2013 at 11:19