Tip:
When moving databases between SQL instances (without the parallel migration tool), after creating MAS_User and MAS_Reports (password set using the Sage utility), the database permissions need to be configured. Instead of going through the menus in SSMS, a simple script (run on each MAS_* database) can make that easier.
use MAS_###;
exec sp_changedbowner 'MAS_User';
exec sp_dropuser 'MAS_Reports';
exec sp_grantdbaccess 'MAS_Reports';
exec sp_addrolemember 'db_datareader', 'MAS_Reports';
------------------------------
Kevin Moyes
Technical Systems Analyst
Munjal White Consulting Co.
Toronto ON
------------------------------
Original Message:
Sent: 03-04-2020 22:33
From: Carmen Cruz
Subject: Premium Guides
Hi Madeline,
I apologize for my delay in response. Premium guides for all version of installation were uploaded for 90 Minds and are extremely detailed. There is also OFT files uploaded that are Office templates specific to flavor of Sage to address performance issues. Let me know if you have any questions for me.
------------------------------
Carmen Cruz
Senior Specialist, Technical Consultant
SWK Technologies Inc.
Carmen.Cruz@SWKTech.com CA
973-437-3984
------------------------------