hi,
my query is really running slow in sql2005... they said i should try turning on the autocreate statistics. where and how do i supposed to do that?
thanks a lot
cherriesh
Use this query:
ALTER DATABASE [MyDataBase]
SET AUTO_UPDATE_STATISTICS ON
hi,
my query is really running slow in sql2005... they said i should try turning on the autocreate statistics. where and how do i supposed to do that?
thanks a lot
cherriesh
Use this query:
ALTER DATABASE [MyDataBase]
SET AUTO_UPDATE_STATISTICS ON
quote:
> Recovery Model of the Production Database is FULL.
> We have activated the Auto update statistics and Auto
> create statistics options. We would like to know
> switching off these options, will the size of the
> Transaction Log be smaller ?
> Thanks
Sql,Auto grow