Viewing 15 posts - 301 through 315 (of 382 total)
This should work.
update TableName set Column = replace(Column, ' ', '')
Hope that helps
Fraggle.
October 3, 2008 at 7:31 am
A UNION statement would work. I just hate using them. Always try to find a different way of doing something as I don't think they are very efficent.
Fraggle
October 1, 2008 at 3:09 pm
Is the view going to return more than records from 1 table only or is it going to return values from table2 and table3?
As an example:
table1 (col1 int, col2 name)
table2...
October 1, 2008 at 10:11 am
Just so long as well all know that we agree and disagree about the same thing we are agreed upon. 😀
September 30, 2008 at 7:17 pm
Have you checked to see if the log file size is getting larger over the course of time?
Fraggle
September 30, 2008 at 6:41 pm
You could get a file corrupter and use it on the files to simulate them. Just make sure you have a good full copy of the database before you...
September 30, 2008 at 6:18 pm
Maybe this is wrong, and I am sure someone will correct me if I am, but I would try adding columns A & B to the clustered index. Then...
September 30, 2008 at 3:35 pm
Matt, I agree with you. I have never seen a PIVOT help in performance, but I hestitate to say that this will always be the case. When ever...
September 30, 2008 at 3:29 pm
Try using the BULK RECOVERY backup model. It sounds like when you are coping all of the data over, it is writing each of the rows to the log....
September 30, 2008 at 2:57 pm
The only way to truly know is to try it on your server and see how it works. Start with your execution plans for each of them and go...
September 30, 2008 at 2:52 pm
Would it be possible for you to give us the table design as well as a general idea on how often each of the indexes are used (i.e. index 1...
September 30, 2008 at 2:47 pm
Glad to help.
Fraggle
September 30, 2008 at 10:38 am
It would be in the BOOT.INI.
Follow what Tim said above.
Fraggle.
September 30, 2008 at 10:35 am
Is the /3GB swith active? If so, this could explain it.
If not, then I am clueless.
Fraggle
September 30, 2008 at 10:19 am
You are correct Gail. I just saw it was in binary format and automatically figured the cast function would work. Didn't even test it. After testing it,...
September 29, 2008 at 2:29 pm
Viewing 15 posts - 301 through 315 (of 382 total)