Click to See Complete Forum and Search --> : [SQL And EXCEL] importing data
rrrctraptor31
Aug 13th, 2005, 01:39 PM
I am looking for a way to import data from a SQL server into and excel spread sheet. HELP!?!?!?!
si_the_geek
Aug 13th, 2005, 02:09 PM
hi rrrctraptor31,
This would get more (and more appropriate) views in the Database Development forum ;) Anyway, back to the point....
Is this as a one-off process, or do you want to do this repeatedly?
If it is a one-off you can use the tools within SQL Server to get the data out (such as the Export wizard in Enterprise Manager)
If this is an ongoing process you will probably want to write code to do it, so what are you planning to use? (and will the person running this have Excel installed?)
rrrctraptor31
Aug 13th, 2005, 06:16 PM
i want the excel sheet to not only update upon load but on a specified interval. mostlikely every 10 min - 1 hour
RobDog888
Aug 15th, 2005, 10:58 AM
You would probably want the code to be in VBA behind the workbook. Is this a shared workbook or for your use only?
rrrctraptor31
Aug 15th, 2005, 01:31 PM
it is shared
RobDog888
Aug 15th, 2005, 01:35 PM
That will complicate things a bit but will there be a user in control of the sheet that can make edits or is it open to all?
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.