I have 2 table i have created index on on both table
CREATE NONCLUSTERED INDEX [IX_NC_source_t_Test_PCode] ON [Common].[source_t_Test]
(
[Code] ASC,
[P_Code] ASC,
&
CREATE NONCLUSTERED INDEX [IX_NC_source_t_Test_PCode] ON [Common].[source_t_Test]
(
[Code] ASC,
[P_Code] ASC,
&