StoneDeCroze
Programmer
Hi all,
I am using MS SQL 7 with two databases
Question: is there a performance issue in creating a view in one datase base that accesses data in another?
i.e. is SQL quicker doing this from Database1 or Database2 or is there no difference?
SELECT * FROM database1.dbo.DATATABLE
I have done some simple tests checking stats I/O and time and there doesn't seem to be any difference but ....
Thanks
Peter
I am using MS SQL 7 with two databases
Question: is there a performance issue in creating a view in one datase base that accesses data in another?
i.e. is SQL quicker doing this from Database1 or Database2 or is there no difference?
SELECT * FROM database1.dbo.DATATABLE
I have done some simple tests checking stats I/O and time and there doesn't seem to be any difference but ....
Thanks
Peter