Blogs1 - 10 of 769 recent posts for tag:DB2
06
Nov
2009
ColdFusion Contract Job in Harrisburg, PA

2 days ago by Ricardo

This is a 6-month contract for a ColdFusion developer in Harrysburg, PA. COLDFUSION, JAVA, MVC frameworks, familiar with UML, HTML, SQL, Web Security, XML/XSLT/FOP, MVC frameworks (MACH II, MODEL GLUE, Spring MVC), DB2 and SQL concepts Here is the link.

ColdFusion Developers Network - ricardo.parente.us · Rank: 71,569 · 20 references

SQL3550W 带GENERATED ALWAYS字段的表的import

2 days ago by 阿桂

果表里有字段定义为GENERATED ALWAYS,那么import的时候会报错: SQL3550W The field value in row “1″ and column “1″ is not NULL, but the target column has been defined as GENERATED ALWAYS. 参照《包含生成列的 DB2 表上的数据移入和移出 — 入门》,用以下语句来导入数据: db2 “import from of del|ixf modified by identityignore insert into #tablename# “

阿桂's Blog - blog.javaflag.com/blog

05
Nov
2009
Updated draft MySQL to DB2 migration guide

3 days ago by Daniel Krook

Whei-Jen Chen and Angela Carlson have prepared an updated and more comprehensive draft of the venerable MySQL to DB2 Conversion Guide to cover migrations from MySQL 5.1 to DB2 9.7. The original version of this IBM Redbook published five years ago looked at migrating database applications from MySQL ...

Daniel Krook - krook.net · 13 references

With a little help from my friends

3 days ago

Guest post from James Davis, Customer Support Representative Lowering CPU usage and costs are hot ticket items these days. To help reduce CPU usage, vendors and IBM work together to make mainframe processing more efficient. Here is one example. Shared queue monitoring in WebSphere MQ for z/OS involv ...

Mainframe Revolution - communities.bmc.com/communities/blogs/mainframerevolution

Was ist eine Instanz

3 days ago by admin

Instanzen sind zuständig fr das Verwalten der Systemresourcen und der Datenbanken die unter ihre Kontrolle fallen. Zunächst wird nur eine Instanz erzeugt jedoch können mehrere existieren. Jede Instanz verhält sich wie eine separate DB2 Installation. Sie teilen sich jedoch die selben DB2 Database Man ...

Partiri - partiri.de

DB2 HADR for dummies - Part 1

3 days ago by dbmsguy

HADR is a very easy and effective way to maintain a DR and/or standby for any given database. You can implement it very quickly and simply and it works well. In essence it is basically log shipping, but done in real time and elegantly. It is not replication, so the standby database is not really acc ...

DBMSguy.com - dbmsguy.com/blog

04
Nov
2009
Additional information and help for DB2 pureXML

4 days ago by Henrik Loeser

Recently, for a workshop, I put together a list of websites on where to find information when you want to know more about DB2 pureXML (both on z/OS or Linux, UNIX, and Windows). Why not share this list in the form of a blog post? You can comment if you have things that should be added. Cross-platfor ...

IT, Life, DB2 pureXML, ... - blog.4loeser.net · 5 references

Knowledge Transfer and Migration Plan

4 days ago by Steve Maziarz

Developed a knowledge transfer plan for a large insurance firm designed to bring their existing staff up to date on the latest web-based technologies. My efforts were instrumental in turning around a delicate contract problem. Also supplied planning services for establishing a national help desk. Th ...

SteveMaziarz.com - stevemaziarz.com/blog

Ολοκληρωμένη λύση για την διαχείριση DB2 ...

4 days ago by Electra Astrinidou

Μια ολοκληρωμένη λύση για την διαχείριση DB2 (LUW) σε περιβάλλον Linux, Unix, Windows, ανακοίνωσε την προηγούμενη βδομάδα η Quest Software, δίνοντας έτσι στους DB2 database administrators πλήρη έλεγχο από ένα εργαλείο. Η ανάγκη των DBAs για ένα ολοκληρωμένο εργαλείο που θα τους βοηθάει στις καθημερι ...

iteam - blog.iteam.gr · 1 reference

03
Nov
2009
Using MAXASSIGNEDVAL from SYSIBM.SYSSEQUENCES (IBM DB2 for Z OS)

5 days ago by Karthik

SYSIBM.SYSSEQUENCES has a column called MAXASSIGNEDVAL, that gets assigned whenever the values for IDENTITY/SEQUENCE columns are getting generated (at least for the cache). SELECT MAXASSIGNEDVAL FROM SYSIBM.SYSSEQUENCES WHERE SEQUENCEID = (SELECT BSEQUENCEID FROM SYSIBM.SYSSEQUENCESDEP WHERE DCREATO ...

Use this code - ezytrieve.com

Previous1234567