I'm new to AzureSQL.
I want to migrate data from Azure SQL periodically based on timestamp.
use DB1 GO
delete DB2.dbo.Orders where OrderDate < GETDATE()-90
The database DB1 and DB2 are in the same server.
As I currently understand, there is no SQL Server Agent when using AzureSQL.
Thanks
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…