Having a slight problem importing a list of sites from excel into an existing sql server table, basically i'm using access to import the list of sites (siteno,sitename,address1..etc) from excel to a new table, then use the link table from sql server to create a append query.
This used to work fine, however it now looks like it's going take about 3 hours, it gets to about 2 little progress bars after about 1 1/2 mins.
Is there an easier way to do this? I need two expressions to, that is one field named clientid needs to be fixed as 20 and brandid needs to be 0 (both fields not in excel)
Any help appreciated.
This used to work fine, however it now looks like it's going take about 3 hours, it gets to about 2 little progress bars after about 1 1/2 mins.
Is there an easier way to do this? I need two expressions to, that is one field named clientid needs to be fixed as 20 and brandid needs to be 0 (both fields not in excel)
Any help appreciated.