all groups > sql server misc > october 2005
question about log file size when alter Huge table
Posted by Gordowey at 10/30/2005 4:33:42 PM
I have the next question, and i would like to hear what do you think
about, and if is there a better solution for "my problem"
here is the question, I have a huge table with 60GB of data (image
files). The problem happen always when i try to ALTER the structure of
the table. For example I ch... more >>
How to search for a '%' using like and/or Full-Text
Posted by albertoiriarte NO[at]SPAM gmail.com at 10/20/2005 11:53:39 AM
Hi all, I have 2 questions
1.- How can i search for "%" using like
select * from table where sfield like '%%%'
is not working!
2.- I am using Full-text catalog in one table of my db, i would like to
know if i can search for % using
CONTAINSTABLE(TABLE.....
thanks
Alberto
... more >>
Need help with the sample size of auto-updated statistics
Posted by pshroads NO[at]SPAM gmail.com at 10/17/2005 9:27:58 AM
I have several indexes on large tables that are very selective when I
update the statistics manually with a full scan but are much less
selective when a small sample size is used (which seems to happen when
the statistics are automatically updated).
Is there a way to guarantee that when statis... more >>
Log File
Posted by Reggie at 10/17/2005 4:19:28 AM
Hi and TIA! Here's my log file and was wondering why the WSMDDT starts so
many times. Also was wondering that why when I script out my database and
install it on my other server several of the views don't get created(error)
due to the fact the some of the views that ar included in the error ... more >>
SQL Performance Counters Show 0
Posted by chongyew NO[at]SPAM pobox.com at 10/1/2005 6:15:53 AM
Hi!
I've recently installed SQL Server Workgroup Edition. When I add in the
SQL performance counters in Performance Monitor, they all give me a
reading of 0!
I've got another server running SQL Standard Edition and it shows up
fine... also, I've read and done the steps described in this... more >>
|