Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jgsport
Starting Member
1 Post |
Posted - 2004-10-22 : 15:13:56
|
| i'm trying to import an access database into SQL so I can manipulate the data better. Then when I'm done export it back to the mbd format. How can I do this without using a dsn...file or otherwise. Because I'm not even sure what a dsn is.[url]http://ad.doubleclick.net/jump/N2870.we/B1157483.2;abr=!ie4;abr=!ie5;sz=720x300;ord=2004.10.22.18.45.52?[/url]drifting - To cause a vehicle to exceed its tires' limits of adhesion, exhibiting a lateral slip, resulting in an oversteered condition. |
|
|
DustinMichaels
Constraint Violating Yak Guru
464 Posts |
Posted - 2004-10-22 : 17:54:49
|
| You could try using DTS. You could dump your access information into temporary staging tables, clean up the data, then move the data from your temp staging tables back to your access database. This may be overkill though...Dustin Michaels |
 |
|
|
|
|
|