Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-03-05 : 00:40:21
|
Hristos writes "I have a table with 6.5 million rows.
It has a date field which I need to increment by 1
If I do an update my table set datefield = datefield + 1 the transaction log gets full before the update is complete.
I tried increasing the log size (no luck, it needs 20GB of lo space)
Any ideas?
thank you Hristos" |
|
|
|
|
|