Click here to Skip to main content
15,899,679 members
Home / Discussions / Database
   

Database

 
AnswerRe: group by clause. Pin
Arun.Immanuel16-Jun-07 1:07
Arun.Immanuel16-Jun-07 1:07 
GeneralRe: group by clause. Pin
Vipin.d16-Jun-07 20:59
Vipin.d16-Jun-07 20:59 
GeneralRe: group by clause. Pin
Arun.Immanuel16-Jun-07 21:16
Arun.Immanuel16-Jun-07 21:16 
Questioncoping tables os Sql srver to folder Pin
razanabanu15-Jun-07 22:58
razanabanu15-Jun-07 22:58 
Questionopening a db on network path?[sql servr 05] Pin
giddy_guitarist15-Jun-07 22:37
giddy_guitarist15-Jun-07 22:37 
AnswerRe: opening a db on network path?[sql servr 05] Pin
originSH18-Jun-07 2:51
originSH18-Jun-07 2:51 
GeneralRe: working with a DB over a network Pin
giddy_guitarist18-Jun-07 9:22
giddy_guitarist18-Jun-07 9:22 
QuestionProblem in recreating the table Full text catalog in sql server Pin
AmitSumit15-Jun-07 21:45
AmitSumit15-Jun-07 21:45 
Hi,

Thanks in advance….

I have table and having Full text catalog implemented. I want to drop the Full text catalog by using script (Tsql) and then again generate the same Full text catalog on the same table.

I can drop the table Full text catalog successfully but when I execute the script to recreate the Full text catalog it through the following error.

## "File 'sysft_adm_groups_full_text_new1' cannot be reused until after the next BACKUP LOG operation."

Below are the script that I am using to recreate.

CREATE FULLTEXT CATALOG [adm_Test_full_text]
IN PATH N'C:\Program Files\Microsoft SQL Server\MSSQL.5\MSSQL\FTData'
AUTHORIZATION [dbo]

Thanks again


Amit

Questiondatepart function..... Pin
Member 387988115-Jun-07 21:18
Member 387988115-Jun-07 21:18 
AnswerRe: datepart function..... Pin
Arun.Immanuel15-Jun-07 21:47
Arun.Immanuel15-Jun-07 21:47 
GeneralRe: datepart function..... Pin
Member 387988116-Jun-07 1:20
Member 387988116-Jun-07 1:20 
QuestionVB6 Pin
xxxxxzer15-Jun-07 12:25
xxxxxzer15-Jun-07 12:25 
Questiondatetime difference Pin
seemamltn15-Jun-07 11:33
seemamltn15-Jun-07 11:33 
QuestionSearch Facilities-Please Suggest Pin
adnanrafiq15-Jun-07 10:22
adnanrafiq15-Jun-07 10:22 
QuestionDelete the rows Pin
seemamltn15-Jun-07 8:04
seemamltn15-Jun-07 8:04 
AnswerRe: Delete the rows Pin
snorkie15-Jun-07 9:46
professionalsnorkie15-Jun-07 9:46 
QuestionIndex server Pin
originSH15-Jun-07 5:00
originSH15-Jun-07 5:00 
QuestionNULL vs '' (Nothing) Pin
dboy22115-Jun-07 4:24
dboy22115-Jun-07 4:24 
AnswerRe: NULL vs '' (Nothing) Pin
Pete O'Hanlon15-Jun-07 4:30
mvePete O'Hanlon15-Jun-07 4:30 
GeneralRe: NULL vs '' (Nothing) Pin
dboy22115-Jun-07 4:46
dboy22115-Jun-07 4:46 
GeneralRe: NULL vs '' (Nothing) Pin
Pete O'Hanlon15-Jun-07 5:13
mvePete O'Hanlon15-Jun-07 5:13 
GeneralRe: NULL vs '' (Nothing) Pin
andyharman15-Jun-07 7:38
professionalandyharman15-Jun-07 7:38 
AnswerRe: NULL vs '' (Nothing) Pin
PIEBALDconsult15-Jun-07 4:32
mvePIEBALDconsult15-Jun-07 4:32 
QuestionHELP PLEase with SQL form data entry Pin
theimmortalmoo15-Jun-07 4:21
theimmortalmoo15-Jun-07 4:21 
AnswerRe: HELP PLEase with SQL form data entry Pin
leckey15-Jun-07 5:29
leckey15-Jun-07 5:29 

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.