Prueba haciendo esto:
Código MySQL:
Ver original$sql = mssql_query("select histemisor,hsmpacien.codpac,apel1,apel2,nombre,fec nac,dni
,nafss from hslie, hsmpacien where hslie.histemisor='$kk' and hsmpacien.codpac=hslie.codpac and centro_rem = '986'");
y luego copia y pega ese code directo a tu bd, para ver si te arroja resultado y/o error.