Hi there,
I need to set up a way of creating a csv file in SQL Server 7 and at the start of this file I would like a timestamp of when the file was last created and then at the end of the file I would like a count of the total amount of records included in the file.
I can manage to create a csv file in SQl Server by right clicking my table and going to all tasks, export data, then choosing my source and detination, no problem, but I haven't noticed a default function to add these and I'm not too sure about how to edit the SQL to do it myself.
Has anyone any ideas?
Cheers,
Al.
I need to set up a way of creating a csv file in SQL Server 7 and at the start of this file I would like a timestamp of when the file was last created and then at the end of the file I would like a count of the total amount of records included in the file.
I can manage to create a csv file in SQl Server by right clicking my table and going to all tasks, export data, then choosing my source and detination, no problem, but I haven't noticed a default function to add these and I'm not too sure about how to edit the SQL to do it myself.
Has anyone any ideas?
Cheers,
Al.