![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I created a dts package to import data from an access database. I will need to do this nightly. I saved the packge, but when I try to run this with the SQL Server Agent, It fails. I think one reason is because the Access database is not on my workstation, but on a shared drive. I also tried writing this query to execute the same thing: USE Combination_Table GO OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "'W:\MASTER DOCUMENTS\BizChair-2.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.". Msg 7303, Level 16, State 1, Line 4 Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)". This however does run it I just execute the package alone, but I have other queries that have to be run at the either before or after this and it needs to be done at a certain time at night. Any help on this matter? Thank you Dee SELECT * INTO [GG Products] FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'W:\MASTER DOCUMENTS\BizChair-2.mdb';'admin';'', [GG Products]) go I received the following with the above application: |
#3
| |||
| |||
|
|
I created a dts package to import data from an access database. I will need to do this nightly. I saved the packge, but when I try to run this with the SQL Server Agent, It fails. I think one reason is because the Access database is not on my workstation, but on a shared drive. I also tried writing this query to execute the same thing: USE Combination_Table GO OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "'W:\MASTER DOCUMENTS\BizChair-2.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.". Msg 7303, Level 16, State 1, Line 4 Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)". This however does run it I just execute the package alone, but I have other queries that have to be run at the either before or after this and it needs to be done at a certain time at night. Any help on this matter? Thank you Dee SELECT * INTO [GG Products] FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'W:\MASTER DOCUMENTS\BizChair-2.mdb';'admin';'', [GG Products]) go I received the following with the above application: |
#4
| |||
| |||
|
|
I created a dts package to import data from an access database. I will need to do this nightly. I saved the packge, but when I try to run this with the SQL Server Agent, It fails. I think one reason is because the Access database is not on my workstation, but on a shared drive. I also tried writing this query to execute the same thing: USE Combination_Table GO OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "'W:\MASTER DOCUMENTS\BizChair-2.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.". Msg 7303, Level 16, State 1, Line 4 Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)". This however does run it I just execute the package alone, but I have other queries that have to be run at the either before or after this and it needs to be done at a certain time at night. Any help on this matter? Thank you Dee SELECT * INTO [GG Products] FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'W:\MASTER DOCUMENTS\BizChair-2.mdb';'admin';'', [GG Products]) go I received the following with the above application: |
#5
| |||
| |||
|
|
I created a dts package to import data from an access database. I will need to do this nightly. I saved the packge, but when I try to run this with the SQL Server Agent, It fails. I think one reason is because the Access database is not on my workstation, but on a shared drive. I also tried writing this query to execute the same thing: USE Combination_Table GO OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "'W:\MASTER DOCUMENTS\BizChair-2.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.". Msg 7303, Level 16, State 1, Line 4 Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)". This however does run it I just execute the package alone, but I have other queries that have to be run at the either before or after this and it needs to be done at a certain time at night. Any help on this matter? Thank you Dee SELECT * INTO [GG Products] FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'W:\MASTER DOCUMENTS\BizChair-2.mdb';'admin';'', [GG Products]) go I received the following with the above application: |
#6
| |||
| |||
|
|
I created a dts package to import data from an access database. I will need to do this nightly. I saved the packge, but when I try to run this with the SQL Server Agent, It fails. I think one reason is because the Access database is not on my workstation, but on a shared drive. I also tried writing this query to execute the same thing: USE Combination_Table GO OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "'W:\MASTER DOCUMENTS\BizChair-2.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.". Msg 7303, Level 16, State 1, Line 4 Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)". This however does run it I just execute the package alone, but I have other queries that have to be run at the either before or after this and it needs to be done at a certain time at night. Any help on this matter? Thank you Dee SELECT * INTO [GG Products] FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'W:\MASTER DOCUMENTS\BizChair-2.mdb';'admin';'', [GG Products]) go I received the following with the above application: |
#7
| |||
| |||
|
|
I created a dts package to import data from an access database. I will need to do this nightly. I saved the packge, but when I try to run this with the SQL Server Agent, It fails. I think one reason is because the Access database is not on my workstation, but on a shared drive. I also tried writing this query to execute the same thing: USE Combination_Table GO OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "'W:\MASTER DOCUMENTS\BizChair-2.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.". Msg 7303, Level 16, State 1, Line 4 Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)". This however does run it I just execute the package alone, but I have other queries that have to be run at the either before or after this and it needs to be done at a certain time at night. Any help on this matter? Thank you Dee SELECT * INTO [GG Products] FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'W:\MASTER DOCUMENTS\BizChair-2.mdb';'admin';'', [GG Products]) go I received the following with the above application: |
#8
| |||
| |||
|
|
I created a dts package to import data from an access database. I will need to do this nightly. I saved the packge, but when I try to run this with the SQL Server Agent, It fails. I think one reason is because the Access database is not on my workstation, but on a shared drive. I also tried writing this query to execute the same thing: USE Combination_Table GO OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "'W:\MASTER DOCUMENTS\BizChair-2.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.". Msg 7303, Level 16, State 1, Line 4 Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)". This however does run it I just execute the package alone, but I have other queries that have to be run at the either before or after this and it needs to be done at a certain time at night. Any help on this matter? Thank you Dee SELECT * INTO [GG Products] FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'W:\MASTER DOCUMENTS\BizChair-2.mdb';'admin';'', [GG Products]) go I received the following with the above application: |
#9
| |||
| |||
|
|
I created a dts package to import data from an access database. I will need to do this nightly. I saved the packge, but when I try to run this with the SQL Server Agent, It fails. I think one reason is because the Access database is not on my workstation, but on a shared drive. I also tried writing this query to execute the same thing: USE Combination_Table GO OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "'W:\MASTER DOCUMENTS\BizChair-2.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.". Msg 7303, Level 16, State 1, Line 4 Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)". This however does run it I just execute the package alone, but I have other queries that have to be run at the either before or after this and it needs to be done at a certain time at night. Any help on this matter? Thank you Dee SELECT * INTO [GG Products] FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'W:\MASTER DOCUMENTS\BizChair-2.mdb';'admin';'', [GG Products]) go I received the following with the above application: |
![]() |
| Thread Tools | |
| Display Modes | |
| |