• Usually statistics will be created when you created an index or when a select statement where condition column doesn't have index will also create statistics.

    Statistics will occupy some disk space and will not hurt performance issue if your queries are not using them.

    Performance will effect only when the optimizer uses the out dated statistics then you need to update the statistics.

    statistics[/url]

    [font="Tahoma"]
    --SQLFRNDZ[/url]
    [/font]