on 2009 Jan 28 12:29 PM
Hi,
I have this warning in SAP Management Console:
Tempdb has autogrown, for better performance expand tempdb files
This is SQL server 2005 with ECC 6.0
How can i solve this problem?
Kind regards,
Nuno Silva
Hi
What you need to do (or Basis team) is through the SQL or enterprise manager (or studio) whichever applies to your case. Open it and then navigate on the left menu to the tempdb and right click->properties. Then in properties goto the tab for where is shows you the files and simply change the value from 337 to whatever you feel adequate and ok it.
The other option is to do it with a sql cmd in query analyser, but more complicated if you're unsure.
In both cases seek help from a more experienced basis person if you're unsure of what you're doing.
Hope this helps you.
Pedro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nuno,
The way it looks to me (correct me if my assumptions are incorrect), you must have had initially the tempdb size at 250 or 300MB and set to autogrow. It is now 337 which means it had to autogrow at some point. Auto growth causes performance decrease and that's what your message is indicating.
To resolve this set your tempdb size to 350 for example to see if that stops it having to extend.
Hope it helps
Pedro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is your current size of Tempdb ?
Regards,
Nikunj Thaker.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.