Knowledge is power. We love to share it.

News related to Mono products, services and latest developments in our community.

04/22/2013 Blue arrow How to prevent data loss during delete/update in SQL Server

Author: Goran
Making database backups prior to update/delete operations is the only way that ensures painless recovery of mistakenly deleted data. Here are a few tips that could save some time and money in the process.
This content has not been rated yet. 

07/17/2012 Blue arrow Custom colors for chart report items in SQL Server Reporting Services 2008

Author: Goran
If you are reading this post, you probably came here searching for a solution that will always assign the same color to an item in SQL Server Reporting Services 2008, based on your custom parameters. I will show you how to custom-color the items in a way that each item is shown in the same color, each time report is being run.
Rated 5.00, 4 vote(s). 

04/30/2012 Blue arrow Calculating minutes between two points in SQL

Author: Goran
In today's article, I'll post a very interesting function. It calculates the number of minutes between two points in time. Did I hear you say "Lame, I can use DATEDIFF function for that!!!"? Well, what my little function does, other than calculating minutes between two points in time, is that it works for a given "time window" and DATEDIFF in it's default form is not enough for that.
Rated 5.00, 1 vote(s). 

03/15/2012 Blue arrow SQL Server 2008 – Date&Time tips and tricks

Author: Goran
In this article, I will show you a couple of SQL code snippets related to Date&Time in SQL Server 2008, including date formatting and comparison scripts. I hope you will find them useful. 
Rated 4.67, 3 vote(s). 

11/06/2011 Blue arrow Drill down in SQL Server Reporting Services 2008

Author: Goran
SQL Server Reporting Services offers a lot of functionality out-of-the-box. There are times, however, when you need to understand some of the subtleties of the report designer to get the right results. This time we will learn how to implement a drill down feature to navigate through large chunks of data.
Rated 4.62, 8 vote(s). 

09/20/2011 Blue arrow Parsing a delimited string in SQL Server

Author: Goran
This tutorial will teach you how to write a custom SQL Server function for parsing delimited strings. It is particullary useful if you are passing a parameter that contains multiple string values to be used as a filter for “IN” expression in SQL.
Rated 5.00, 2 vote(s).