To create a list of automatically numbered footnotes using XSLT, with matching footnote markers in the text and next to each footnote.
Other News
Standby databases – a few of gotchas
(John Hallas) All of these items refer to Dataguard standby databases on 11GR1 and the active dataguard license comment is applicable in 11GR2 as well.
IOD Dispatch (1) – Of IDAA and DB2 DRDA
(Robert Catterall) Greetings from Las Vegas, Nevada, site of the 2011 IBM Information on Demand conference (aka IOD). This is the first of several entries I’ll post this week to my blog, with highlights from some of the DB2 sessions I’ve attended.
Create Custom Web Control in ASP. NET
(Sapna) Now we are going to discuss about how to create a custom web control in ASP.NET. How do we create and use them in ASP.NET web site application? As we know, a custom control is a control made by the user for a specific purpose and later we can use it in our application.
Uh, uh… SQL injection for auto EXPLAIN
(Ulf Wendel) Would you like to see the EXPLAIN output for all MySQL queries of any PHP application without changing the application much? Easy-peasy: compile PHP to use the mysqlnd library, install PECL/mysqlnd_uh and paste 22 lines of evil code into your auto_prepend_file .
Initialize SQL Server replication using a database backup
(Mohammed Moinudheen) You need to configure transactional replication for a very large SQL Server database. Instead of running the snapshot agent to initialize the subscriber, in this tip we look at how you can initialize the subscriber from a SQL Server backup.
Visual COBOL
SSWUG-TV With Stephen Wynkoop SQL Server Injection prevention and help, interview with Philip Japikse, Patterns and Practices Evangelist for Telerik. We also have the latest news on Oracle’s purchase of RightNow Technologies, IBMs push into unstructured data analysis and more. [Watch the Show] Last week’s show: Interview with Peter Serzo, Senior SharePoint Architect with High Monkey Consulting. We also have […]
Real World Clojure – XML generation
As mentioned earlier in this series, we have a process written in Clojure that reads updated member profiles from our MySQL database, converts them to XML and posts them to our search engine. XML generation in Clojure is made very easy by using a library called hiccup. For example, the following XML
DB2 10 Webcasts with DB2 Experts from Triton & IBM
(Laura) With many organiations already in the planning stages of their next DB2 for z/OS version upgrade and V8 going out of support in just 4 months we decided that November really should be Migration Month!
Resolving Oracle specific errors ( ORA-01031, ORA-00942 etc.)
(Miladin Modrakovic) I lost a count how many times I run into ORA-01031 error .Since I am the one executing the query I can see which SQL statement I am running and then focus on specific objects to find missing privilages.