-> I was testing different features of Managed Instance. I moved an On-premise database to Managed Instance along with few jobs.
-> Everything was fine. But the jobs were not working fine. Later I found that the job uses getdate() function.
-> It seems like Getdate() function returns time in UTC time zone only. Any objects within the database and Jobs using Getdate() function will return time in UTC time zone than the timezone where the Instance resides. This might break the business logic of some objects and jobs.
-> This is not a problem anymore in Managed instance.
Thank You,
Vivek Janakiraman
Disclaimer:
The views expressed on this blog are mine alone and do not reflect the views of my company or anyone else. All postings on this blog are provided “AS IS” with no warranties, and confers no rights.