Viewing 8 posts - 1 through 8 (of 8 total)
we are using 2005. so synonym on an updateble table would work. correct?
December 28, 2007 at 4:33 pm
switching where synonyms point sounds like a great idea. i need to read up on this.
thinking about it some more raised another question:
i will have some kind of process scheduled...
December 28, 2007 at 3:42 pm
Mark,
you're absolutely right. those are just dump tables. no querying done on these tables. it's really only 4 columns, 3 out of which need to be dumped into master db.
here...
December 28, 2007 at 3:27 pm
thanks Jeff,
here is the thing: i can't use "view". at least i don't think i can. this table is a WRITE table. user never views the data in it.
any...
December 28, 2007 at 3:12 pm
Mark,
just to make sure i understand everything:
1. "rebuild a new TableA" - this is just a CREATE TABLE call? or is there anything more efficient that can be used to...
December 28, 2007 at 1:59 pm
Mark,
how does renaming of the TableA affects inserts? as i have mentioned before, this table is being inserted into constantly. i am afraid that renaming this table while someone...
December 28, 2007 at 1:16 pm
that sounds like an idea. here are the questions though:
is the table locked during the export?
what if at that particular moment i have hundreds of new inserts?
what would be...
December 28, 2007 at 1:07 pm
those 8 servers are very intense, gets handreds of thousands of hits (INSERTS) in an hour.
what about the performance of the main server and the the other 8 linked...
December 28, 2007 at 12:29 pm
Viewing 8 posts - 1 through 8 (of 8 total)