for each database1.table1 no-lock:
end.
for each database2.table1 no-lock:
end.
for each TableInDB1 no-lock:
find TableInDB2 no-lock where condition...
end.
I want to use multiple database with one procedureDo you want to use multiple databases, or a single database with multiple tables linked to each other?