Viewing 15 posts - 16 through 30 (of 41 total)
Mike, thanks for that. I feel like I've learnt something today 🙂
October 17, 2008 at 8:49 am
- it seems to me that you would want to eliminate stop words first, then look at the actual words for example: case sensitivity - it will reduce the search,...
October 17, 2008 at 2:35 am
I was thinking it was because the thesaurus may contain stopwords. Therefore, it would make sense to process that before applying stopword filter.
October 16, 2008 at 7:38 am
You're quite right. that is the SP1 version.
I find repairing rarely helps. I guess I'd try an uninstall / reinstall of .Net framework next.
I have a fair number...
October 16, 2008 at 7:07 am
The error message attached shows that TCP://10.1.4.10:5023 can't be contacted.
Given it is a different IP address I assume it is a different server. In this case the default port it...
October 16, 2008 at 6:27 am
I managed to fail to send an email and not get a log entry by using an invalid email address (same result with invalid user name and for invalid domain...
October 16, 2008 at 3:33 am
The version you mention is quite old. I'd say its a fair bet that upgrading .Net Framework 2.0 to SP1 and your SQL tools to SP2 will probably help.
October 16, 2008 at 3:08 am
The problem may be further down the line than the SMTP relay server. If your server's IP is not in the authorised relay list on the SMTP server you would...
October 16, 2008 at 2:42 am
mumu (10/15/2008)
I have same problem for shrinking of database.It does not give me any error but it does not shrink.
Try generating a script for your database shrink and running...
October 16, 2008 at 2:19 am
Good Question.
Once you understand what stopwords are there is only one logical processing order.
October 16, 2008 at 1:44 am
If you backup a mirrored database log it should still truncate afterwards.
I agree it sounds as though the mirror is not synchronized , and thus the log is storing...
October 14, 2008 at 5:38 am
3 of the options seemed very unlikely, and the answer is easily verified by changing the order of @float* inserts. Cheating rules ok 😉
October 13, 2008 at 5:05 am
Whilst mirroring is enabled only the Principal database is accessible.
If you want to access the Mirror database without failing over you need to
'Remove Mirroring' and, on the Mirror...
October 7, 2008 at 2:27 pm
High availability usually implies some form of redundancy, rather than a standalone server that rarely encounters problems of a hardware or software nature.
My understanding is that you have 5...
October 7, 2008 at 1:39 am
Viewing 15 posts - 16 through 30 (of 41 total)