Yes, incremental load is possible with Google Sheets as a source and MSSQL as a destination in Airbyte. For the Google Sheets source, it supports the following sync modes: 1. Full Refresh - Overwrite 2. Full Refresh - Append You can find this information in the [Supported sync modes](
https://docs.airbyte.com/integrations/sources/google-sheets#supported-sync-modes) section of the Google Sheets source connector documentation. For the MSSQL destination, it supports the following features: 1. Full Refresh Sync 2. Incremental - Append Sync 3. Incremental - Append + Deduped 4. Namespaces You can find this information in the [MSSQL](
https://docs.airbyte.com/integrations/destinations/mssql#mssql) section of the MSSQL destination connector documentation. However, please note that while Google Sheets supports Full Refresh sync modes, it does not explicitly mention support for Incremental sync modes. Therefore, while you can use MSSQL as a destination with Incremental sync modes, the source data from Google Sheets may only be synced in Full Refresh modes. For more details on how incremental sync works in Airbyte, you can refer to the [incremental sync documentation](
https://docs.airbyte.com/connector-development/connector-builder-ui/incremental-sync).