Re: SQL Enable FullText automaticly on reboot
From: John Kane (jt-kane_at_comcast.net)
Date: 09/15/04
- Next message: David Portas: "Re: parsing sql in transact sql"
- Previous message: Hugo Kornelis: "Re: Do I care about this?"
- In reply to: Keith Kratochvil: "Re: SQL Enable FullText automaticly on reboot"
- Next in thread: Brian Henry: "Re: SQL Enable FullText automaticly on reboot"
- Reply: Brian Henry: "Re: SQL Enable FullText automaticly on reboot"
- Reply: Brian Henry: "Re: SQL Enable FullText automaticly on reboot"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 15 Sep 2004 12:52:44 -0700
Brian,
I'm not sure why you need to run 'sp_fulltext_enable' as it's not a valid
SQL Server 2000 system Full-text Search stored procedure, such as:
sp_fulltext_catalog
sp_fulltext_column
sp_fulltext_database
sp_fulltext_getdata
sp_fulltext_service
sp_fulltext_table
What does sp_fulltext_enable do? If it re-enables FTS in databases, then you
have a much bigger problem than just how to mark it as a startup procedure.
FYI, you can also post FTS related questions to the newsgroup:
microsoft.public.sqlserver.fulltext.
Regards,
John
"Keith Kratochvil" <sqlguy.back2u@comcast.net> wrote in message
news:OeJjJo1mEHA.3452@TK2MSFTNGP15.phx.gbl...
> Create a stored procedure and mark it as a startup stored procedure
>
> exec sp_procoption 'procFoo', 'startup', 'true'
>
> --
> Keith
>
>
> "Brian Henry" <brianiupmsdn@newsgroups.nospam> wrote in message
> news:%235fuJl1mEHA.2740@TK2MSFTNGP12.phx.gbl...
> > Is there a way to execute the sp_fulltext_enable stored proc automaticly
> > after a server rebooted on all the databases in the server? maybe with a
> job
> > or something? its getting a little annoying having to run it again on
> every
> > database after we reboot our development server... thanks
> >
> >
>
- Next message: David Portas: "Re: parsing sql in transact sql"
- Previous message: Hugo Kornelis: "Re: Do I care about this?"
- In reply to: Keith Kratochvil: "Re: SQL Enable FullText automaticly on reboot"
- Next in thread: Brian Henry: "Re: SQL Enable FullText automaticly on reboot"
- Reply: Brian Henry: "Re: SQL Enable FullText automaticly on reboot"
- Reply: Brian Henry: "Re: SQL Enable FullText automaticly on reboot"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|