About 206,000 results
Open links in new tab
  1. 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 …

  2. How do I list all schemas in PostgreSQL? - Database …

    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;

  3. sql server - How do you document your databases? - Database ...

    (SQL-Server) What tool do you use? Documentation Storage Format for database schema/meta-data? Word documents Excel spreadsheet Plain Text Documentation process or policies? I …

  4. sql server - Database Administrators Stack Exchange

    SELECT * FROM fn_my_permissions('Database.Schema.Table', 'OBJECT'); REVERT; If the user is tied to an AD user or group, consider running repadmin /syncall to force any changes made …

  5. oracle - Difference between database vs user vs schema

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

  6. How to grant permissions to database but restrict to certain …

    Apr 23, 2019 · I am new to database administration and work within a small team of data analysts trying to modernise. We have recently set up an Azure SQL DB server we are accessing using …

  7. 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; …

  8. 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, …

  9. How do you export a database schema from SQL Server …

    Sep 2, 2016 · 3 As part of a web migration process, a vendor has asked for our database schema without the data records (for confidential purposes). They want a MS Excel file with each …

  10. database design - Understanding a double entry accounting DB …

    Dec 27, 2021 · the database schema of the vast majority of Accounting Systems follows this architecture is true, and that most DB administrators seem to agree due to the lack of counter …