File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77[ assembly: AssemblyCopyright ( "Sergii Syrovatchenko" ) ]
88[ assembly: AssemblyTrademark ( "" ) ]
99[ assembly: AssemblyCulture ( "" ) ]
10- [ assembly: AssemblyVersion ( "1.0.0.69 " ) ]
11- [ assembly: AssemblyFileVersion ( "1.0.0.69 " ) ]
10+ [ assembly: AssemblyVersion ( "1.0.0.70 " ) ]
11+ [ assembly: AssemblyFileVersion ( "1.0.0.70 " ) ]
Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ public override string ToString() => $"SQL Server {ProductVersion} " +
3434 || ( MajorVersion == ServerVersion . Sql2012 && PatchVersion >= 3000 )
3535 || MajorVersion >= ServerVersion . Sql2014 ;
3636
37+ // https://sqlperformance.com/2014/06/sql-indexes/hotfix-sql-2012-rebuilds
3738 public bool IsOnlineRebuildAvailable => IsAzure
38- || ( MajorVersion >= ServerVersion . Sql2008 && IsMaxEdititon ) ;
39+ || ( MajorVersion >= ServerVersion . Sql2014 && IsMaxEdititon ) ;
3940
4041 private string ProductVersion {
4142 get {
You can’t perform that action at this time.
0 commit comments