Quantcast
Channel: Brakertech » sql
Browsing all 3 articles
Browse latest View live

Howto: Fix an oversized modellog.ldf

Howto: Fix an oversized modellog.ldfmodellog.ldf too big? First try to figure out what’s using the log file: use [model] select (sum(size) * (8192/1024)) / 1024 from dbo.sysfiles WHERE (status &...

View Article


Howto: Fix (Can’t contact the database server: Can’t connect to local MySQL...

Howto: Fix (Can’t contact the database server: Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (2) (localhost))Problem: receiving this error on freebsd 6.1 (Can't contact the...

View Article


truncate sql log

truncate sql logFirst off, You CANNOT REVERT this command, so be sure you want to truncate the log! THE QUERY Instructions: Just replace with your DB BACKUP LOG WITH TRUNCATE_ONLY DBCC SHRINKDATABASE(...

View Article
Browsing all 3 articles
Browse latest View live