(Sean Hull) Setting up replication in MySQL is something we need to do quite often. Slaves die, replication fails, or tables and data get out of sync. Whenever we build a slave, we must start with a snapshot of all the data from the master database.
Other News
ASP.NET – Password Strength Indicator using jQuery and XML
(Bryian Tan) Last week, I had the opportunity to help implement and integrate a strong password policy to the legacy web application developed using ASP technology. The solution I proposed was to use jQuery to display the password strength meter to help users create strong password.
Dynamically Loading UserControl Into Web Page Using ASP.NET
(Lajapathy Arun) In this article we are going to see how we can add a User Control dynamically to a web page with the help of ASP.Net and C#.
Hyper-Speed and Time Travel are DB2 Realities
(Chris Young) Dramatically faster queries, enhanced data compression for sharply reduced storage costs, time-aware tables you can create in less than an hour—they’re all realities in the latest release of IBM DB2.
Configuring WebSphere Adapter for SAP for high availability using Websphere Message Broker
(Matu Agarwal, Ribu Rajan and Ritesh Srivastava) This article shows you how to configure WebSphere Adapter for SAP (here after called SAP Adapter) with Websphere Message Broker (hereafter called Message Broker) in an active-active high availability (HA) solution.
Scheduling Jobs in Azure
Scheduling Jobs in Azure Are you thinking about moving your applications into the Azure Cloud? Guess what is no longer there? Azure, at this time, doesn’t have any job scheduling technologies. Windows Scheduler and SQL Server Agent do not exist in Azure. Why? Because when you publish your applications in Azure you have no idea where it will be hosted. […]
Tuples ? Dot Net 4 Generic Classes
Featured Article(s) Troubleshooting problems with SQL Server 2008 R2 Merge Replication In this article, Alexander Chigrik explains some problems that you can have when you work with SQL Server 2008 R2 merge replication. Featured White Paper(s) All-At-Once Operations Written by Itzik Ben-Gan with SolidQ SQL supports a concept called all-at-onc… (read more) Tuples – Dot Net 4 Generic Classes I […]
Troubleshooting problems with SQL Server 2008 R2 Merge Replication
Troubleshooting problems with SQL Server 2008 R2 Merge Replication If you have problems with SQL Server 2008 R2 merge replication, review this troubleshooting checklist to find potential solutions. 1. Check that you use the latest SQL Server 2008 R2 service pack. Because many SQL Server 2008 R2 merge replication bugs were fixed in SQL Server service packs, you should install...
Having a non BC Drop Down Select component with list items From BC Data Control. ADF 11g
(Dimitrios Stasinopoulos) In this example we are going to create an application where we will have a drop down list where it’s value is going to be stored to a managed Bean.
Converting CSV to XML
(David Cassel) I just published an XQuery library to GitHub to convert lines of Comma Separated Value data to XML. That can probably be done more simply if you don’t care what the XML looks like, but I wanted to build templates so that I could get good structure. I also built in an action mechanism,
