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
Sql,Auto grow
No comments:
Post a Comment