About 21,300,000 results
Open links in new tab
  1. File extension .DB - What kind of database is it exactly?

    12 If you're on a Unix-like platform (Mac OS X, Linux, etc), you could try running file myfile.db to see if that can figure out what type of file it is. The file utility will inspect the beginning of the …

  2. How to fix SQL Server 2019 connection error due to certificate issue

    Dec 17, 2021 · To improve the answer, let me sum up the comments: While setting TrustServerCertificate=True or Encrypt=false in the connection string is a quick fix, the …

  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. How can I change a PostgreSQL user password? - Stack Overflow

    Oct 4, 2012 · I believe the best way to change the password is simply to use: \password in the Postgres console. Per ALTER USER documentation: Caution must be exercised when …

  5. How to close existing connections to a DB - Stack Overflow

    Apr 30, 2012 · I want to close the existing connections to an MS SQL Server so that I can do a restore on that database programatically.

  6. SQL Server String or binary data would be truncated

    4 Yep - "a pint into a half-pint pot will not go". I've not had much luck (for whatever reason) with the various SPs that folks have suggested, BUT as long as the two tables are in the same DB …

  7. Connect Azure CosmosDB using Managed Identities from Azure …

    Azure Cosmos DB actually has built-in roles for that. For read only, roleDefinitionId is 00000000-0000-0000-0000-000000000001. For read and write, roleDefinitionId is 00000000-0000-0000 …

  8. Import / Export database with SQL Server Server Management …

    You can do dump the whole DB directly into another database, no need to store it into a temp file. > In SQL Server Management Studio, connect to an instance of the SQL Server Database …

  9. Reset identity seed after deleting records in SQL Server

    I have inserted records into a SQL Server database table. The table had a primary key defined and the auto increment identity seed is set to “Yes”. This is done primarily because in SQL …

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