Hi All,
Every time we restart the sql server service we see tempDB recreated, and tempdb will get created as other database get created i.e from model database. But i see i have 4 datafiles in tempdb and model database has only one datafile. only primary file in tempdb is getting created with size of ModelDB?
So my question is while recreating why tempdb is not dropping remaining 3 data files.
And One more example. I created a test table in model db and restarted the SQL server service. I observed that the same table has also been created on tempdb as well.
Please clarify
Thank you !!!!!!!!!