Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Administrating Microsoft Dynamics 365 Business Central Online

You're reading from   Administrating Microsoft Dynamics 365 Business Central Online A practical guide to SaaS administration and migration from your on-premise Business Central environments to the cloud

Arrow left icon
Product type Paperback
Published in Jul 2022
Publisher Packt
ISBN-13 9781803234809
Length 234 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Andrey Baludin Andrey Baludin
Author Profile Icon Andrey Baludin
Andrey Baludin
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Part 1: Dynamics 365 Business Central Admin Center
2. Chapter 1: Overview of the Dynamics 365 Business Central Administration Center FREE CHAPTER 3. Chapter 2: Managing Business Central Environments 4. Chapter 3: Environment Details and Notifications Setup 5. Chapter 4: Telemetry Setup and Analysis 6. Chapter 5: Reported Outages and Operations 7. Chapter 6: Tenant Capacity Management 8. Chapter 7: Admin Center APIs 9. Part 2: Dynamics 365 Business Central Cloud Migration Tool
10. Chapter 8: Cloud Migration Schema and Limitations 11. Chapter 9: Cloud Migration Setup 12. Chapter 10: Migration Process 13. Chapter 11: The Real Migration Experience 14. Other Books You May Enjoy

Prerequisite 2 – Connection string construction

You will need a connection string when you run a cloud migration setup, so, we need to prepare this beforehand.

A connection string consists of four parameters, as outlined here:

  • Server name
  • Database name
  • Username
  • User password

The full view looks like this:

server={Server name\Instance name};Initial Catalog ={Database name};user id ={User name};password ={User password};

As an example, I have SQL Server CloudMigration with a BCDEMO instance. My Business Central database is named Demo Database BC (18-0). To migrate this database, I created an Integration user with the password integration123. Using these parameters, my connection string will look like this:

server=CloudMigration\BCDEMO;Initial Catalog ="Demo Database BC (18-0)";user id =integration;password =integration123;

If I have my database in Azure SQL, the connection string might look like this:

Server=tcp:CloudMigration...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime