6/20/2009 11:20:48 AM UTC
3/17/2008 8:13:13 PM UTC
Have you ever found yourself in a situation where you had to write a stored procedure that needed to combine data from 2 different databases? Not that difficult, is it? But what if your procedure needs to be ‘generic’ so that it can run on different environments such as developing, testing and production where they all use different database names? I found myself in this situation today and I’d like to share my experiences here.