hi all,
i use a sql server 2008
generally we access another DB in procedure like that
use DB1
go
select * from DB2.dbo.tbl1
but now we need to acces dynamically like that
select * from dynamicDb.tbl1
i know my syntax is wrong but we need to something like that
pls help me because i create another DB with same structure but Diffrent DB name
thanks
anurag sharma