Hello,
I would like to find out if I can use sp_autostats in a procedure and pass the database name:
EXEC SP_AUTOSTATS databasename..tablename!!! This is not working!!
It does work if used only with tablename.
Question is: can this be done? and if not is there any other table that I can check for the status of statistics?
Thanks for you help.