Click to See Complete Forum and Search --> : how keep updating tables that are imported from other database


imranabdulaziz
04-09-2007, 11:54 PM
Dear All,

I am making web application using Asp.net C#(Visual Studio2005). And Sql server 2000 as a back End.

Actually I am fetching data from other database(named as retailexcel but in same server). I have wriiten a view (in retailexcel database) to get required data from four table of other database. My problem is when I fetch those data(about 40000 to 50000 record) It taking to much time. I tried catch feature of asp.net2.0. Time reduced but not significantly. So I am trying to import those tables to my database (named Inventory) from that retailexcel.

Now problem is every day or two, record of those tables changes. How can I keep update my tables (which are importing from retailexcel)


Please suggest me some idea.

Thanks