1
vote
1answer
28 views
+150
SQL Server 2005 Transaction Log Entry : LOP_Format_Page
I am investigating an issue relating to a large log expansion during an ETL process, even though the database is set in bulk logged mode (and it is not running in psuedo simple but truely bulk logged)
…
0
votes
3answers
53 views
SQL Server full log issue — how to update the database?
I am working with SQL Server 2000, and trying to change the data type of a field from varchar to nvarchar, so that it can handle international characters. However, there is already a lot of data in …
0
votes
5answers
120 views
Why SQL Server seems to be so attached to transaction logs
OK, here is goes. I’m not a database guru or admin. In fact, besides some occasional index / query tuning, I don’t poke around too often in databases. One of the things which often eludes me is the …
19
votes
14answers
16k views
How do you clear the transaction log in a SQL Server 2005 database?
I'm not a SQL expert, and I'm reminded of the fact every time I need to do something beyond the basics. I have a test database that is not large in size, but the transaction log definitely is. How do …
0
votes
2answers
82 views
How to get the logical name of the transaction log in SQL Server 2005
I am trying to write a T-SQL routine that shrink the transaction log file using DBCC SHRINKFILE based on the logical name of the database. The DB_NAME() function gives you the logical name of the …
1
vote
1answer
305 views
SQL Server Tempdb LOG file growing
On a SQL Server 2000 system, I have a templog.ldf file that seems to grow without bound! But when I check, there are never any open transaction in the tempdb (using DBCC OPENTRAN), nor do I ever use …
0
votes
0answers
205 views
SQL Server (2005/2008): Does full backup truncate the log in full recovery mode [closed]
I've just read through a lot of MSDN documentation and I think I understand the different recovery models and the concept of a backup chain. I still have one question:
Does a full database backup …
0
votes
3answers
508 views
Shrinking the transaction log of a mirrored SQL Server 2005 database
I've been looking all over the internet and I can't find an acceptable solution to my problem, I'm wondering if there even is a solution without a compromise...
I'm not a DBA, but I'm a one man team …
1
vote
3answers
300 views
MSSQL: How do I increase the size of the transaction log?
How do I increase the size of the transaction log? Is is also possible to temporarily increase the transaction log?
Let's say I have the following scenario. I have a Delete operation that's too big …
1
vote
2answers
1k views
How do you read the Oracle transaction log
Instead of placing triggers on tables everywhere in an Oracle database, is there a Java API that I can use to read transactions off the Oracle transaction log?
My purpose is to be able to detect …
0
votes
3answers
747 views
How to truncate and shrink log files?
How to truncate and shrink large log files in SQL Server 2005? How to apply truncation at regular intervals?
Is there any difference between truncation and shrinking?
Thanks in advance
