About 11,300 results
Open links in new tab
  1. How to fix this 'The transaction log for database 'Search_Service_DB ...

    Aug 8, 2020 · Most common reason, a database is running without log backups . So as a permanent fix you ca configured the databases for log backup if the recovery model is FULL/Bulk Logged. …

  2. TLog growth analysis - social.msdn.microsoft.com

    Jul 15, 2011 · How to monitor the activities on a particular database and casuing the growth of tlog and finally we should be able to figure out which one is the actual culprit. I know this is something which …

  3. Doesn't restart sql server rollback uncommitted transaction?

    Sep 7, 2010 · The transaction would be rolled back when the database goes through recovery, but if the transaction used up log file space, it wouldn't be returned to the system unless you explicitly shrink …

  4. Mirror database in synchronizing and restoring state

    Jun 10, 2014 · Ritz Friday, October 25, 2013 12:46 PM 0 Sign in to vote may i know where you are restoring the database in mirrored server .if yes in no recovery mode your database cannot to …

  5. System.Data.Odbc.OdbcException (0x80131937): ERROR [HYT00] …

    Aug 24, 2015 · 1) Our application (written in c#) running at Server uses ODBC driver ( ODBC interface) to access the MS SQL Database. 2) Our application receives hundreds of request (string of length …

  6. Msdb corrupted on sql server - social.msdn.microsoft.com

    Jan 17, 2014 · MSDB system database files is used for scheduling alerts and jobs. since you mention that it got corrupted you can recover it by using a dedicated Database Recovery software.

  7. Restore Database - Script - social.msdn.microsoft.com

    Jun 19, 2012 · I want restore more database at sql 2008 EE with sql script, start with. The backup databases are stored at on hard disk.

  8. Restore Error in SQL 2016 0x8200001e - social.msdn.microsoft.com

    Jan 20, 2018 · After creating a In-Memory Database , load the in-memory tables with data on the in-mem filegroup upto 1.5 GB. The in-memory tables are using the durability option as …

  9. SQL Server 2008 Dump Transaction - social.msdn.microsoft.com

    Jan 14, 2015 · The shrinking of TL process is changed in SQL Server 2008. You just need to (a) set the database to simple recovery model (b) Shirnk the file

  10. Cannot perform a differential backup for database

    Apr 12, 2010 · For differential backup u should have a Baseline/Full backup. SO first take full backup and the try differential backup backupdatabase SomeDtabase toDisk='D:\Somefile.bak'with init the …