bobh
2012-10-24 17:12:30 UTC
Hi,
I'm new to SQLServer from the standpoint of creating dbs and tables,
I'm an Access person but I now have SQLServer responsibilities so, I
recently had a tables' transaction log fill up which caused the Access
select query to not run/hang and then timeout. I was reading thru
this forum and came across this
"If your database is not critical set the recovery to SIMPLE
for that database. In Simple recovery model
the transaction log will be cleared on each checkpoint . "
my question are;
how do I get this SQLServer db and/or table to do a "checkpoint" so it
clears the log file?
is there a way to turn off having a tranaction log file? I have a
table that is just a accumulation table of monthly data, the only
thing that can be done is append records so I don't realy need a
transaction log file for that table.
thanks
bobh.
I'm new to SQLServer from the standpoint of creating dbs and tables,
I'm an Access person but I now have SQLServer responsibilities so, I
recently had a tables' transaction log fill up which caused the Access
select query to not run/hang and then timeout. I was reading thru
this forum and came across this
"If your database is not critical set the recovery to SIMPLE
for that database. In Simple recovery model
the transaction log will be cleared on each checkpoint . "
my question are;
how do I get this SQLServer db and/or table to do a "checkpoint" so it
clears the log file?
is there a way to turn off having a tranaction log file? I have a
table that is just a accumulation table of monthly data, the only
thing that can be done is append records so I don't realy need a
transaction log file for that table.
thanks
bobh.