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

Need index suggestion

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

Viewing all articles
Browse latest Browse all 3145

Trending Articles