Click here to Skip to main content
15,891,253 members
Home / Discussions / Database
   

Database

 
AnswerRe: how to connect sql server from internet Pin
Ch_Shahzad iqbal8-May-07 1:01
Ch_Shahzad iqbal8-May-07 1:01 
QuestionHelp Please Pin
yasso_1155-May-07 22:36
yasso_1155-May-07 22:36 
AnswerRe: Help Please Pin
Arun.Immanuel5-May-07 22:38
Arun.Immanuel5-May-07 22:38 
GeneralRe: Help Please Pin
yasso_1155-May-07 22:55
yasso_1155-May-07 22:55 
GeneralRe: Help Please Pin
Arun.Immanuel5-May-07 23:15
Arun.Immanuel5-May-07 23:15 
GeneralRe: Help Please Pin
yasso_1155-May-07 23:43
yasso_1155-May-07 23:43 
GeneralRe: Help Please Pin
Arun.Immanuel6-May-07 1:26
Arun.Immanuel6-May-07 1:26 
QuestionFulltext catalog not populating? Pin
alexjamesbrown5-May-07 17:36
alexjamesbrown5-May-07 17:36 
I execute the following:


EXEC sp_fulltext_catalog 'DescriptionsOfProducts', 'create'

EXEC sp_fulltext_table 'tblProducts', 'create', 'DescriptionsOfProducts', 'PK__tblProducts__50FB042B'

EXEC sp_fulltext_column 'tblProducts','ProductName','add'
EXEC sp_fulltext_column 'tblProducts','ProductDescription','add'

EXEC sp_fulltext_table 'tblProducts','activate'

EXEC sp_fulltext_catalog 'DescriptionsOfProducts', 'start_full'


On my local pc it works fine... populates the fulltext catalog just great.
however on my web server, it creates everything correctly, however has an item count of 0???

i cannot find whats going on! the databases are identical, both in structure, indexes and data.

any ideas?
AnswerRe: Fulltext catalog not populating? Pin
Nirosh6-May-07 4:48
professionalNirosh6-May-07 4:48 
QuestionHow robust the SQL Server 2005 is..? Pin
Nirosh5-May-07 8:50
professionalNirosh5-May-07 8:50 
Questionhow to insert unicode character into SQL server 2005 from c# Pin
rehab14-May-07 22:00
rehab14-May-07 22:00 
AnswerRe: how to insert unicode character into SQL server 2005 from c# Pin
Hesham Amin4-May-07 22:29
Hesham Amin4-May-07 22:29 
AnswerRe: how to insert unicode character into SQL server 2005 from c# Pin
Colin Angus Mackay4-May-07 22:30
Colin Angus Mackay4-May-07 22:30 
AnswerRe: how to insert unicode character into SQL server 2005 from c# Pin
subai5-May-07 4:18
subai5-May-07 4:18 
GeneralRe: how to insert unicode character into SQL server 2005 from c# Pin
Software_Guy_1236-May-07 2:58
Software_Guy_1236-May-07 2:58 
QuestionIncorrect query result onINNER JOINS over three tables Pin
Joe Smith IX4-May-07 17:21
Joe Smith IX4-May-07 17:21 
AnswerRe: Incorrect query result onINNER JOINS over three tables Pin
Arun.Immanuel4-May-07 20:25
Arun.Immanuel4-May-07 20:25 
GeneralRe: Incorrect query result onINNER JOINS over three tables Pin
Joe Smith IX5-May-07 0:45
Joe Smith IX5-May-07 0:45 
GeneralRe: Incorrect query result onINNER JOINS over three tables Pin
Arun.Immanuel5-May-07 1:07
Arun.Immanuel5-May-07 1:07 
GeneralRe: Incorrect query result onINNER JOINS over three tables Pin
Joe Smith IX5-May-07 2:04
Joe Smith IX5-May-07 2:04 
GeneralRe: Incorrect query result onINNER JOINS over three tables Pin
Arun.Immanuel5-May-07 2:29
Arun.Immanuel5-May-07 2:29 
GeneralRe: Incorrect query result onINNER JOINS over three tables Pin
Joe Smith IX5-May-07 4:42
Joe Smith IX5-May-07 4:42 
QuestionXPO vs SQL Statement or Persistent Object VS SQL Pin
mfcuser4-May-07 8:01
mfcuser4-May-07 8:01 
AnswerRe: XPO vs SQL Statement or Persistent Object VS SQL Pin
Kevin McFarlane5-May-07 5:19
Kevin McFarlane5-May-07 5:19 
QuestionSyntax error converting datetime from character string. Pin
rujuc#4-May-07 0:57
rujuc#4-May-07 0:57 

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.