Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. sp_fulltext_catalog [modified]

sp_fulltext_catalog [modified]

Scheduled Pinned Locked Moved Database
helpsharepointdatabasesql-serversysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dangquoctrang
    wrote on last edited by
    #1

    I used sql server 2005: use book go exec sp_fulltext_database @action='Enable' go sp_fulltext_catalog @ftcat='name' @action='Create' error :Incorrect syntax near '@action'. why? help me, thanks

    modified on Thursday, October 9, 2008 11:35 AM

    A 1 Reply Last reply
    0
    • D dangquoctrang

      I used sql server 2005: use book go exec sp_fulltext_database @action='Enable' go sp_fulltext_catalog @ftcat='name' @action='Create' error :Incorrect syntax near '@action'. why? help me, thanks

      modified on Thursday, October 9, 2008 11:35 AM

      A Offline
      A Offline
      Ashfield
      wrote on last edited by
      #2

      Its a typo sp_fulltext_catalog @ftcat='name' **,** @action='Create'

      Bob Ashfield Consultants Ltd

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups