SQL Server 使用 Azure Storage Account 備份資料庫 (Backup Database To URL)
說明如何將 SQL Server 的資料庫備份至 Azure,以及從 Azure 將資料庫還原至地端。 How to backup SQL Server database to Azure Storage Account with URL, and restore database from Azure Storage Account with URL.
說明如何將 SQL Server 的資料庫備份至 Azure,以及從 Azure 將資料庫還原至地端。 How to backup SQL Server database to Azure Storage Account with URL, and restore database from Azure Storage Account with URL.
整理 Azure SQL Server 相關的解決方案,包含 IaaS 的 Virtual Machine 以及 PaaS 的 Azure SQL Database 以及 Azure SQL Managed Instance。並從實務應用著眼採用雲端的資料庫解決方案需要考量的項目。
筆記 IIS Application Domain 與 Application Pool 差異,邁向對 IIS 的更深入理解 😉
最近因為更新了設備,明明是可以支援 165Hz 更新頻率的螢幕,但在 Windows 10 的顯示設定卻無法調整,只支援到 60Hz,經過一番搜尋,終於找到原因 🙂
參考 learn.microsoft 的教學,驗證在 Windows Server 使用 Windows Container。
筆記使用 FileTable 藉由 SQL Server 管理 NTFS 檔案儲存,並且搭配 EntityFramework 提供應用系統調用,解決以往使用者上傳附件保存的問題。