How do you clear the SQL Server transaction log? [ANSWERED]
How do you clear the SQL Server transaction log? Asked By: Kilhoffer Originally Asked On: 2008-09-11 14:08:11 Asked Via: stackoverflow I’m not a SQL expert, and I’m reminded of the fact every time I...
View ArticleSQL Server Transaction log Backup Frequency [ANSWERED]
SQL Server Transaction log Backup Frequency Asked By: Andy Originally Asked On: 2009-05-27 09:25:29 Asked Via: serverfault I’m primarily a developer, but for one small in-house system I’m also...
View ArticleSQL transaction log backups conflicting with full backups? [ANSWERED]
SQL transaction log backups conflicting with full backups? Asked By: BradC Originally Asked On: 2009-05-27 16:42:58 Asked Via: serverfault On our SQL servers (2000, 2005, and 2008), we run full backups...
View ArticleHow can I find the space used by a SQL Transaction Log? [ANSWERED]
How can I find the space used by a SQL Transaction Log? Asked By: Sean Earp Originally Asked On: 2009-06-24 03:05:58 Asked Via: serverfault The SQL Server sp_spaceused stored procedure is useful for...
View ArticleHow to undo a delete operation in SQL Server 2005? [ANSWERED]
How to undo a delete operation in SQL Server 2005? Asked By: Daren Thomas Originally Asked On: 2008-10-14 15:00:32 Asked Via: stackoverflow Our Test DB is suddenly missing rows. We want them back. Is...
View ArticleMicrosoft SQL Server – What does it mean that a Transaction Log is Full?...
Microsoft SQL Server – What does it mean that a Transaction Log is Full? Asked By: BuddyJoe Originally Asked On: 2008-11-19 15:40:49 Asked Via: stackoverflow What does it mean that a Transaction Log is...
View ArticleHow to truncate and shrink log files? [ANSWERED]
How to truncate and shrink log files? Asked By: Samiksha Originally Asked On: 2008-12-18 13:29:11 Asked Via: stackoverflow How to truncate and shrink large log files in SQL Server 2005? How to apply...
View ArticleMS-SQL 2000: Turn off logging during stored procedure [ANSWERED]
MS-SQL 2000: Turn off logging during stored procedure Asked By: John Originally Asked On: 2009-01-14 18:23:23 Asked Via: stackoverflow Here’s my scenario: I have a simple stored procedure that removes...
View ArticleHow Can I Manage SQL Server Log Size [ANSWERED]
How Can I Manage SQL Server Log Size Asked By: Ed Mays Originally Asked On: 2009-01-26 18:47:01 Asked Via: stackoverflow I’m trying to manage the size of a SQL Server 2008 log file. I have a reporting...
View Article