|
|
Troubleshooting the database could not be exclusively locked to perform the operation error on SQL Server Written on February 20, 2010, by Mehmetali Shaqiri. |
Recently we have started to implement our own Content Management System codename DeepThought and when testing the creation of articles and menus we realized that we cannot use the default database collation of SQL Server. The reason is that in future we might have clients that require the use of Cyrillic characters. Therefore the collation that should be used for these cases is SQL_Latin1_General_CP1251_CS_AS.
But when trying to change the collation I came across the following error: The database could not be exclusively locked to perform the operation.
Tags: SQL, troubleshooting. If you would like to leave a comment, click here: 1 Comment. or stay up to date with this post via RSS, or you can Trackback from your site.
|
|
Happy New Year 2010 Written on January 2, 2010, by Mehmetali Shaqiri. |
I’d like to wish to all of our readers a happy new year.
Each day we grow as developers and also in 2010 we’ll be here to continue to share our experience on solving complex programming problems and inspirational highlights.
Tags: General. If you would like to leave a comment, click here: Comment. or stay up to date with this post via RSS, or you can Trackback from your site.
|
|
Implementing Strategy Pattern in C# Written on November 6, 2009, by Mehmetali Shaqiri. |
As a software developer, my primary goal is making my code correct, elegant, extensible and efficient. Although simplistic, every programming decision I make is largely based on maintainability. Back at my studies (Computer Sciences in SEE-University) I had the chance to read C# 3.0 Design Patterns by Judith Bishop, a great book which covers the full set of 23 patterns that were originally proposed in Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides’s Design Patterns: Elements of Reusable Object-Oriented Software in 1994. By reading this book, I’ve acquired skills in: programming design patterns, basic UML modeling notation, ability to select appropriate patterns for given scenarios and advanced language features of C# 3.0. I highly recommend this book.
Tags: C#, Design Patterns. If you would like to leave a comment, click here: Comment. or stay up to date with this post via RSS, or you can Trackback from your site.
|
|
The Answer To Life, The Universe and Everything Written on October 21, 2009, by Mehmetali Shaqiri. |
One quiet morning, while going through the motions of my daily routine – drinking coffee with my fellow programmers, I got a call from a client who said: I just checked our vacancies page and it sucks, we don’t have an online form where users would submit their information but instead they have to fill the form locally and then send it to us by mail or fax. We have to improve this fast. I need this for tomorrow!




