Viewing 15 posts - 106 through 120 (of 853 total)
Thank you very much, so master,msdb,model I will check for:
Check integrity,reorginize index,rebuild index right?
September 12, 2011 at 6:36 am
Thank you, for the trace when I start running, what options should I check for?
September 9, 2011 at 1:45 pm
'Kôjee p'Ofoire'
How can I write corectly in insert values('Kôjee p'Ofoire' and you can't do that [Kôjee p'Ofoire]
we have 3 ' of them and that wouldn't work
September 9, 2011 at 12:23 pm
Hello, my temp is getting bigger,I have now 381 mb. I just installed sql monitore,but this tool is not providing why temp db is getting better.
Any ideas what I should...
September 9, 2011 at 8:34 am
Here is my results:
I am ran this script on SQL Server,
SELECT command,
s.text,
start_time,
percent_complete,
CAST(((DATEDIFF(s,start_time,GetDate()))/3600) as varchar) + ' hour(s), '
+ CAST((DATEDIFF(s,start_time,GetDate())%3600)/60 as varchar) + 'min, '
+...
September 8, 2011 at 1:11 pm
I re started server and my temp db got very 111.38 MB small, but I would like to monitor and see why it got so big before.
September 8, 2011 at 10:58 am
Hi,
I rebooted my server and tempdb got much smaller, just
added sp_configure 'show advanced options', 1; GO RECONFIGURE;GO
sp_configure 'default trace enabled', 1;GO RECONFIGURE;GO code and ran code for:
;WITH task_space_usage AS (
...
September 8, 2011 at 9:50 am
also told you to check the default trace to see if maybe a job was doing that.
Sorry, how to check that?
September 7, 2011 at 10:44 am
Checked usages for tempdb and attached scripted
Cleared cache,shrink temp db
September 7, 2011 at 10:28 am
I just ran it for temp here is my results.
Thank you
September 7, 2011 at 10:17 am
DBCC FREESYSTEMCACHE('All').
How long this will run, do you think?
Thank you
September 7, 2011 at 10:01 am
Viewing 15 posts - 106 through 120 (of 853 total)