I\'ve got a stored procedure that allows an IN parameter specify what database to use. I then use a pre-decided table in that database for a query. The problem I\'m having i
Read this... The Curse and Blessings of Dynamic SQL, help me a lot understanding how to solve this type of problems.