Mladen Prajdić Blog

Blog about stuff and things and stuff. Mostly about SQL server and .Net

Watershed Image Segmentation in C#

Lately I've been doing some image processing work using the most amazing AForge.NET open source library written in C#. This library contains a whole bunch of useful filters you can play with but unfortunately it doesn't contain any filter for segmentation. Read more →

Integrating Profiler and PerfMon Log Files

I've written an article here on SQL Team about Integrating Profiler and PerfMon Log Files. Troubleshooting SQL Server requires the use of both PerfMon (Performance/System Monitor) and SQL Trace files created by SQL Profiler or directly by SQL Server trace. Read more →

The dangers of blogging by Yossi Vardi

This is a very "serious" talk presented by legendary Israeli investor and community-builder Yossi Vardi. It talks about the dangers of blogging especially for males.     Direct video link here. Read more →

Introduction to SQL Server 2005 Database Backups

I've written an article here on SQL Team Database Backups in SQL Server. It's a first of two articles on backups and backup strategy Backing up a database is one of the most important things you need to do when having a database driven application. Read more →

SQL Server 2005 evil DBA prank

Today I feel a bit evil minded so I thought I'd share this little prank-friendly function. If you put this into a .Net Assembly you import to SQL Server as a function or a stored procedure Read more →