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. Sql Enterprise Manager

Sql Enterprise Manager

Scheduled Pinned Locked Moved Database
databasequestion
4 Posts 4 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.
  • S Offline
    S Offline
    smita_roy
    wrote on last edited by
    #1

    How can i hide a database to be listed in sql enterprise manager else how can i prevent data from being deleted in a table through enterprise manager

    A E M 3 Replies Last reply
    0
    • S smita_roy

      How can i hide a database to be listed in sql enterprise manager else how can i prevent data from being deleted in a table through enterprise manager

      A Offline
      A Offline
      Andy Brummer
      wrote on last edited by
      #2

      Make sure only authorized users have rights to make changes to the database. If users have access to their own SQL user names and passwords for an application then you can't prevent them from using other access tools.


      I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

      1 Reply Last reply
      0
      • S smita_roy

        How can i hide a database to be listed in sql enterprise manager else how can i prevent data from being deleted in a table through enterprise manager

        E Offline
        E Offline
        enjoycrack
        wrote on last edited by
        #3

        smita_roy wrote: How can i hide a database to be listed in sql enterprise manager => No u cannot hide ur DB in SQL Enterprise Manager, I think. Because this GUI used to manage Databases smita_roy wrote: how can i prevent data from being deleted in a table through enterprise manager => u need to ensure that there's no one knows ur DB password except u << >>

        1 Reply Last reply
        0
        • S smita_roy

          How can i hide a database to be listed in sql enterprise manager else how can i prevent data from being deleted in a table through enterprise manager

          M Offline
          M Offline
          miah alom
          wrote on last edited by
          #4

          (1) How can i hide a database to be listed in sql enterprise manager ? Just Detach the Database in the Enterprise Manager. (2) How can i prevent data from being deleted in a table through enterprise manager ? Remove the permission from the user REVOKE priv_type [(column_list)] [, priv_type [(column_list)]] ... ON [object_type] {tbl_name | * | *.* | db_name.*} FROM user [, user] ... REVOKE ALL PRIVILEGES, GRANT OPTION FROM user [, user] ...

          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