December 1, 2004 at 4:10 am
I'm writing a DTS package which pulls data from one database into another. The data is returned by a stored procedure. The source database may be queried by many applications; the destination is for my application only. Currently they're on the same server but this will not be the case for ever (though they will always be on the same LAN).
Do I put my stored proc on the source db or the destination? For the sake of tidiness, I'd prefer to use the destination db and fully qualify the tables queried on the source db - other apps using the source db are not interested in my SP. But is there any performance implication?
The DTS package which calls this SP will always be on the destination server.
Thanks for pointers,
Bill.
December 1, 2004 at 5:23 am
I would use the destination server for a couple of different reasons (which may or may not be correct)
Good Hunting!
AJ Ahrens
webmaster@kritter.net
December 2, 2004 at 2:40 am
I agree with all of these points, and that's the way I'm going to go.
Thanks for your help.
Bill.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply