Please see the information attached regarding the temporary databases. I am not sure what status to change
select name, status, status2, status3, status4 from master..sysdatabases where name in ('tempdb','LocalTempDB01')
go
name | status | status2 | status3 | status4 | |
LocalTempDB01 | 12 | 1 | 131328 | 548864 | |
tempdb | 12 | -32768 | 131072 | 540672 | |