Hi folks, still very new to this SQL Server stuff (my background is Oracle) but I'm developing an application using SQL Server express 2008 and VB.NET 2008 to learn more about it.
My application builds a list of records in a table which are used to create a set of reports. After printing I would like to be able to save the table contents as a file so it can be called up later and re-loaded if needed. I am wondering if there is a recommended way to do something like this?
How should I approach this problem? I am sure I could build a routine to read out the values and store them as a flat CSV file of the like, but I would think there must be a better way to do this?
Any advice would be very appreciated. Thank you.
Craig
My application builds a list of records in a table which are used to create a set of reports. After printing I would like to be able to save the table contents as a file so it can be called up later and re-loaded if needed. I am wondering if there is a recommended way to do something like this?
How should I approach this problem? I am sure I could build a routine to read out the values and store them as a flat CSV file of the like, but I would think there must be a better way to do this?
Any advice would be very appreciated. Thank you.
Craig