Good Morning!
I haven't dealt much in exporting to Excel from SQL so I was hoping I could be pointed in the right direction. I am trying to export all my tables (22) from SQL Server into Excel, then zip the entire set. I also want to allow the user to decide where the zip file will be saved at through a window's popup.
If exporting to Excel would be too resource heavy, I was debating if exporting to Access would work instead.
Basically I am trying to figure out how to backup the database. Normal methods are failing since the SQL Server is housed on a virtual machine that will not allow me to use normal backup methods to save outside that virtual machine.
Thanks!
I haven't dealt much in exporting to Excel from SQL so I was hoping I could be pointed in the right direction. I am trying to export all my tables (22) from SQL Server into Excel, then zip the entire set. I also want to allow the user to decide where the zip file will be saved at through a window's popup.
If exporting to Excel would be too resource heavy, I was debating if exporting to Access would work instead.
Basically I am trying to figure out how to backup the database. Normal methods are failing since the SQL Server is housed on a virtual machine that will not allow me to use normal backup methods to save outside that virtual machine.
Thanks!