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
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Can't define full-text index in Microsoft Sql Server 2008

Can't define full-text index in Microsoft Sql Server 2008

Scheduled Pinned Locked Moved Database
databasehelpcsharpsharepointsql-server
3 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.
  • F Offline
    F Offline
    fiaolle
    wrote on last edited by
    #1

    Hi I have tried to define a full-text index, but when I come to the dialog define population schedules in the wizard, I get errors. :(( The errors are This wizard will close because it encountered the following error: (Microsoft SQL Server) Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc) An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) EXECUTE permission denied on object 'sp_help_category', database 'msdb', schema 'dbo'. SELECT permission denied on object 'sysjobs_view', database 'msdb', schema 'dbo'. (.Net SqlClient Data Provider) Error Number: 229 Severity: 14 State: 5 Procedure: sp_help_category Line Number: 1 I followed the article in Codeproject http://www.codeproject.com/KB/database/SQLServer2K8FullTextSearh.aspx Please Help Me Regards Fia

    T 1 Reply Last reply
    0
    • F fiaolle

      Hi I have tried to define a full-text index, but when I come to the dialog define population schedules in the wizard, I get errors. :(( The errors are This wizard will close because it encountered the following error: (Microsoft SQL Server) Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc) An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) EXECUTE permission denied on object 'sp_help_category', database 'msdb', schema 'dbo'. SELECT permission denied on object 'sysjobs_view', database 'msdb', schema 'dbo'. (.Net SqlClient Data Provider) Error Number: 229 Severity: 14 State: 5 Procedure: sp_help_category Line Number: 1 I followed the article in Codeproject http://www.codeproject.com/KB/database/SQLServer2K8FullTextSearh.aspx Please Help Me Regards Fia

      T Offline
      T Offline
      The Man from U N C L E
      wrote on last edited by
      #2

      You will need to be in the dbo_role on the msdb database.

      If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles]  [My Website]

      F 1 Reply Last reply
      0
      • T The Man from U N C L E

        You will need to be in the dbo_role on the msdb database.

        If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles]  [My Website]

        F Offline
        F Offline
        fiaolle
        wrote on last edited by
        #3

        Hi Thanks för your answer. What do I have to do, to become in the dbo_role. And what is the msdb database, is that the master database. The database I'm using is in a remote server, so what can I than do to define full-text index or can't I. Fia

        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