Click here to Skip to main content
15,915,501 members
Home / Discussions / Database
   

Database

 
Questionhow to move data from one db to another db Pin
janani1323-Jun-09 0:33
janani1323-Jun-09 0:33 
GeneralRe: how to move data from one db to another db Pin
Isaac Gordon23-Jun-09 0:42
Isaac Gordon23-Jun-09 0:42 
GeneralRe: how to move data from one db to another db Pin
janani1323-Jun-09 0:47
janani1323-Jun-09 0:47 
GeneralRe: how to move data from one db to another db Pin
Isaac Gordon23-Jun-09 0:55
Isaac Gordon23-Jun-09 0:55 
AnswerRe: how to move data from one db to another db Pin
Jerry Hammond23-Jun-09 4:59
Jerry Hammond23-Jun-09 4:59 
AnswerRe: how to move data from one db to another db Pin
Niladri_Biswas23-Jun-09 18:17
Niladri_Biswas23-Jun-09 18:17 
GeneralRe: how to move data from one db to another db Pin
Jerry Hammond23-Jun-09 19:50
Jerry Hammond23-Jun-09 19:50 
Questionfull text indexed Pin
almasoudi22-Jun-09 23:12
almasoudi22-Jun-09 23:12 
Hi i have a problem when im using CONTAINS OR FREETEXT in WHERE CLAUSE im using MS SQL Server
EXEC sp_fulltext_catalog 'MyCatalog', 'create'
EXEC sp_fulltext_table 'MyTable', 'create', 'MyCatalog', 'idx_MyIndex'
EXEC sp_fulltext_column 'MyTable', 'column1', 'add'
EXEC sp_fulltext_table 'MyTable', 'activate'
EXEC sp_fulltext_catalog 'MyCatalog', 'start_full'

everything is fine when i executed those storeprocedures but when i run the QUERY SELECT * FROM MyTable where CONTAINS(column1,'sal')
i have two record have 'saleh'

but i got 0 records

also when i view the property of MyCatalog i got Item Count = 0

Please help i don't know why i got 0 record ???
AnswerRe: full text indexed Pin
Eddy Vluggen23-Jun-09 0:18
professionalEddy Vluggen23-Jun-09 0:18 
QuestionHelp me with SQL query Pin
anderslundsgard22-Jun-09 21:00
anderslundsgard22-Jun-09 21:00 
AnswerRe: Help me with SQL query Pin
Blue_Boy22-Jun-09 21:35
Blue_Boy22-Jun-09 21:35 
GeneralRe: Help me with SQL query Pin
Niladri_Biswas23-Jun-09 19:00
Niladri_Biswas23-Jun-09 19:00 
AnswerRe: Help me with SQL query Pin
Niladri_Biswas24-Jun-09 20:09
Niladri_Biswas24-Jun-09 20:09 
QuestionINDEX and INSERT in SQL Server 2005 Pin
sujithkumarsl22-Jun-09 20:57
sujithkumarsl22-Jun-09 20:57 
AnswerRe: INDEX and INSERT in SQL Server 2005 Pin
Ashfield22-Jun-09 21:00
Ashfield22-Jun-09 21:00 
GeneralRe: INDEX and INSERT in SQL Server 2005 Pin
sujithkumarsl22-Jun-09 22:39
sujithkumarsl22-Jun-09 22:39 
GeneralRe: INDEX and INSERT in SQL Server 2005 Pin
Ashfield23-Jun-09 1:42
Ashfield23-Jun-09 1:42 
GeneralDisplay Execution Plan Pin
David Mujica23-Jun-09 2:57
David Mujica23-Jun-09 2:57 
QuestionWhich of those MySQL Licenses do I need? Pin
softwarejaeger22-Jun-09 20:28
softwarejaeger22-Jun-09 20:28 
QuestionMS ACCESS QUery Pin
jonhbt22-Jun-09 19:50
jonhbt22-Jun-09 19:50 
AnswerRe: MS ACCESS QUery Pin
_Damian S_22-Jun-09 20:06
professional_Damian S_22-Jun-09 20:06 
GeneralRe: MS ACCESS QUery Pin
jonhbt22-Jun-09 20:37
jonhbt22-Jun-09 20:37 
GeneralRe: MS ACCESS QUery Pin
_Damian S_22-Jun-09 20:48
professional_Damian S_22-Jun-09 20:48 
GeneralRe: MS ACCESS QUery Pin
jonhbt22-Jun-09 21:04
jonhbt22-Jun-09 21:04 
GeneralRe: MS ACCESS QUery Pin
_Damian S_23-Jun-09 2:42
professional_Damian S_23-Jun-09 2:42 

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.