Viewing 8 posts - 1 through 8 (of 8 total)
The question was to change it to 23:59:59. I did not ask why.
December 14, 2004 at 8:56 am
December 14, 2004 at 2:15 am
The size of one transaction is 620 MB at the end of the transaction. It is strange to me that after the transaction the transaction log shrinks with a full...
July 2, 2004 at 5:26 am
When you delete 540000 records and add 540000 records the logfile grows to 1054MB but when the transaction is finished only 22,9MB of the logfile is uses and 1032MB is...
June 29, 2004 at 7:13 am
I've tried again, but the logfile starts at 10MB in use, grows to 504MB and after the transaction is finished is returns to 257 Mb.
But the recovery model is...
June 29, 2004 at 6:39 am
With only a primairy key it grows to 150MB, when you add a unique constraint on 7 fields it grows to 604 MB: the indexes do matter.
But during the transaction...
June 29, 2004 at 12:42 am
Thanks,
By trying
begin transaction
delete from xxxx
where xxxx_id>270000
insert into xxxx
select * from xxxx2
where xxxx_id > 270000 and xxxx_id < 540000
commit transaction
the logfile grows till 604 MB,
while the table xxxxxx with 540000...
June 28, 2004 at 7:47 am
-Does a user have to be a System Administrator in order for their objects to automatically be DBO owner ?
I think so. I have a programm that must be...
May 10, 2004 at 8:56 am
Viewing 8 posts - 1 through 8 (of 8 total)