Data Base integrity Check User script makes temp db grow #816
Replies: 2 comments 2 replies
-
Hi it's most likely the integrity check command being used by the ola script not the ola script itself thats causing the tempdb to grow. Refer to this article for more info. https://www.sqlskills.com/blogs/paul/how-does-dbcc-checkdb-with-estimateonly-work/ |
Beta Was this translation helpful? Give feedback.
2 replies
-
You need to read the documentation on dbcc @ hallengren.com. there are also links to all dbcc commands @ microsoft.com. It's perfectly normal that tempdb is used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a problem executing the script. It makes my tempdb grow. That is normal?? Is there any parameter to avoid that?
Beta Was this translation helpful? Give feedback.
All reactions