|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Today @ 9:03 AM
Points: 2,415,
Visits: 3,374
|
|
Hi Experts,
In one of our servers when some SSIS jobs are executed tempdb usage will become very high 1.99TB is reduced to 100GB in 7 Hours.
Is that normal if not what i need to check.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 5:49 PM
Points: 37,671,
Visits: 29,925
|
|
It's your server, you're the one who can tell if that's normal for your server.
If you feel that's excessive for your server, or you want to reduce it, investigate what's using TempDB and see if you can optimise them to use less TempDB space.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Today @ 9:03 AM
Points: 2,415,
Visits: 3,374
|
|
Thanks Gail,
Can you help me in identifying the processes using tempdb?? Some SSIS jobs running and its showing they are using user db.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 5:49 PM
Points: 37,671,
Visits: 29,925
|
|
sys.dm_db_session_space_usage
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|