Is SYSSTATISTICS in all db's (I don't see it?)
SYSSTATISTICS keeps statistics about tables, such as the number of rows and amount of data in them. This information is intended for the SQL engine to use to help it make better choices when choosing indexes.
Thanks
Leon
SYSSTATISTICS keeps statistics about tables, such as the number of rows and amount of data in them. This information is intended for the SQL engine to use to help it make better choices when choosing indexes.
Thanks
Leon