About 50 results
Open links in new tab
  1. sql server - Database stuck in "Restoring" state - Stack Overflow

    I had this situation restoring a database to an SQL Server 2005 Standard Edition instance using Symantec Backup Exec 11d. After the restore job completed the database remained in a "Restoring" …

  2. SQL Server query to find all permissions/access for all users in a database

    Aug 13, 2011 · I would like to write a query on a sql 2008 that will report all the users that have access to a specific database, or objects within the database such as tables, views, and stored procedures, either

  3. sql server - Get size of all tables in database - Stack Overflow

    Oct 25, 2011 · 802 If you are using SQL Server Management Studio (SSMS), instead of running a query (which in my case returned duplicate rows) you can run a standard report. Right click on the …

  4. How do you clear the SQL Server transaction log?

    Sep 11, 2008 · The busier the database is, the quicker the online transaction log will grow if transaction log backups are not created Creating a SQL Server transaction log backup doesn’t block the online …

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

    Sep 14, 2018 · One way to end up with a database that is in "Recovery Pending" state, is in the context of restoring a backup of an encrypted database (encrypted with TDE) on a new SQL Server instance.

  6. How can I generate an entity–relationship (ER) diagram of a database ...

    128 I want to generate an ER diagram of an SQL database using Microsoft SQL Server Management Studio (SMSS). However, I don’t know how to. I found this technique online: Making ER Diagram …

  7. How can I clone an SQL Server database on the same server in SQL …

    376 I have an MS SQL Server 2008 Express system which contains a database that I would like to 'copy and rename' (for testing purposes) but I am unaware of a simple way to achieve this. I notice that in …

  8. Unable to install SQL Server (setup.exe) Exit code decimal: -2061893606

    Oct 5, 2022 · Unable to install SQL Server (Setup), An Insallation Package for the product Microsoft OLE DB Driver for SQL Server Cannot be fount, Try the installation again a valid copy 'msoledbsql.msq'

  9. How to do version control for SQL Server database?

    Aug 2, 2008 · If you are using Red Gate's SQL Compare product - you can do object-level comparisons, and generate change scripts. It also allows you to export your database objects into a folder …

  10. How do I search an SQL Server database for a string?

    Dec 8, 2019 · I need to search an SQL Server database for all mentions of a specific string. For example, I would like to search all tables, views, functions, stored procedures, ... for string …