Thank you,
It turns out I had a combination of errors. In an earlier version I was trying to do this without a curser, and neglected to remove the select statement when I shifted gears. It didn't make it fail but it was VERY slow. I had to rewrite the select statement. To only pick up the task...
I have posted this before and recieved no help. I here rephrase the question and pared down the code. Hopefully I will get it right and someone will be able to help.
my task is to move data from MS Access into SQL. I created a DTS package which creates a new table in SQL filled with the Access...
Sorry to post this again but I really am lost with it and do need help.
I have data in a MDB table I need to use to update a SQL table. I have imported it into SQL with A DTS package. So far all is good. I then need to update another SQL table and continue the row_id's that are already in the...
First I inherited this data base, Job_charges includes row_id the new data is coming in from several other sources, so I need a way to generate new row_id's that are contiguose with the existing row_id's. I am not married to the cursor as a method for inserting data, if anyone has other...
I have created a stored procedure that picks data from one table and appends it to another. I used a curser so it would step through the table a row at a time. My problem is it sometimes duplicates a row or two and creates multiple copies of the same record. The procedure always returns the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.