Posted On March 31, 2019

DB2 AS400 to Microsoft SQL Conversion

kimconnect 0 comments
blog.KimConnect.com >> Database >> DB2 AS400 to Microsoft SQL Conversion
SQL Ways Wizard:
Enter ODBC data source, username, and password >> press Next
Set Target = Microsoft SQL Server, Version 2012 >> Enter servername and “sa” credentials >> press Next
Select all objects required for migration >> press Next
choose the desired schema name, data type, object names, reserved words, etc. >> press Next
click on the “…” button to choose a temporary location for the database dump prior to importing into SQL >> press Next >> click OK

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Setup Microsoft Failover Cluster with PowerShell

First-time Setup: New-Cluster -Name {CLUSTERNAME} -Node SERVER1,SERVER2 -NoStorage -StaticAddress IP1,IP2 # Add CLUSTERNAME$ into the…

Some MySQL Admin Stuff

make sure it's running ps -ef | grep mysql Creating MySQL DB HOWTO on creating…

MS SQL: Using Profiler to Trace Failed Logins

Story: There has been an issue with a service account triggering login errors at the…