Hi All,
Need index suggestion for the below query which can improve the performance. (Assume that table has enough data)
SELECT SalesDate, SalesPersonID FROM dbo.Sales WHERE ProductID='PD1’ Order by productname;
I Would like to
Need index suggestion for the below query which can improve the performance. (Assume that table has enough data)
SELECT SalesDate, SalesPersonID FROM dbo.Sales WHERE ProductID='PD1’ Order by productname;
I Would like to