Can anyone provide suggestions on the following situation:
I have a ODBC bridge for access that connects to our website sql server. I need to periodically (once or twice a week), pull the user information from the web server and append it to a table in our local database. Problem is append queries append all the data from the webserver everytime the query is run. I need a solution that will only append the information that has been added to the website since the last append.
I have read about adding a WHERE NOT EXIST statement to the append query, is this the right direction?
Can someone give advise in the matter?
Thank you
I have a ODBC bridge for access that connects to our website sql server. I need to periodically (once or twice a week), pull the user information from the web server and append it to a table in our local database. Problem is append queries append all the data from the webserver everytime the query is run. I need a solution that will only append the information that has been added to the website since the last append.
I have read about adding a WHERE NOT EXIST statement to the append query, is this the right direction?
Can someone give advise in the matter?
Thank you