SQL Server 2005 stdevp function


i unable stdevp function work.  query follows:

select     stdevp(schedule_weight) expr1
from         order_start_steps_weights
where     (schedule_weight_type = 1)

when try execute query (from either bids or ssms) query gets changed to:

select     count_big(schedule_weight) expr1
from         order_start_steps_weights
where     (schedule_weight_type = 1)

i should mention stdev function works fine if substitute stdevp function.

needless say, there big difference between counting population , finding standard deviation of population.

have hit bug?  in advance.

steve wells

 

 



SQL Server  >  SQL Server Tools



Comments

Popular posts from this blog

BIT Version

SQL Server PSProvider SQL Server Authentication

Getting error when using Excel Destination