March 23, 2016 at 2:18 pm
While running sp_updatestats on a database (literally just "exec sp_updatestats") I get the error "Arithmetic overflow error converting expression to data type int". See the output below. Anyone know what this could be?
Updating [maint].[TempTableMonitor]
[PK_TempTableMonitor] has been updated...
Msg 8115, Level 16, State 2, Line 1
Arithmetic overflow error converting expression to data type int.
[TotalSpaceReserved] has been updated...
Msg 8115, Level 16, State 2, Line 1
Arithmetic overflow error converting expression to data type int.
[TotalSpaceUsed] has been updated...
[TotalPagesReserved] has been updated...
[TotalDataPagesUsed] has been updated...
[TotalPageUsed] has been updated...
[TotalRowCount] has been updated...
[NumberOfTablesContaingData] has been updated...
[NumberOfTables] has been updated...
9 index(es)/statistic(s) have been updated, 0 did not require update.
April 25, 2016 at 9:01 am
Hello
I'm getting the same error.
Anyone have any idea about the reason to this?
April 25, 2016 at 10:19 am
manuel.amorim (4/25/2016)
HelloI'm getting the same error.
Anyone have any idea about the reason to this?
Quick questions, can you post the full output of SELECT @@VERSION;
,
any chance that there are any read only filegroups/objects in the database and last but not least, are you running this as sysadmin?
😎
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply