约 50 个结果
在新选项卡中打开链接
  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

    2011年8月13日 · 291 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 …

  3. sql server - Find a value anywhere in a database - Stack Overflow

    Given a number, how do I discover in what table and column it could be found within? I don't care if it's fast, it just needs to work.

  4. Create Local SQL Server database - Stack Overflow

    2017年4月11日 · 6 After installation you need to connect to Server Name : localhost to start using the local instance of SQL Server. Once you are connected to the local instance, right click on Databases …

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

    2019年12月8日 · 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 …

  6. Wait on the Database Engine recovery handle failed. Check the SQL ...

    During service startup, SQL Server begins the database recovery process to ensure database consistency. Part of this database recovery process involves consistency checks on the underlying …

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

    2018年9月14日 · 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 …

  8. sql - The transaction log for the database is full - Stack Overflow

    I have a long running process that holds open a transaction for the full duration. I have no control over the way this is executed. Because a transaction is held open for the full duration, whe...

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

    2008年9月11日 · 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 …

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

    2011年10月25日 · 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 …