Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
2k views

Is writing server log files to a database a good idea?

After reading an article about the subject from O'Reilly, I wanted to ask Stack Overflow for their thoughts on the matter.
1
vote
1answer
89 views

What is the proper way to create an apache-style log file using Erlang?

I think there is a specific module for this but can no longer figure out where I saw it ...
1
vote
3answers
3k views

Why does DBCC SHRINKFILE work inconsistently in a database job?

DBCC SHRINKFILE always works when I run it manually on a log file, even when I get the following message: 'Cannot shrink log file 2 (Claim_Log) because all logical log files are in use.' When I run ...
0
votes
2answers
147 views

Sql Server change data and log path of existing database

I am having a SQL Server 2008 installation with almost 15 databases running on it. Now due to scarcity of space I would like to move the data path to another drive. What is the best practice for this. ...
0
votes
2answers
129 views

Decoding scuba dive computer log files

Does anyone know of any libraries that decode one or more of the multitude of different scuba dive computer log file formats? DAN DL7 IRIS / DRAK Suunto Oceanlog Citizen ProDive NiTek Logic DCDS ...
0
votes
3answers
528 views

Folder to dump windows service log files

Short: What's the most appropriate folder for windows service to dump log files into? Details I have a windows service that produces log files that a low-tech end user might be interested to look at ...
0
votes
4answers
3k views

SQL Server 2k5 - Backup Of Database Without Log File(s)

Log files are often large an unwieldy. Is there a way to "backup" a SQL Server database without any log files (or with empty log files)?