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

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........