Utah Web Site Designers


Aug 25 2008

Bye Tetris… Hurry and download iPhone Tetris before wednesday!!!

Tag: Office LifeMatthew Moeller @ 10:30 am
Noah Witherspoon creator of the free iPhone app “Tris” is being sued by the Tetris company over his app. He announced today that he has to take it down due to him being a student with no resources for a court fight. Hands down the best free app in the appstore is now going away, but you can still get it.  The bullies have won and he will take it down on wednesday. May I suggest a new name?   “NotTetris”

Thanks Noah for your hard work and keeping it free!

bye bye tetris


Aug 22 2008

Automated fix for SQL .ldf file growing out of control

Tag: Tech StuffMatthew Moeller @ 9:51 am

If you work with MS SQL server and have databases that handle lots of transactions then you no doubt have encountered the .ldf file growing to insane sizes if left unchecked. A large LDF file will result in the web application running extremely slow or most likely just timing out, not to mention affecting the performance of other databases setup on that same server. We used to manually detach the database rename the .ldf, once you re-attach the .mdf file it would start up a new .ldf log file and things would run speedy once again. While that worked it resulted in downtime, wasted resources, and unhappy clients.

Here is a solution that works perfectly and is automated. (assuming sql server 2000 or 2005 standard here)

  1. Launch Enterprise Manager and open Management
  2. Right click on Database Maintenance Plans > New plan
  3. Pick all your options to backup your database with the schedule and save the plan
  4. Drop down SQL Server Agent
  5. Right click on Jobs > New Job
  6. Give it a name and click on the second tab “steps
  7. Add a second step under the initial backup by clicking New
  8. Choose Type TSQL, pick the database, and paste in this command
  9. BACKUP LOG dbnamehere WITH TRUNCATE_ONLY
    DBCC SHRINKFILE(dbnamehere_Log, 1)

  10. Save it, click on step 1 hit adavanced and set “On success action:” to “Goto Step: 2” or it won’t run.

We have a log file that used to run to 18 to 30GB quickly and now it is 1MB on a daily basis, pretty sweet and with no real down time.  We have tried backing up the log and tried the built in shriking options with no luck, never worked.  Sure there are plenty of other methods you can use, hope this helps someone else out there facing the same problem.


Aug 07 2008

Office Oddments: From Stagnant Water Cooler Water, to Otter Pop Addictions

Tag: Office LifeAaron @ 11:12 am

We basically hit upon the next new trend in refreshments for business meetings that we are pretty positive is going to blow minds this summer — Otter Pops. No boring refreshments like colas, water, coffee or peanuts. We hope to have everyone sporting a day glow pop like some kind of radioactive glow stick protruding out of their mouths while we go over proposals — okay maybe it’s just a phase, but they’re quite refreshing. And thanks to Vince’s childhood reminiscing, we are now addicted to these (I’m partial to Alexander the Grape).