(Vadim Tropashko) Here is curious identity:
Other News
IBM DB2 versus Oracle Database for OLTP
(Conor O’Mahony) This is a presentation I put together a while ago, but for the most part the information still applies, and I thought some of you may find it interesting or relevant.
Curious case with MySQL replication
(Danil Zburivsky) MySQL Replication is a powerful tool and it’s hard to find a production system not using it. On the other hand debugging replication issues can be very hard and time consuming. Especially if your replication setup is not straightforward and you are using filtering of some kind.
Find the distribution agent jobs
(Linchi Shea) There may be times when you want to look up the job names for a group of distribution agents. For instance, you may want to be able to stop all the distribution agent jobs for a given publication. How do you look them up in a script?
Troubleshooting Errors in SharePoint 2007
(Kanwal Khipple) SharePoint 2007 is not as friendly as SharePoint 2010 providing correlation id’s to troubleshoot errors. If you’d like to have SharePoint 2007, provide additional information then the standard error message “Unknown Error”, as shown below:
DB2 10 for z/OS: For Developers Only!
(Craig S. Mullins) Today’s blog post is to promote an upcoming FREE webinar that I will be delivering titled DB2 10: For Developers Only! The presentation is sponsored by the good folks at SoftBase Systems. and it will be conducted on Wednesday, September 14th, 2011, from 2:00 to 3:00 pm EST.
10 Most Useful Properties in ASP.NET
(loveyou999) As programmers/developers, we work with different ASP.NET controls almost in every single day. Here I want to share 10 useful properties in ASP.NET, maybe they are useful for some of you.
General Formatter for .NET 2/4: Design
(Zoran Horvat) This is the second of four parts this article consists of:
IDUG user view: A little help from your friends
(Jeremy Dodd) The IDUG North America DB2 Tech Conference in Anaheim was quite a week. Seeing DB2 users sharing their experiences with each other was a great way to begin my time as president of IDUG. Before I continue, I would like to thank David Beulke, a past president of IDUG, for writing this ar
Insulating SQL Server Tables in Views
(Brent Shaub) In a team of SQL and front-end developers, changes to the database can affect team mates inadvertently. Is there a way to establish a base upon which the front-end can be built while allowing necessary database changes to be made? How can impacts to everyone be minimized? Check out th