SELECT TOP 5
        Item_Id
    FROM
        N_SalesPrice
    WHERE
        Comp_id = '001' AND
        _promotype = 1 AND
        (StartingDate <= GETDATE() OR StartingDate IS NULL) AND
        (EndingDate >= GETDATE() OR EndingDate IS NULL)
    ORDER BY NEWID()


array(1) {
  ["Item_Id"]=>
  string(8) "BGS 6055"
}




array(1) {
  ["Item_Id"]=>
  string(12) "ECS VT05059B"
}




array(1) {
  ["Item_Id"]=>
  string(14) "TEKTINO RCC-8A"
}




array(1) {
  ["Item_Id"]=>
  string(19) "BOSCH S P00 000 152"
}




array(1) {
  ["Item_Id"]=>
  string(14) "UNITE 71031940"
}


Времето за изпълнение на заявката е 0.962 секунди.