Using: SQL 2005 on the server
login: sa (administrator)
I am trying to schedule an export to excel.
It works fine when executed manually but when I tried to schedule a job it Fails.
I know that the problem is between our server SQl (which is 64 Bits) and Excel using 32 bits.
How can I resolve this. I tried everything but need HELP.
This is what I do in detail:
- Select the database
- Tasks
- Export
- select sql
- enter login.....
- Select Microsoft Excel
- select the table
- saved the package under msdb
- execute OK
I schedule the job via:
steps: Integration services
- enter login as sa (administrator)
- select the package
- the go to schedule and schedule once a day.
save it as job1
when I tried to start the job it Fails.
I even followed microsoft:
(but it is confusing exactly on step 3)
Please HELP
thank you
login: sa (administrator)
I am trying to schedule an export to excel.
It works fine when executed manually but when I tried to schedule a job it Fails.
I know that the problem is between our server SQl (which is 64 Bits) and Excel using 32 bits.
How can I resolve this. I tried everything but need HELP.
This is what I do in detail:
- Select the database
- Tasks
- Export
- select sql
- enter login.....
- Select Microsoft Excel
- select the table
- saved the package under msdb
- execute OK
I schedule the job via:
steps: Integration services
- enter login as sa (administrator)
- select the package
- the go to schedule and schedule once a day.
save it as job1
when I tried to start the job it Fails.
I even followed microsoft:
(but it is confusing exactly on step 3)
Please HELP
thank you