Click here to Skip to main content
15,914,362 members
Home / Discussions / Database
   

Database

 
GeneralRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in mssql 2000 Pin
Krish - KP27-Jul-07 0:20
Krish - KP27-Jul-07 0:20 
GeneralRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in mssql 2000 Pin
Eliz.k27-Jul-07 0:48
Eliz.k27-Jul-07 0:48 
QuestionSQL 2000 DTS Execution failure Pin
Kiefie26-Jul-07 20:53
Kiefie26-Jul-07 20:53 
AnswerRe: SQL 2000 DTS Execution failure Pin
Kiefie26-Jul-07 22:00
Kiefie26-Jul-07 22:00 
QuestionSql Connection Pin
Saiyed Alam26-Jul-07 19:05
Saiyed Alam26-Jul-07 19:05 
AnswerRe: Sql Connection Pin
Blue_Boy26-Jul-07 20:40
Blue_Boy26-Jul-07 20:40 
GeneralRe: Sql Connection Pin
Paul Conrad27-Jul-07 19:46
professionalPaul Conrad27-Jul-07 19:46 
QuestionFull Text Search Query Weird Results Pin
Brendan Vogt26-Jul-07 17:30
Brendan Vogt26-Jul-07 17:30 
Hi,

When I run the following query I get results:

SELECT *
FROM tblMyFullTextSearchTable
WHERE FREETEXT(fldMyTitle, 'religion');

..but when I run the following query, I get no results:

SELECT *
FROM tblMyFullTextSearchTable
WHERE FREETEXT(fldMyTitle, 'the');

I know for a fact there are titles with the word the in it.

Please help.

Regards
ma se
AnswerRe: Full Text Search Query Weird Results Pin
Stathread26-Jul-07 18:54
Stathread26-Jul-07 18:54 
QuestionRe: Full Text Search Query Weird Results Pin
Brendan Vogt26-Jul-07 21:02
Brendan Vogt26-Jul-07 21:02 
QuestionRe: Full Text Search Query Weird Results Pin
Vinay Dornala26-Jul-07 18:55
Vinay Dornala26-Jul-07 18:55 
QuestionRe: Full Text Search Query Weird Results Pin
Brendan Vogt26-Jul-07 20:34
Brendan Vogt26-Jul-07 20:34 
AnswerRe: Full Text Search Query Weird Results Pin
Stathread27-Jul-07 2:56
Stathread27-Jul-07 2:56 
QuestionQuery problem Pin
firestoper26-Jul-07 17:03
firestoper26-Jul-07 17:03 
AnswerRe: Query problem Pin
Eliz.k26-Jul-07 23:51
Eliz.k26-Jul-07 23:51 
GeneralRe: Query problem Pin
firestoper30-Jul-07 4:05
firestoper30-Jul-07 4:05 
GeneralRe: Query problem Pin
firestoper30-Jul-07 4:05
firestoper30-Jul-07 4:05 
QuestionFull Text Searching in SQL Server 2005 Pin
Brendan Vogt26-Jul-07 17:00
Brendan Vogt26-Jul-07 17:00 
Questioncolumn to row Pin
Shrita26-Jul-07 13:42
Shrita26-Jul-07 13:42 
QuestionHow to get the table size (Byte)? Pin
Khoramdin26-Jul-07 9:25
Khoramdin26-Jul-07 9:25 
AnswerRe: How to get the table size (Byte)? Pin
Krish - KP26-Jul-07 21:35
Krish - KP26-Jul-07 21:35 
QuestionSQL SELECT query Pin
xoxoxoxoxoxox26-Jul-07 7:09
xoxoxoxoxoxox26-Jul-07 7:09 
AnswerRe: SQL SELECT query Pin
andyharman26-Jul-07 7:32
professionalandyharman26-Jul-07 7:32 
AnswerRe: SQL SELECT query Pin
Krish - KP26-Jul-07 21:33
Krish - KP26-Jul-07 21:33 
QuestionSelect employees haveing thier birthday with in coming 2 weeks Pin
Vipin.d26-Jul-07 5:52
Vipin.d26-Jul-07 5:52 

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.