T
Tim Almond
We have a database of print requests, and I need to get one piece of
information from some other databases for each request to show in a datagrid
(they are linked by an account number).
I could do it in a stored procedure, but was thinking of using code as I'd
like to be able to change the database locations in one place only.
The print requests database is quite small, but the databases to link to are
massive. I was wondering about passing in the list of account numbers to
another query, but don't know the best way.
Any thoughts on best approach in code?
information from some other databases for each request to show in a datagrid
(they are linked by an account number).
I could do it in a stored procedure, but was thinking of using code as I'd
like to be able to change the database locations in one place only.
The print requests database is quite small, but the databases to link to are
massive. I was wondering about passing in the list of account numbers to
another query, but don't know the best way.
Any thoughts on best approach in code?