Skip to content
DbaFix
Just share answer and question for fixing database problem
MENU
  • HOME

Tag: permissions

How can I grant permission to multiple databases / tables to a user in a single query in MySQL?

By adminPosted on February 7, 2023

Question : I am trying the query – GRANT SELECT ON company.*, school.*, onlineshop.* TO user1@localhost; To which I am […]

Collation conflict when running dynamic sql FOR XML PATH

By adminPosted on February 6, 2023

Question : I am getting the following error message when running the query below: Cannot resolve the collation conflict between […]

DROP command denied to user ‘root’@’localhost’

By adminPosted on February 4, 2023

Question : Okay. Apparently someone removed the DROP privilege from root (they have every other privilege granted), presumably to prevent […]

Login permissions outside of sa – SQL Server

By adminPosted on February 4, 2023

Question : Where I’m at, our DBA team is split up into admins, BI, DEV. We are wanting to have […]

cross database trigger: server principal is not able to access the database under the current security context

By adminPosted on February 3, 2023

Question : I have a two databases Source and Target hosted in the same SQL Server 2008 R2 instance. I […]

Restrict access to new database by default

By adminPosted on February 2, 2023

Question : I am administering a Postgres server for students on a very basic database course. Students get there own […]

Executing sys.dm_fts_parser without sysadmin server role

By adminPosted on February 2, 2023

Question : A web application needs to execute sys.dm_fts_parser to discover which words SQL Server Fulltext Search used to match […]

How to list the permissions on User-Defined Table Types?

By adminPosted on February 2, 2023

Question : I am using some user-defined table types. They are very useful. you can see information about them by […]

Allow access to specific user only

By adminPosted on February 1, 2023

Question : I have a database with an owner for it. My problem is that, though I have assigned a […]

In Postgresql, after pg_dump the access privileges on the database itself are not restored

By adminPosted on January 31, 2023

Question : Suppose user foo owns a database gee, and user foo has granted user bar with all access privileges […]

  • 1
  • 2
  • 3
  • 4
  • …
  • 197

Recent Posts

  • What are your use-cases for HandlerSocket?
  • Sqlite query slow whilst it should be fast
  • Should I normalize a relational database design if I know the data will never be updated?
  • Index not picked up on nullable boolean column
  • Can we protect data form Database Administrator by encrypting the data?
  • Oracle 12c SYSTEM user locked out
  • Max from 2 columns with priority date col then the seq col Oracle
  • MySQL incremental backups per database (not global)
  • Does PostgreSQL/PostGIS use R-Tree or R*-Tree?
  • Implementing a simple ERD in MySQL: is the implementation below 100% compliant with the ERD?
  • Postgres Vacuum in Function
  • How can we improve this PIVOT operation? ( SQL Server 2008 R2 )
  • mongodb restore multiple collections with single command
  • GRANT privileges to table elements
  • Is there any way to perform atomic updates of stored procedures in MySQL?
  • How to Transfer SSMS “Font & Color” settings from one machine to another?
  • SQL Server 2012 Intellisense Support for Extended Events
  • Multi-tenant database
  • Get column names and data types of a query, table or view
  • What is the effect on primary keys when moving a CLUSTERED index to a new filegroup?

Categories

  • Database Backup
  • Database Design
  • Database Index
  • Database Optimization
  • InnoDB
  • Join
  • MariaDB
  • MongoDB
  • MySQL
  • Oracle
  • Performance
  • Permissions
  • Postgresql
  • Query Performance
  • Replication
  • Security
  • SQL Server
Proudly powered by WordPress / Support by: DizzyCoding