Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Delete Query Slow

$
0
0
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,
   &

Viewing all articles
Browse latest Browse all 3145

Trending Articles