Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usp_AdaptiveIndexDefrag / Error converting data type bigint to numeric #312

Open
eliasbalasis opened this issue Aug 19, 2024 · 0 comments
Open

Comments

@eliasbalasis
Copy link

This seems to be happening during collection of statistics, leaving the defragmentation effort incomplete.

   Selecting a statistic to update...
   Getting information on selected statistic...
   Determining modification row counter for statistic [...] on table or view [...] of DB [...]...
     Using sys.dm_db_stats_properties DMF...
     Error 8114 has occurred while determining row modification counter. Message: Error converting data type bigint to numeric. (Line Number: 0)
     Found a row modification counter of 0.000 and 332 rows...
     No need to update statistic [...] on DB [...] and object [...]...

The relevant table has a field of type bigint which seems to be where the conflict is originating from.

Without a fix for this the tool cannot be used efficiently.

@eliasbalasis eliasbalasis changed the title Error converting data type bigint to numeric usp_AdaptiveIndexDefrag / Error converting data type bigint to numeric Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant