About 199,000 results
Open links in new tab
  1. The database principal owns a schema in the database, and cannot be ...

    I am trying to delete a principal from the database but can't because it owns a schema. When I go to edit the user, however, the box to uncheck schema is blue and unremovable. How can I remove the

  2. What is the difference between logical schema and physical schema?

    A logical schema won't exist in your database. A logical schema is a design-centric database structure built to meet your business requirements. It is a model that exists on a white board or in a diagraming …

  3. oracle - Difference between database vs user vs schema - Database ...

    May 8, 2023 · What is the difference (if any) between a database, a user, and a schema?

  4. postgresql - Schema design for user activity logging - Database ...

    Nov 1, 2016 · I'm designing a schema to support logging of user activity, where users must be able to search: Across all events (events of any type), with datetime range, by username; Across events of …

  5. How do I list all schemas in PostgreSQL? - Database Administrators ...

    Apr 15, 2013 · When using PostgreSQL v9.1, how do I list all of the schemas using SQL? I was expecting something along the lines of: SELECT something FROM pg_blah;

  6. How to design banking financial transactions database schema?

    Oct 13, 2021 · How would be better to design the database schema having many transaction types? It also should be easy to get a list of all transactions of an account. The simplest way to design it is to …

  7. SQL Server - granting permissions to an entire schema vs. object?

    Jan 6, 2016 · I'm very green when it comes to the world of database permissions management in SQL Sever. Let's keep an example simple. Say account 'admin' is the owner of schemas A, B, and C. …

  8. How to grant permissions to database but restrict to certain schemas ...

    Apr 23, 2019 · I would like all user logins to have the ability to create, drop, select etc. freely for all objects where the schema is unspecified or specified as "dbo" but to only have read-only …

  9. ER vs database schema diagrams - Database Administrators Stack …

    Oct 28, 2015 · 5 When I search the web for "ER diagram" and "database schema", these 3 diagram types are found, but all of them are referred to as "ER diagrams". I want to know: What is a database …

  10. postgresql - Delete all data in Postgres database - Database ...

    Nov 2, 2016 · How do I delete all data in the staging server database first, before restoring the data from the production dump? I want to delete all data only so I don't have to drop and create the database …