Catégorie : SQLServer
-
[MSSQL] Disable/Enable FK
disable FK DECLARE @sql NVARCHAR(MAX) = N »; ;WITH x AS ( SELECT DISTINCT obj = QUOTENAME(OBJECT_SCHEMA_NAME(parent_object_id)) + ‘.’ + QUOTENAME(OBJECT_NAME(parent_object_id)) FROM sys.foreign_keys)SELECT @sql += N’ALTER TABLE ‘ + […]
-
Surveiller les noeuds d’un cluster SQL via un script powershell
Pour voir le script, cliquer sur lire la suite. Max # FCI per node = CEILING (# total FCI / # physical nodes) # sendmail functionfunction sendmail{param($msgText)Write-Host « Sending Email » # […]
-
Step-by-step Installation of SQL Server 2016 on a Windows Server 2016 Failover Cluster
Cette fois installation détaillée en anglais : Part 1 Part 2 Part 3 Part 4
-
Mise en place d’un Cluser SQL Server – Always On – failover actif
part 1 part 2 je sais je suis feignant.