I want to repair the one database table and it size is almost 700 GB and running on SQL 2008 R2 instance. i set to tempdb as auto growth.
when i ran dbcc checktable and with an hour tempdb disk drive got full (50 GB).
Since i have 16 cores cpu,shall i create the 4 tempdb with disable the autogrowth option?
If i disable the auto growth, what would the datafile intial size limit i have to set? and can i create multiple tempdb in the production SQL server
Please advice on this
Many thanks
Rocky