Hey guys,
Lets not try to prove ourselves over each other.
Well, we are talking the same thing, except, qyllr mentioned about tempdb. Tempdb is not at all linked to syslogs. Syslogs are independent and every database has its own syslogs. Tempdb is a common place which system automatically uses for temp tables and its own working tables.(Ofcourse you can use tempdb as other db and it is being rebuilt everytime the ASE restarts.)
For my installation, I have 2GB tempdb and for one of my database I have 3GB syslogs. I have batch jobs running weeknights which pump-in/refresh data from other resources to our DW database. I am 99% sure my transaction log doesn't get filled-up completely due to the batch jobs, but still sometimes the server throws error messages saying "Syslog is full. Dump your transaction or increase the size of log".
Is there a limit on the number of logs(I mean number of rows) in the syslogs table, regardless of the size alloted?
Tx,