RIL_button( “http://sqlconcept.com/2011/10/02/moving-tempdb-can-be-easy-but-tricky/”, “Moving TempDB can be easy but tricky” );
There are numerous considerations when it comes to the location of the TempDB files of a SQL Server instance.Think of TempDB as a common workload pool, potentially shared by all processes in the SQL Server instance. I.e. any process could carry out work which could implicitly
Continue reading [...] Moving TempDB can be easy but tricky [...]



