About 14,700,000 results
Open links in new tab
  1. How to create a DB link between two oracle instances

    Nov 7, 2012 · How to create a DB link between two Oracle instances. Let's say A and B are two instances. I want to access the data in instance B from the instance A.

  2. How to connect to a local database in SQL Server Management …

    Apr 6, 2017 · After connection to server you can create a DB in which you want the dump to get imported. If your SQL dump contains create Database statement, then you don't need to …

  3. How to grant a Managed Identity permissions to an Azure SQL …

    Aug 28, 2023 · ALTER ROLE db_datawriter ADD MEMBER [MyManagedIdentity]; This is however failing because this requires that either the SQL Server or the GitHub action needs to …

  4. Error when installing Microsoft Sql Server 2019, cannot find the ...

    Apr 13, 2022 · An installation package for the product Microsoft OLE DB Driver for SQL Server cannot be found. Try the installation again using a valid copy of the installation package …

  5. sql - PostgreSQL: Give all permissions to a user on a PostgreSQL ...

    Mar 18, 2014 · I would like to give a user all the permissions on a database without making it an admin. The reason why I want to do that is that at the moment DEV and PROD are different …

  6. How to get the connection String from a database - Stack Overflow

    May 7, 2012 · A very simple way to retrieve a connection string, is to create a text file, change the extension from .txt to .udl. Double-clicking the .udl file will open the Data Link Properties …

  7. SQL Server giving logins(users) db_owner access to database

    Dec 17, 2017 · We have a test database and some test logins that we would like to give db_owner access to through a script. Usually we would have to go into logins and right click on …

  8. How to select data of a table from another database in SQL Server?

    Suppose that I have a database which name is testdb in test server. I also have a database named proddb in prod server. Now I want to select data of a table of testdb database from …

  9. How to fix Recovery Pending State in SQL Server Database?

    Sep 14, 2018 · Rename the DB and the Log files (Database Properties -> Files) In the Object Explorer window in SQL Management Studio, refresh the 'Databases Folder', if you see that …

  10. postgresql - Where are the postgres logs? - Stack Overflow

    Jun 10, 2021 · I'm using DBeaver to connect the postgres db and want to access the logs via DBeaver. I run the command below to find log destination and got stderr as the location. show …