Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, April 20, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Administration Forums - Database Administration
Forum to discuss SQL Server or Oracle database administration related to SalesLogix databases. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to Database Administration | New ThreadView:  Search:  
 Author  Thread: saleslogix_log file size
jclark
Posts: 3
 
saleslogix_log file sizeYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Aug 06 3:22 PM
fiogf49gjkf0d
Any help would be greatly appreciated. The salelogix_log needs to be reduced in size. How do I go about this?

[Reply][Quote]
Steve Margeson
Posts: 38
 
Re: saleslogix_log file sizeYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Aug 06 6:39 AM
fiogf49gjkf0d
First, you need to adjust your backup schedule so that your log doesn't keep growing. If you are not processing incremental backups and your recovery model is not set to simple this is pretty common with SQL 2000. The log is designed to get cleaned out when a incremental backup is complete.

Here is how you go about reducing the size after you have corrected your backup schedule.
execute the following SQL Statements on your SalesLogix Database

First you need to empty the Transaction log
DUMP TRAN SalesLogix WITH NO_LOG
Now you can Shrink the database(this will reduce your log file size back to normal)
DBCC SHRINKDATABASE(SalesLogix,10)
If you are not using incremental Backups run the following statement to stop your log file from getting out of control
SP_DBOPTION 'SalesLogix','trunc. log on chkpt.',true
If you are not sure what database options are currently set run the following
SP_DBOPTION 'SalesLogix'

I hope this help!!







[Reply][Quote]
jclark
Posts: 3
 
Re: saleslogix_log file sizeYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Aug 06 7:47 AM
fiogf49gjkf0d
Thanks!!
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 4/20/2024 4:09:51 AM