Installing Dynamics AX 2009 with Sample Data and Developer Tools

To install AX 2009, download the installation media and run the setup. Then go through the following steps: Select Microsoft Dynamics AX. Select Developer installation: Select “Install prerequisite software”: Start Dynamics AX: Compile the application: Select the license file: Click through the next few options to synchronize the database: Create company accounts: To install the demo data, download from PartnerSource: Stop the AOT: Restore database. In this case I am … Continue reading Installing Dynamics AX 2009 with Sample Data and Developer Tools

SQL Server Integration Services (SSIS) – Your First Integration

Here I will go through a basic example of using SQL Server Integration Services (SSIS) to create an integration. I am using SQL Server 2012 with Visual Studio 2013. To get started, first download SQL Server Data Tools (SSDT) from the Microsoft website here. Install the file. Next, go to Start->Microsoft SQL Server->SQL Server Data Tools for Visual Studio 2013: This will open Visual Studio. Under Business Intelligence, select “Integration Services Project” and … Continue reading SQL Server Integration Services (SSIS) – Your First Integration