Production Database Size 7897.37gb
Test Database Size 7269.12gb
TEMPDB Size 6668.68gb
I have run DBCC CHECKDB and SHOWCONTIG on production database. (tuning and checking for errors) I have rebuilt the indexes of 3 of the largest tables(scripted).
Would this create a problem with tempdb?
I would like to shrink the size of tempdb. In the properties it states that the space used is only 2mb. However the size on the disk is still over 6gb. Is there anyway to shrink it?
Are any of these issues related to the following error.
A user attempted to run a process in an application that updates some journal tables. This is error that come up:
08601 [Microsoft][ODBC SQL Server Driver][SQL Server]I/O error 2(The system cannot find the file specified.) detected during write at offset 0x000000f7830000 in file 'd:\Microsoft SQL Server\MSSQL\data\tempdb.mdf'.
08200 Cannot connect to requested database
JOB WAS CANCELLED DUE TO A SEVERE ERROR
I confirmed through the properties the location of the mdf file on the server.
Any assistance would be appreciated.
Test Database Size 7269.12gb
TEMPDB Size 6668.68gb
I have run DBCC CHECKDB and SHOWCONTIG on production database. (tuning and checking for errors) I have rebuilt the indexes of 3 of the largest tables(scripted).
Would this create a problem with tempdb?
I would like to shrink the size of tempdb. In the properties it states that the space used is only 2mb. However the size on the disk is still over 6gb. Is there anyway to shrink it?
Are any of these issues related to the following error.
A user attempted to run a process in an application that updates some journal tables. This is error that come up:
08601 [Microsoft][ODBC SQL Server Driver][SQL Server]I/O error 2(The system cannot find the file specified.) detected during write at offset 0x000000f7830000 in file 'd:\Microsoft SQL Server\MSSQL\data\tempdb.mdf'.
08200 Cannot connect to requested database
JOB WAS CANCELLED DUE TO A SEVERE ERROR
I confirmed through the properties the location of the mdf file on the server.
Any assistance would be appreciated.