![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Re: logs
"daveL" <vettes_n_jets@yahoo.com> wrote in message
news:9Deuk.20897$89.20832@nlpi069.nbdc.sbc.com... > hi, i have some huge logs, how do u empty them , from time to time > > DaveL > > > By backing them up (BACKUP LOG). If you don't require regular log backups then select the simple recovery mode, but bear in mind that you will generally be at greater risk of data loss under simple recovery. -- David Portas |
|
|||
|
Re: logs
AC (amit@desiboy.com) writes:
> if you don't need the log anymore or the data inside it, this will > shrink it to 10MB. > DBCC SHRINKFILE (DBNAME_log, 10) But shrinking the log to 10 MB is bad, unless this is just a database you fool around in. If you don't backup the log as it should, the log may grow overly large, but even if you run with simple recovery of at least 100 MB is to recommend, maybe 1GB unless the database is really small. With a small log file it will only auto-grow and that will slow down operations, and can also lead to fragmentation of the file. -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx |
|
|||
|
Re: logs
this is just a copy of production, for development
dont need the huge logs thanks i have set it to simple mode Dave L "David Portas" <REMOVE_BEFORE_REPLYING_dportas@acm.org> wrote in message news:eb6dnUrqXufUHSTVnZ2dnUVZ8sednZ2d@giganews.com ... > "daveL" <vettes_n_jets@yahoo.com> wrote in message > news:9Deuk.20897$89.20832@nlpi069.nbdc.sbc.com... >> hi, i have some huge logs, how do u empty them , from time to time >> >> DaveL >> >> >> > > By backing them up (BACKUP LOG). If you don't require regular log backups > then select the simple recovery mode, but bear in mind that you will > generally be at greater risk of data loss under simple recovery. > > -- > David Portas > > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|