Click here to Skip to main content
15,902,114 members
Home / Discussions / Database
   

Database

 
Questionbool matrix Pin
Robert19745-Oct-08 0:59
Robert19745-Oct-08 0:59 
AnswerRe: bool matrix Pin
Blue_Boy5-Oct-08 2:14
Blue_Boy5-Oct-08 2:14 
AnswerRe: bool matrix Pin
Wendelius5-Oct-08 5:02
mentorWendelius5-Oct-08 5:02 
QuestionSQL quote problem Pin
Yulianto.4-Oct-08 22:22
Yulianto.4-Oct-08 22:22 
AnswerRe: SQL quote problem Pin
Meysam Mahfouzi4-Oct-08 22:37
Meysam Mahfouzi4-Oct-08 22:37 
AnswerRe: SQL quote problem Pin
Vimalsoft(Pty) Ltd5-Oct-08 0:08
professionalVimalsoft(Pty) Ltd5-Oct-08 0:08 
AnswerRe: SQL quote problem Pin
Mark Churchill5-Oct-08 4:23
Mark Churchill5-Oct-08 4:23 
QuestionFull-text search 900 bytes limitation Pin
Meysam Mahfouzi4-Oct-08 21:08
Meysam Mahfouzi4-Oct-08 21:08 
As I've understood, it's not possible to have full-text search indexing on columns larger than 900 bytes. I know I can overcome this problem by adding large columns as non-key included columns to non-clustered indexes. But still I'm not able to use the powerful search capabilities of full-text search. I can only use queries like "select c from t where c like '%find%'". That's, I can not easily look for combination of words. Is there any known solution for searching large fields that can not be easily indexed in SQL Server? As an example, how has it been implemented to search multiple words in codeproject forums? Is it something simple like this?

SELECT * FROM Messages WHERE Title LIKE '%word1%' OR Title LIKE '%word2%'


Thanks in advance for any help.
AnswerRe: Full-text search 900 bytes limitation Pin
Wendelius5-Oct-08 4:56
mentorWendelius5-Oct-08 4:56 
GeneralRe: Full-text search 900 bytes limitation Pin
Meysam Mahfouzi5-Oct-08 8:52
Meysam Mahfouzi5-Oct-08 8:52 
GeneralRe: Full-text search 900 bytes limitation Pin
Wendelius5-Oct-08 9:01
mentorWendelius5-Oct-08 9:01 
GeneralRe: Full-text search 900 bytes limitation [modified] Pin
Meysam Mahfouzi5-Oct-08 9:55
Meysam Mahfouzi5-Oct-08 9:55 
Questionwho is better Pin
abiniyam3-Oct-08 22:11
abiniyam3-Oct-08 22:11 
AnswerRe: who is better Pin
Jaime Olivares4-Oct-08 2:09
Jaime Olivares4-Oct-08 2:09 
QuestionBest way to read/write DBF files in .Net ? Pin
Jaime Olivares3-Oct-08 21:03
Jaime Olivares3-Oct-08 21:03 
AnswerRe: Best way to read/write DBF files in .Net ? Pin
Wendelius3-Oct-08 21:28
mentorWendelius3-Oct-08 21:28 
GeneralRe: Best way to read/write DBF files in .Net ? Pin
Jaime Olivares4-Oct-08 2:12
Jaime Olivares4-Oct-08 2:12 
GeneralRe: Best way to read/write DBF files in .Net ? Pin
Wendelius4-Oct-08 4:18
mentorWendelius4-Oct-08 4:18 
GeneralRe: Best way to read/write DBF files in .Net ? Pin
Jaime Olivares4-Oct-08 6:52
Jaime Olivares4-Oct-08 6:52 
QuestionHi , I need all dates of the current month Pin
Sneha Bisht3-Oct-08 19:48
Sneha Bisht3-Oct-08 19:48 
AnswerRe: Hi , I need all dates of the current month Pin
Sneha Bisht3-Oct-08 20:35
Sneha Bisht3-Oct-08 20:35 
QuestionAdding duplicate entry [modified] Pin
AghaKhan3-Oct-08 17:14
AghaKhan3-Oct-08 17:14 
AnswerRe: Adding duplicate entry Pin
Wendelius3-Oct-08 21:06
mentorWendelius3-Oct-08 21:06 
GeneralRe: Adding duplicate entry [modified] Pin
AghaKhan4-Oct-08 3:34
AghaKhan4-Oct-08 3:34 
GeneralRe: Adding duplicate entry Pin
Wendelius4-Oct-08 4:21
mentorWendelius4-Oct-08 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.