By Kuljit Sangha on
12/30/2009 4:39 PM
This blog will give you the necessary steps to migrate your MySQL BMF repository to another database of your choice. The following databases are supported by BMF: Oracle, SQL Server, MySQL and Sybase. We will be using the Data Migration Wizard that is provided to us by BMF.
The first step is to decide which database platform you would like to do the migration for. Once that is decided, we can begin.
Go...
|
By Kuljit Sangha on
8/31/2009 12:02 PM
Under the Editor menu in Toad for Oracle we have the “Make Code” & “Strip Code” features which allow you to embed SQL Statements in a programming language of your choice.
For example you can take the following statement:
SELECT b.order_date, d.price, a.cust_id, a.NAME, c.qty, d.part_id, d.qty_on_hand FROM quest_dev.ow_customers a, quest_dev.ow_orders b, quest_dev.ow_order_lines c, quest_dev.ow_parts...
|
By Kuljit Sangha on
7/30/2009 8:03 AM
Our experts at Quest continue to work hard to develop educational material for our end users to learn from, thus allowing them to become product experts themselves. Unfortunately, due to the hectic schedule of our end users, they are sometimes unable to put all the pieces together. In this blog, I piece together some steps for using the Toad Data Modeler and tying it back to Toad for Oracle by presenting a situation, steps,...
|