├── .vscode └── settings.json ├── CreateNewSQL1.ps1 ├── CreateSQLonAzureVM.ps1 ├── README.md ├── SQL Operations and Support ├── Chapter 1 Getting Started │ ├── Media │ │ ├── CH-1Runwith.jpg │ │ ├── CH1-ADS.png │ │ ├── CH1-ADS2.jpg │ │ ├── CH1-Azure.png │ │ ├── CH1-ConnectSQL.jpg │ │ ├── CH1-Explain.jpg │ │ ├── CH1-Logo-sql.png │ │ ├── CH1-Plan.jpg │ │ ├── CH1-WelcomeScreen.jpg │ │ └── Ch1-Operations.jpg │ ├── STRT-Introduction.ipynb │ ├── STRT-QueryExecutions.ipynb │ └── readme.md ├── Chapter 10 Azure SQL Managed Instance │ ├── ASMI-Getting Started with Azure SQL Managed Instance.ipynb │ └── readme.md ├── Chapter 11 High Availbility │ ├── SSHA-Getting Started with High Availbility.ipynb │ └── readme.md ├── Chapter 2 Using Extension Packs │ ├── Media │ │ ├── CH2-ADS.png │ │ ├── CH2-Extensions.jpg │ │ ├── CH2-FirstResponder.jpg │ │ ├── CH2-InstallExtension.jpg │ │ ├── CH2-MissingModules.jpg │ │ ├── CH2-NewQuery.jpg │ │ ├── CH2-Run.jpg │ │ ├── CH2-SlowQueryWidget.jpg │ │ ├── CH2-ViewPalette.jpg │ │ ├── CH2-dashboard.jpg │ │ ├── CH2-filters.jpg │ │ ├── CH2-icon.jpg │ │ ├── CH2-preferences.jpg │ │ └── CH2-widgets.png │ ├── PACK-FirstResponderKit.ipynb │ ├── PACK-UsingExtensionPacks.ipynb │ ├── PACK-UsingWidgets.ipynb │ └── readme.md ├── Chapter 3 General Information │ ├── GEN-GatherInformation.ipynb │ ├── GEN-GetBPConsumers.ipynb │ ├── GEN-GetBufferPool.ipynb │ ├── GEN-GetCPULast2Hours.ipynb │ ├── GEN-GetDBGrowth.ipynb │ ├── GEN-GetDBInfo.ipynb │ ├── GEN-GetDBTriggers.ipynb │ ├── GEN-GetDiskSpace.ipynb │ ├── GEN-GetFeatureUsage.ipynb │ ├── GEN-GetHAInfo.ipynb │ ├── GEN-GetInstanceInfo.ipynb │ ├── GEN-GetLPIM.ipynb │ ├── GEN-GetLinkedServers.ipynb │ ├── GEN-GetLogonTriggers.ipynb │ ├── GEN-GetLowMemoryEvents.ipynb │ ├── GEN-GetMAXDOP.ipynb │ ├── GEN-GetMemoryAlloc.ipynb │ ├── GEN-GetOSVersion.ipynb │ ├── GEN-GetProcNUMA.ipynb │ ├── GEN-GetRecentBackups.ipynb │ ├── GEN-GetResourceGov.ipynb │ ├── GEN-GetServerMemory.ipynb │ ├── GEN-GetSockets.ipynb │ ├── GEN-GetSystemConfig.ipynb │ ├── GEN-GetUptime.ipynb │ ├── GEN-PreReqs.ipynb │ ├── Media │ │ └── CH3-ADS.png │ └── readme.md ├── Chapter 4 Diagnostics │ ├── DIAG-Database.ipynb │ ├── DIAG-HighAvailability.ipynb │ ├── DIAG-Indexes.ipynb │ ├── DIAG-Instance.ipynb │ ├── DIAG-Memory.ipynb │ ├── DIAG-SQLAgent.ipynb │ ├── DIAG-Server.ipynb │ ├── DIAG-StoredProcedures.ipynb │ ├── Media │ │ └── CH4-ADS.png │ └── readme.md ├── Chapter 5 Database Corruptions │ ├── CRPN-About-Corruptions.ipynb │ ├── CRPN-ConsistencyChecks.ipynb │ ├── CRPN-DBCC-CHECKDB-Internals.ipynb │ ├── CRPN-DBCC-CHECKDB.ipynb │ ├── CRPN-Interpreting-CHECKDB-Output.ipynb │ ├── CRPN-Simple-Repair-Techniques.ipynb │ ├── CRPN-Simple-Restore-Techniques.ipynb │ ├── CRPN-Torn-Page.ipynb │ ├── CRPN-Undocumented-DBCC-Commands.ipynb │ ├── Chapter 5B Database Corruptions Advanced.md │ ├── Media │ │ ├── CH5-ADS.png │ │ ├── CH5-Backup-Sequence.jpg │ │ ├── CH5-DBCC-IND.jpg │ │ ├── CH5-Delete-MDF.jpg │ │ ├── CH5-Diff-3.jpg │ │ ├── CH5-FactProcessing.jpg │ │ ├── CH5-FactProcessing2.jpg │ │ ├── CH5-Offline.jpg │ │ ├── CH5-Page-IND.jpg │ │ ├── CH5-Parallelism.jpg │ │ ├── CH5-Recovery-Pending.jpg │ │ ├── CH5-STOPAT-Miss.jpg │ │ ├── CH5-Standby-Update-Error.jpg │ │ ├── CH5-Standby.jpg │ │ └── CH5-TornPage.jpg │ └── readme.md ├── Chapter 6 Maintenance Routines │ ├── MAINT-CapacityPlanning.ipynb │ ├── MAINT-DailyTasks.ipynb │ ├── MAINT-Database-Maintenance-Tips.ipynb │ ├── MAINT-Dedicated-Administrators-Connection.ipynb │ ├── MAINT-Interpreting-Performance-Counters.ipynb │ ├── MAINT-Ports-and-Protocols.ipynb │ ├── MAINT-RoutineSQLMaintenance.ipynb │ ├── MAINT-Working-With-TempDB.ipynb │ ├── Media │ │ ├── CH6-ADS.png │ │ ├── CH6-AdminConnect.jpg │ │ ├── CH6-CMDConnect.jpg │ │ ├── CH6-CPUNum.jpg │ │ ├── CH6-Error.jpg │ │ ├── CH6-ExecutionLog.jpg │ │ ├── CH6-FixedLength.jpg │ │ ├── CH6-LogSpace.jpg │ │ ├── CH6-NewAdminQuery.jpg │ │ └── CH6-VariableLength.jpg │ └── readme.md ├── Chapter 7 Troubleshooting │ ├── TRBL-TShooting_LogFull.ipynb │ ├── Test.ipynb │ └── readme.md ├── Chapter 8 SQL Server on Azure VM │ ├── Media │ │ ├── CH8-ADS.png │ │ ├── CH8-AddNewPackage.jpg │ │ ├── CH8-AzureAccount.jpg │ │ ├── CH8-Basics.jpg │ │ ├── CH8-ChooseImage.jpg │ │ ├── CH8-DNSlabel.jpg │ │ ├── CH8-DeploymentChoices.jpg │ │ ├── CH8-Ecosystem.jpg │ │ ├── CH8-Gallery.jpg │ │ ├── CH8-ManagePackage.jpg │ │ ├── CH8-RayOzzie.jpg │ │ ├── CH8-Results.jpg │ │ ├── CH8-Review.jpg │ │ ├── CH8-SSMS.jpg │ │ └── CH8-Timeline.jpg │ ├── SSOA-Deploy-Azure-SQL-VM-From-Portal.ipynb │ ├── SSOA-Deploy-Azure-SQL-VM-From-PowerShell.ipynb │ ├── SSOA-SQL-Server-Iaas-Extension.ipynb │ ├── SSOA-The-History-of-Azure-SQL.ipynb │ └── readme.md ├── Chapter 9 Azure SQL Database │ ├── ASDB-Getting Started with Azure SQL Database.ipynb │ └── readme.md ├── CreateNewSQL2.ps1 ├── _config.yml └── _toc.yml └── debug.log /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CreateNewSQL1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/CreateNewSQL1.ps1 -------------------------------------------------------------------------------- /CreateSQLonAzureVM.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/README.md -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/Media/CH-1Runwith.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/Media/CH-1Runwith.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-ADS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-ADS.png -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-ADS2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-ADS2.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-Azure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-Azure.png -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-ConnectSQL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-ConnectSQL.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-Explain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-Explain.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-Logo-sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-Logo-sql.png -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-Plan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-Plan.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-WelcomeScreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/Media/CH1-WelcomeScreen.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/Media/Ch1-Operations.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/Media/Ch1-Operations.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/STRT-Introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/STRT-Introduction.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/STRT-QueryExecutions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/STRT-QueryExecutions.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 1 Getting Started/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 1 Getting Started/readme.md -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 10 Azure SQL Managed Instance/ASMI-Getting Started with Azure SQL Managed Instance.ipynb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 10 Azure SQL Managed Instance/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 11 High Availbility/SSHA-Getting Started with High Availbility.ipynb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 11 High Availbility/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-ADS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-ADS.png -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-Extensions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-Extensions.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-FirstResponder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-FirstResponder.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-InstallExtension.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-InstallExtension.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-MissingModules.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-MissingModules.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-NewQuery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-NewQuery.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-Run.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-Run.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-SlowQueryWidget.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-SlowQueryWidget.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-ViewPalette.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-ViewPalette.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-dashboard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-dashboard.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-filters.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-filters.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-icon.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-preferences.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-preferences.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-widgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/Media/CH2-widgets.png -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/PACK-FirstResponderKit.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/PACK-FirstResponderKit.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/PACK-UsingExtensionPacks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/PACK-UsingExtensionPacks.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/PACK-UsingWidgets.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/PACK-UsingWidgets.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 2 Using Extension Packs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 2 Using Extension Packs/readme.md -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GatherInformation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GatherInformation.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetBPConsumers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetBPConsumers.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetBufferPool.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetBufferPool.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetCPULast2Hours.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetCPULast2Hours.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetDBGrowth.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetDBGrowth.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetDBInfo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetDBInfo.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetDBTriggers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetDBTriggers.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetDiskSpace.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetDiskSpace.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetFeatureUsage.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetFeatureUsage.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetHAInfo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetHAInfo.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetInstanceInfo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetInstanceInfo.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetLPIM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetLPIM.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetLinkedServers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetLinkedServers.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetLogonTriggers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetLogonTriggers.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetLowMemoryEvents.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetLowMemoryEvents.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetMAXDOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetMAXDOP.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetMemoryAlloc.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetMemoryAlloc.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetOSVersion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetOSVersion.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetProcNUMA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetProcNUMA.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetRecentBackups.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetRecentBackups.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetResourceGov.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetResourceGov.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetServerMemory.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetServerMemory.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetSockets.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetSockets.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetSystemConfig.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetSystemConfig.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-GetUptime.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-GetUptime.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/GEN-PreReqs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/GEN-PreReqs.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/Media/CH3-ADS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/Media/CH3-ADS.png -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 3 General Information/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 3 General Information/readme.md -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 4 Diagnostics/DIAG-Database.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 4 Diagnostics/DIAG-Database.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 4 Diagnostics/DIAG-HighAvailability.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 4 Diagnostics/DIAG-HighAvailability.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 4 Diagnostics/DIAG-Indexes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 4 Diagnostics/DIAG-Indexes.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 4 Diagnostics/DIAG-Instance.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 4 Diagnostics/DIAG-Instance.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 4 Diagnostics/DIAG-Memory.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 4 Diagnostics/DIAG-Memory.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 4 Diagnostics/DIAG-SQLAgent.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 4 Diagnostics/DIAG-SQLAgent.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 4 Diagnostics/DIAG-Server.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 4 Diagnostics/DIAG-Server.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 4 Diagnostics/DIAG-StoredProcedures.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 4 Diagnostics/DIAG-StoredProcedures.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 4 Diagnostics/Media/CH4-ADS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 4 Diagnostics/Media/CH4-ADS.png -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 4 Diagnostics/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 4 Diagnostics/readme.md -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-About-Corruptions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-About-Corruptions.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-ConsistencyChecks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-ConsistencyChecks.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-DBCC-CHECKDB-Internals.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-DBCC-CHECKDB-Internals.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-DBCC-CHECKDB.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-DBCC-CHECKDB.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-Interpreting-CHECKDB-Output.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-Interpreting-CHECKDB-Output.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-Simple-Repair-Techniques.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-Simple-Repair-Techniques.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-Simple-Restore-Techniques.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-Simple-Restore-Techniques.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-Torn-Page.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-Torn-Page.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-Undocumented-DBCC-Commands.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/CRPN-Undocumented-DBCC-Commands.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Chapter 5B Database Corruptions Advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Chapter 5B Database Corruptions Advanced.md -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-ADS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-ADS.png -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Backup-Sequence.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Backup-Sequence.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-DBCC-IND.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-DBCC-IND.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Delete-MDF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Delete-MDF.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Diff-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Diff-3.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-FactProcessing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-FactProcessing.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-FactProcessing2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-FactProcessing2.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Offline.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Offline.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Page-IND.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Page-IND.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Parallelism.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Parallelism.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Recovery-Pending.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Recovery-Pending.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-STOPAT-Miss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-STOPAT-Miss.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Standby-Update-Error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Standby-Update-Error.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Standby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-Standby.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-TornPage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/Media/CH5-TornPage.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 5 Database Corruptions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 5 Database Corruptions/readme.md -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-CapacityPlanning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-CapacityPlanning.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-DailyTasks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-DailyTasks.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-Database-Maintenance-Tips.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-Database-Maintenance-Tips.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-Dedicated-Administrators-Connection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-Dedicated-Administrators-Connection.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-Interpreting-Performance-Counters.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-Interpreting-Performance-Counters.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-Ports-and-Protocols.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-Ports-and-Protocols.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-RoutineSQLMaintenance.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-RoutineSQLMaintenance.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-Working-With-TempDB.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/MAINT-Working-With-TempDB.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-ADS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-ADS.png -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-AdminConnect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-AdminConnect.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-CMDConnect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-CMDConnect.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-CPUNum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-CPUNum.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-Error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-Error.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-ExecutionLog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-ExecutionLog.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-FixedLength.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-FixedLength.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-LogSpace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-LogSpace.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-NewAdminQuery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-NewAdminQuery.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-VariableLength.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/Media/CH6-VariableLength.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 6 Maintenance Routines/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 6 Maintenance Routines/readme.md -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 7 Troubleshooting/TRBL-TShooting_LogFull.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 7 Troubleshooting/TRBL-TShooting_LogFull.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 7 Troubleshooting/Test.ipynb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 7 Troubleshooting/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-ADS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-ADS.png -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-AddNewPackage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-AddNewPackage.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-AzureAccount.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-AzureAccount.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Basics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Basics.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-ChooseImage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-ChooseImage.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-DNSlabel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-DNSlabel.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-DeploymentChoices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-DeploymentChoices.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Ecosystem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Ecosystem.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Gallery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Gallery.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-ManagePackage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-ManagePackage.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-RayOzzie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-RayOzzie.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Results.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Results.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Review.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Review.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-SSMS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-SSMS.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Timeline.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/Media/CH8-Timeline.jpg -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/SSOA-Deploy-Azure-SQL-VM-From-Portal.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/SSOA-Deploy-Azure-SQL-VM-From-Portal.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/SSOA-Deploy-Azure-SQL-VM-From-PowerShell.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/SSOA-Deploy-Azure-SQL-VM-From-PowerShell.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/SSOA-SQL-Server-Iaas-Extension.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/SSOA-SQL-Server-Iaas-Extension.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/SSOA-The-History-of-Azure-SQL.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/SSOA-The-History-of-Azure-SQL.ipynb -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 8 SQL Server on Azure VM/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/Chapter 8 SQL Server on Azure VM/readme.md -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 9 Azure SQL Database/ASDB-Getting Started with Azure SQL Database.ipynb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SQL Operations and Support/Chapter 9 Azure SQL Database/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SQL Operations and Support/CreateNewSQL2.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SQL Operations and Support/_config.yml: -------------------------------------------------------------------------------- 1 | title: SQL Operations and Support 2 | -------------------------------------------------------------------------------- /SQL Operations and Support/_toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/SQL Operations and Support/_toc.yml -------------------------------------------------------------------------------- /debug.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RhinoDBA/SQL911/HEAD/debug.log --------------------------------------------------------------------------------