Link to home
Start Free TrialLog in
Avatar of Vijay
Vijay

asked on

Migrationg SSRS

How to migrate SSRS from Onprem to Azure VM.

Details:
OnPrem--> SSRS 2008
Azure--> VM SQL Server 2016
Avatar of Systech Admin
Systech Admin
Flag of India image

There is no such standard process for this. Process is same as we do in On Prem Migration. you just need to make sure that your On Prem SQL and Azure VM are in network connection communicating with Each other. Below link might give you an Idea:

http://www.jamesserra.com/archive/2016/05/migrate-from-on-prem-sql-server-to-azure-vm-iaas/
ASKER CERTIFIED SOLUTION
Avatar of Pushpakumara Mahagamage
Pushpakumara Mahagamage
Flag of Sri Lanka image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Vijay
Vijay

ASKER

Hi Pushpakumara,

If i follow  below link i need not to migrate .rdl files, i am i correct?

https://www.mssqltips.com/sqlservertip/2692/migrating-sql-reporting-services-to-a-new-server-by-moving-the-reporting-services-databases/
Yes you are correct, you don't have to upload RDL files.
Avatar of Vijay

ASKER

Thank you Pushpakumara