- Moderator
- #1
OK, I've managed to link the (huge) access database into my SQL Express 2008 server. It is working, and permissions are fine, etc. etc.... performance, however, as abysmal.
The queries that I have to run against it are a spaghetti-dish full of joins and so forth, and since the access database sits on another server and has a couple of dozen people attached to it at any time, queries are very slow (to the point of timing out on my ASP pages and so forth).
SO......
Is there a way to copy / replicate / synchronize the tables from the remote linked database to tables running on the local SQL server?
I'm sure I could do an "Insert Into" type of command, but that would include truncating all of the tables and re-copying them regularly. I'd like a more "live" option.
So, I guess what I'm saying is; is there a way to replicate the tables on the linked server to the tables on the local SQL Express server?
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
The queries that I have to run against it are a spaghetti-dish full of joins and so forth, and since the access database sits on another server and has a couple of dozen people attached to it at any time, queries are very slow (to the point of timing out on my ASP pages and so forth).
SO......
Is there a way to copy / replicate / synchronize the tables from the remote linked database to tables running on the local SQL server?
I'm sure I could do an "Insert Into" type of command, but that would include truncating all of the tables and re-copying them regularly. I'd like a more "live" option.
So, I guess what I'm saying is; is there a way to replicate the tables on the linked server to the tables on the local SQL Express server?
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg