Viewing 5 posts - 1 through 5 (of 5 total)
can anyone help? tp sum up, i have a number of tables that clear the data (delete * from table) then import from an odbc table. Thios happens every 5...
September 16, 2019 at 2:39 pm
also if i run a query over these databases it takes longer as they're large in size, even though they don't have a large row count. In test i've created...
September 12, 2019 at 1:47 pm
what happens each time the job runs is it deletes all in the table (Delete * from table) then it loads in from the odbc to the table in sql....
September 12, 2019 at 1:41 pm
just ran a report so show disk usage by table, you can see very few rows but as they keep updating, the size seems to grow
September 12, 2019 at 1:13 pm
Hi, the tables are updated using SSIS package basically what happens is an sql command runs (delete from table) then a connection to an external odbc dbase (Select * from...
September 12, 2019 at 1:09 pm
Viewing 5 posts - 1 through 5 (of 5 total)