Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I'm trying to export data from a AC

Status
Not open for further replies.

wawer

Programmer
Aug 24, 2001
13
FR
I'm trying to export data from a ACCESS 2000 table to another SQL server 7.0 table with the same table name and to keep a trigger on the SQL Server table working on insert. But it doesn't work.
Do you have an idea?
Thank you for advices.
;)
 
Copy the table into SQL Server with a diffrent name and then use SQL to insert the rows into the correct SQL table.

Triggers are disabled when importing data like you trying to do from Access.

Rick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top