• subscribe


Dejan Nakarada-Kordic

Dejan Nakarada-Kordic is a database specialist with ASB Bank in New Zealand. He was born in Yugoslavia in the 1970s and spent the 1990s in Zimbabwe before settling in New Zealand. He holds degrees in psychology and computer science, as well as many Microsoft certifications.
Email: dejan.nakarada-kordic@asb.co.nz

My Latest Content
My Latest Comments



Author Articles

File Operations Made Easy

By Dejan Nakarada-Kordic, 05/23/2011

File operations that require many lines of T-SQL code can often be handled with a single function call if you use a CLR class, such as FileCLR. This class lets you easily obtain a ...

Sidebar: Date Operations Made Easy

By Dejan Nakarada-Kordic, 05/23/2011

A Practical Approach to Managing Database Size

By Dejan Nakarada-Kordic, 02/08/2011

The size of a database's data files can affect database availability, performance, and support. Here's what you can do to effectively manage their size.

Move Database Files Without Taking the Database Offline

By Dejan Nakarada-Kordic, 02/19/2010

If you move database files using one the methods prescribed in the SQL Server documentation, you have to take your databases offline. You can avoid this situation by using the ...

Managing Service Broker Conversations

By Dejan Nakarada-Kordic, 12/08/2009

Prevent data loss and improve performance by using this method to reduce conversation management overhead.

Don't Let Poison Messages Kill Processing in SQL Server 2005's Service Broker

By Dejan Nakarada-Kordic, 11/24/2008

Here's a solution you can use when you need to disable XML validation yet have Service Broker continue processing when it encounters a poison message.