Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compressing a database
Message
From
23/02/2009 16:20:50
 
 
To
22/02/2009 23:04:04
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01382992
Message ID:
01383596
Views:
39
>>One more link on this topic
>>
>>http://www.joehavelick.com/post/2008/02/27/Deleting-Records-and-Recovering-Space-in-SQL-Database.aspx
>
>This one explains why my log was getting monstrous everytime I was running my import script. As when it runs, it was deleting all records from the table first. So, using TRUNCATE will avoid that to fall in the log.
>
>Thanks


That's correct... Truncate table is not loggable, as well as select ... into.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform