Viewing 15 posts - 451 through 465 (of 3,738 total)
Thank you for your replies.
I'm moving report's SP's to a replicated Database and I'm tuning them as well.
I have also identified the worst performing queries and I'm taking them on...
September 1, 2015 at 2:48 pm
Lynn Pettis (9/1/2015)
Welsh Corgi (9/1/2015)
( 'database_name'
[ , NOINDEX
...
September 1, 2015 at 2:45 pm
Eric M Russell (9/1/2015)
Welsh Corgi (9/1/2015)
Unfortunately that is not a quick fix.They are running a lot of SP's that use Temp tables. Hundreds...
Here are a few TEMPDB related scripts...
September 1, 2015 at 1:30 pm
Ed Wagner (9/1/2015)
September 1, 2015 at 1:09 pm
DBCC CHECKDB
( 'database_name'
[ , NOINDEX
...
September 1, 2015 at 1:05 pm
There are hundreds of SP's that use Temp Tables excessively.
September 1, 2015 at 11:06 am
Issue resolved.
September 1, 2015 at 10:56 am
Unfortunately that is not a quick fix.
They are running a lot of SP's that use Temp tables. Hundreds...
September 1, 2015 at 10:56 am
For testing purposes.
I did not want have to restore the Database after each test.
The problem is resolved.
September 1, 2015 at 10:38 am
The archive procedure for the 1st table works but the second one is blocking it self?
September 1, 2015 at 9:11 am
I did a repair and it appears that it is working.
September 1, 2015 at 9:07 am
Eric M Russell (8/31/2015)
Welsh Corgi (8/31/2015)
Eric M Russell (8/31/2015)
September 1, 2015 at 8:56 am
Eric M Russell (8/31/2015)
August 31, 2015 at 1:45 pm
Steve Jones - SSC Editor (8/31/2015)
Use DBCC Shrinkfile( tempdbdata, 1500);
Or something close to the current size. Just get it to run. If it does, then work...
August 31, 2015 at 11:39 am
Steve,
I ran everything in T-SQL and threw the GUI.
Shrink Database
Shrink Files
ALTER DATABASE tempdb MODIFY FILE
(NAME = 'tempdev', SIZE = 1000)
DBCC FREESYSTEMCACHE('ALL') which ran 33...
August 31, 2015 at 9:44 am
Viewing 15 posts - 451 through 465 (of 3,738 total)