Viewing 15 posts - 61 through 75 (of 242 total)
now that is EXACTLY what i was looking for.
excellent work!
thanks!
May 15, 2007 at 8:16 am
any one care to give this a go?
May 15, 2007 at 8:10 am
dbcc inputbuffer(spid) sounds easy to me.
May 15, 2007 at 7:07 am
so we are looking for this file: c:\program ?
rename it to what exactly?
i'm also having this exact same error, and can't figure
out why it's happening. sql service is...
May 14, 2007 at 1:12 pm
you mentioned this...
"Then I create only the indexes that were recommended by all three."
you mean you ran 3 different workload files, and only chose
the index which was recommended by all...
May 7, 2007 at 9:06 am
you mention "...by keeping 8k pages"
by this do you mean keeping the default 80% fill factor
because this is what it maintains of course when you do
not specifically adjust it upon...
May 4, 2007 at 11:39 am
probably due to the design vs index comment.
even a poorly designed table would benefit from an index.
May 4, 2007 at 8:57 am
found this on another site. seems pretty good.
http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=60&threadid=84680&STARTPAGE=1
May 3, 2007 at 11:20 am
found this post on sqlmag. might be a bit of an overload,
but it does have alot of useful information in it.
http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=60&threadid=84680&enterthread=y
May 2, 2007 at 5:58 pm
when i ask.. i mean what to look out for? any thing i should consider?
for example... what if there are say a dozen of inner joins... does
that affect performance...
April 26, 2007 at 11:31 am
i'll restart; but this is going on day 2 for me actually.
i'll look around for a client patch/upgrade or hotfix or
something to see what might fix this.
thanks for the response...
April 16, 2007 at 12:42 pm
i'm checking the bol now, and seems what
i need to do is force population of other filegroups.
thanks yelena.
April 5, 2007 at 2:40 pm
yes it's close, but certainly not the same.
just about every one i know who uses management studio needs
to 'resize' not really toggle on/off the result pane although that
is also quite...
March 30, 2007 at 9:45 am
incidentally it's for the column of the SYSFILES table.
here's my query:
select name, left (filename, 3) as 'drive', size
from MyDatabase..sysfiles
order by drive, len(), size
March 29, 2007 at 1:10 pm
actually; you are correct in the list example.
it was not ordered properly, but
when i ran this:
order by len(), size
it was properly ordered.
thanks again.
March 29, 2007 at 1:03 pm
Viewing 15 posts - 61 through 75 (of 242 total)