Register
Login
Home
/
MonoX
/
Software Development
/
Blog
/
Support
/
About Us
/
Search in:
All
Blogs
Discussions
News
Pages
User profiles
Knowledge
is power. We love to
share
it.
News related to Mono
products, services
and
latest developments
in our community.
Goran
0
04/22/2013
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.
Tags:
SQL Server
backup
recovery
rollback
restore
safety
transaction
This content has not been rated yet.
Goran
0
07/17/2012
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.
Tags:
Reporting Services
SQL Server
Rated 5.00, 4 vote(s).
idrazic
1
03/31/2012
Different ways of importing data into SQL Server
Author:
idrazic
Data import is one of those tasks that are performed on a daily basis. This post describes three different approaches for importing data into the SQL Server database.
Tags:
sql
vba
csv
sql server
excel
Rated 5.00, 2 vote(s).
Goran
0
03/15/2012
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.
Tags:
script
date
sql server
time
Rated 4.67, 3 vote(s).
Goran
2
11/06/2011
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.
Tags:
drill down
sql server
reporting services
Rated 4.62, 8 vote(s).