kodaksmile
MIS
I have a quick question... we need to pull data from 2 databases and combine it in a report. Is it better to create a view that is
select * from dbname.dbo.table
in the reporting instance
or just query the table directly using
.... from dbname.dbo.table
in the reporting instance?
select * from dbname.dbo.table
in the reporting instance
or just query the table directly using
.... from dbname.dbo.table
in the reporting instance?