What is the use of the log file ?
Can I create a databate without a log file even if I want to use
transations in my program ?Do yuo mean the transaciton log? No every SQL database has a tran log, you can set the recovery mode to simple and it will truncate the log upon checkpoint to keep it small. Not sure if that is what your question is...
HTH
No comments:
Post a Comment