Hi Team,I'm running a simple SQL query which returns a set of columns based on a search criteria. It has to return 29 rows, but it is giving 0,10,22 rows sometimes.-> There is no data changes-> DBCC commands on the DB and Table returned no errors-> Index (this table has only 1 primary index on bigint datatype column) and stats are good.The search condition has a CAST function, which app team has included that converts the values to bigint, which is a primary key coulmn.I tried generating execution plan, and the actual rows is showing 0 for 1 run and then for the next run it shows 29 rows.couldn't go further, need your help.Thanks,Dan Brown
↧