Viewing 15 posts - 781 through 795 (of 817 total)
I'm glad you posted, because I've been researching this very issue and would like more information. Here's what I know, based on lots of research:
1) Yes, you don't have...
February 18, 2010 at 9:46 am
oh yeah and
"Mark it zero, Dude."
Craig Outcalt
SQLBot, you're my new favorite person
🙂
February 16, 2010 at 10:06 am
Look for a Maintenance Plan that created a job that removes the .trc files:
Management -> Maintenance Plans
SQL Server Agent -> Jobs
If it is a stored procedure that is doing the...
February 8, 2010 at 4:37 pm
Tough request, as there's lots of variables here.
Do you know if your SQL Servers are listening on the default port (1433)? Can you get a list of IPs to...
January 29, 2010 at 9:47 am
Thanks Jack. Interestingly, the data type for the 'body' field in my 'msdb' database is 'ntext' (based on sp_columns). And, I was able to partially see the data...
January 29, 2010 at 8:50 am
As a new SQL Server DBA, make sure to download and install SQL Server Books Online. I opened my version and searched for:
'create job'
'create maintenance plan'
You can use...
January 19, 2010 at 9:57 am
Just re-read and saw that it's an Oracle 9 install. Your ORACLE_HOME might be in
c:\orant
Search for the 'sqlplus' binary and tnsnames.ora file there. Obviously, replace the drive...
December 7, 2009 at 2:53 pm
You can test connectivity by opening a Windows command line and typing 'sqlplus /nolog'. That will start Oracle's version of 'osql', giving you the ability to connect to your...
December 7, 2009 at 2:49 pm
Thanks for the replies.
G, I'd like to know a little more about both of those sections.
I've seen excerpts of Kalen's book (it does look excellent), but does it relate to...
December 4, 2009 at 12:46 pm
Clear, but a little open ended, so I'll throw a bunch of info at you. A couple of real basic tools I use are:
Perfmon (installs with Windows)
ProcessExplorer (in the...
December 1, 2009 at 10:41 am
Take SQL Server out of the picture and try and run the same query at the command line, using 'sqlplus'. Does it return data? Can you query other...
November 18, 2009 at 8:13 am
Thanks for your replies, G. Dunno if this is what you're asking:
avg_frag_in_percent - 53.84615385
fragment_count - 8
avg_frag_size_in_pages - 1.625
page_count - 13
avg_page_space_used_in_percent - 88.87305411
record_count - 1559
I couldn't find a size in...
November 4, 2009 at 2:20 pm
Back to this...any ideas why the fragmentation remained at +50% when I did a rebuild on the index?
November 4, 2009 at 8:57 am
Yeah, I'm a jughead, just realized my FILLFACTOR is 90 and the space used is only 88%.
November 3, 2009 at 3:16 pm
Yeah, I think so. But it was done with a REBUILD...again, I'm fuzzy on the fragmentation understanding:
Day 1:
-- Processing STANDARD table dbo.FOCUSRequests, STANDARD index [Name], -- partition 1,...
November 3, 2009 at 2:29 pm
Viewing 15 posts - 781 through 795 (of 817 total)