Hi - OK - this is my first dive into .NET - and I’m finding it taxing
I have a MSSQL table which I want to export to csv (or excel format).
It already have my database connection sorted and I have selected the table and table fields… but now what?
I have read lots of options - like making a DataGrid and exporting from there, bcp export (I’m still not sure if that is only from command line or using .NET).
I’m just looking for a simple export table… csv will be fine (espeically if excel is more difficult)
Can anymore point me to a good article or in the right direction please.
Thanks