I have a v large dB 250 gb and I have backed up to azure blob using the below...
BACKUP DATABASE [TestDB] TO URL = 'https://cloudspacestorage.blob.core.windows.net/backups/Testdb.bak'
WITH CREDENTIAL = 'Backupcredential', STATS = 10 GO
I now need to do it again is there a way I can do an differential backup e.g. only the changes since last backup
Thanks
