Re: SQL Enable FullText automaticly on reboot
From: Keith Kratochvil (sqlguy.back2u_at_comcast.net)
Date: 09/15/04
- Next message: Keith Kratochvil: "Re: objConn.CreateParameter"
- Previous message: Anith Sen: "Re: objConn.CreateParameter"
- In reply to: Brian Henry: "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: John Kane: "Re: SQL Enable FullText automaticly on reboot"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 15 Sep 2004 14:26:30 -0500
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: Keith Kratochvil: "Re: objConn.CreateParameter"
- Previous message: Anith Sen: "Re: objConn.CreateParameter"
- In reply to: Brian Henry: "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: John Kane: "Re: SQL Enable FullText automaticly on reboot"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|