PDA

View Full Version : quick question about job logs


tomkrier
July 28th, 2005, 02:09 PM
What happens when I hit 9999.xml for the job log? I know it is a length 4 int, so I was wondering do I need to remove all the old ones or what?

Gareth Horton
July 29th, 2005, 08:09 AM
Hi Tom

An INT 4 in SQL Server will hold numbers up to 2,147,483,647 so you should be fine for a while yet.

Gareth

Originally posted by tomkrier:
What happens when I hit 9999.xml for the job log? I know it is a length 4 int, so I was wondering do I need to remove all the old ones or what?