Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQL reporting incorrect statistics

    For every database run

     Exec ('Use [' + @dbname + '] Exec sp_SpaceUsed @updateusage = ' + '''True''')

    in your script before selecting size. 'True' updates the table size to the correct...

Viewing post 1 (of 1 total)