Tagged Questions
5
votes
1answer
2k 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 ...
1
vote
1answer
145 views
Is there are a way to check the last time a shrink operation was done on a SQL Server 2000 transaction log
Title says it all really.
I've got a database running on a clients SQL Server 2000 box where the transaction log file is only 1MB in size. This seems very perculiar.
I can't find any Database ...
1
vote
5answers
2k views
MS-SQL 2000: Turn off logging during stored procedure
Here's my scenario:
I have a simple stored procedure that removes a specific set of rows from a table (we'll say about 30k rows), and then inserts about the same amount of rows. This generally ...
0
votes
1answer
718 views
SQL server 2000 how to find transaction history for a table/row
How do you find the modification history for a certain table / row in SQL server 2000? Thanks.