thx Marc, but what if i do not want to use SQL express ?
i know that it is free till 4 Gb data, but i do not want to make it more
complex as it is already :-)
moreover, this little C# application should be, later on, used by
several other people so i would like to be sure it does not need any
other server, or application.
RAF
Marc Gravell wrote:
> Actually, I would use SQL Express 2005, which is free and much better-
> featured than Access files. It shoud be able to easily handle the
> volume.
>
> You should be able to use SqlBulkCopy from C# to get the data into the
> db efficiently, and once there you can use indexing and full-strength
> T-SQL to query the data.
>
> Marc
>
|