Eitan Blumin

Results 46 comments of Eitan Blumin

Hi Dekel, We don't have a condensed script of best practice checks suitable for Azure SQL, but there actually is one developed by Microsoft, available here: https://github.com/microsoft/azure-sql-tips

Thanks, @AndrewCLion . @VitalyBruk this is your script, please fix it as per Andrew's suggestion: https://github.com/MadeiraData/MadeiraToolbox/blob/master/Health%20Check%20Scripts/Find%20overlapped%20statistics%20%2B%20DROP%20statement.sql You can use this script for Redundant Indexes as reference as it is a...

Hi Charles. Yes you're right, the link is invalid. But not because it's cut off, but because the SQL server Azure feedback site was taken down. It can be recovered...

I wonder why the hesitation with this feature, as it is already implemented and built-in in SSMS natively. Why not use the same code base? BTW Azure Feedback is back,...

> @EitanBlumin - we're investigating this feature for dacfx. The functionality you're referencing in SSMS is relative to the table designer, which doesn't leveraging DacFx so the code isn't portable...

This may first require upgrading to Bootstrap 4 as per #85

Bootstrap 4 has been implemented as part of upgrade to AdminLTE v3. I think everything is pretty much already standardized but I'll leave this task open so that I'd review...

AngularJS routing is also an option but that means we'll have to use AngularJS controllers.

This OAuth tutorial from Microsoft utilizes an interesting "pagemap" routing mechanism using JavaScript and jQuery: https://docs.microsoft.com/en-us/outlook/rest/javascript-tutorial The jQuery.load() function could be very useful here for loading partial HTML documents: http://api.jquery.com/load/...