![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
http://www.sqldts.com/default.aspx?210 However, if your MDB file is accessible to the server anyway then you may want to consider creating a linked server to the database instead and then importing the data using starndard SQL INSERT statements. -- David Portas SQL Server MVP -- |
#5
| |||
| |||
|
|
Thanks David, But my requirement is that, client will specify source file name which is Access Database thru Application and using that file i need to export all the tables in SQL Server which is fixed (not pass at runtime). So i need to create a SP and pass that source file path as parameter. Now how can i pass that parameter in DTS package ? -- Thanks & Regards Malkesh "David Portas" wrote: http://www.sqldts.com/default.aspx?210 However, if your MDB file is accessible to the server anyway then you may want to consider creating a linked server to the database instead and then importing the data using starndard SQL INSERT statements. -- David Portas SQL Server MVP -- |
#6
| |||
| |||
|
|
Now how can i pass that parameter in DTS package ? In the link I posted before, the Database Journal article demonstrates |
|
i need to export all the tables Do you know the table names in advance? If so, you can build a package |
![]() |
| Thread Tools | |
| Display Modes | |
| |