October 24, 2001 at 5:59 am
What's the physical path of a SQL Server table ? I want to save a table with the data and to zip it.Is it possible ? If yes, then how ?
Anirban Biswas
Aublix Software Pvt. Ltd.
Andheri(E),Mumbai-93.
India.
Anirban Biswas
Aublix Software Pvt. Ltd.
Andheri(E),Mumbai-93.
India.
October 24, 2001 at 6:16 am
Tables are all contained in the .mdf file. You'll need to either export it to a different db so you can zip THAT .mdf, or export the data to a file using DTS or BCP.
Andy
October 24, 2001 at 6:26 am
Thanks Andy for the reply.
Anirban Biswas
Aublix Software Pvt. Ltd.
Andheri(E),Mumbai-93.
India.
Anirban Biswas
Aublix Software Pvt. Ltd.
Andheri(E),Mumbai-93.
India.
October 24, 2001 at 9:45 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply