Sql.log
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 26
- Joined: Fri Sep 18, 2009 2:24 pm
Sql.log
Is there a way to limit or stop (turn on/off) the creation/addition of the sql.log file? It is growing quite rapidly and I have a feeling it's going to fill my disk space.
- batmike
- Commander (CMDR)
- Posts: 123
- Joined: Tue Sep 04, 2007 10:46 am
- Location: Minneapolis, MN
- Contact:
Re: Sql.log
If you have the source code (which is why this happened to me), make sure that the properties of the Visual Studio are set to build in release mode and not debug mode. If the project is built in debug mode, there is a condition in the code to generate the sql.log file to track problems. Once it's in release mode, that file is no longer generated.
Hope that helps, I know that file got huge on my system and I couldn't figure out why that was happening.
Mike
Hope that helps, I know that file got huge on my system and I couldn't figure out why that was happening.
Mike
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 26
- Joined: Fri Sep 18, 2009 2:24 pm