Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
Adding Google Analytics to Orchard CMS
http://gallery.orchardproject.net/Packages/Orchard.Module.SH.GoogleAnalytics
https://weblogs.asp.net/christoc/adding-google-analytics-to-orchard-core-cms
-
Orchard CMS Modify Footer
https://stackoverflow.com/questions/11562833/modify-footer-in-orchard-cms more
-
SQL Server Linked Servers and Excel Performance Compared to SSIS
https://www.mssqltips.com/sqlservertip/4241/data-import-performance-comparison-tsql-vs-ssis-for-large-import/
-
SQL Data CAT (Customer Advisory Team) and Performance
https://techcommunity.microsoft.com/t5/DataCAT/bg-p/DataCAT
http://www.sql-server-performance.com/ more
-
SQL Server Management Studio Tips
http://www.sqlservercentral.com/articles/Management+Studio+(SSMS)/160267/ more
-
Office 365 Domains FAQ
https://docs.microsoft.com/en-us/office365/admin/setup/domains-faq?view=o365-worldwide more
-
Move an Azure Virtual Machine to Another Virtual Network
Microsoft does not support Vnet-to-Vnet VM migration
Restoring from backup vault to a new virtual network appears to be the only viable solution:
https://4sysops.com/archives/move-an-azure-vm-to- … more
-
Add a network interface to an existing VM
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-network-interface-vm more
-
Orchard Gallery: Update Gallery URL
Remove old link:
http://packages.orchardproject.net/FeedService.svc
Add new link:
https://gallery.orchardproject.net/api/FeedService more
-
PHP on IIS
https://php.iis.net/ more
-
How Do You Export A Database In Azure Data Studio
https://www.scarydba.com/2019/02/25/export-a-database-in-azure-data-studio/ more
-
Office 365: Tenancy Restrictions and Email Forwarding Prevention
First, to get a list of all of the users who have forwarding addresses and shut them down, run this command:
Get-Mailbox -resultsize unlimited | Where {$_.ForwardingSMTPAddress -ne $null} | select … more
-
Office 365: Turning Integrated Apps on or off
https://docs.microsoft.com/en-us/office365/admin/misc/integrated-apps?view=o365-worldwide more
-
Compare Azure SQL Database vs. Azure SQL Data Warehouse
https://stackify.com/azure-sql-database-vs-warehouse/
https://www.jamesserra.com/archive/2016/08/azure-sql-database-vs-sql-data-warehouse/
http://microsoft-bitools.blogspot.com/2017/07/azure-sql- … more
-
Linked Server to SQL Azure
https://www.sqlshack.com/create-linked-server-azure-sql-database/
https://stackoverflow.com/questions/28590832/i-need-to-add-a-linked-server-to-a-ms-azure-sql-server
https://stackoverflow.com/ … more
-
Azure Databricks SQL Language Reference
https://docs.databricks.com/spark/latest/spark-sql/language-manual/select.html
-
Testing Credit Card Numbers with Luhn Algorithm in SQL
https://www.red-gate.com/hub/product-learning/data-masker/spoofing-realistic-credit-card-data-test-systems-using-data-masker
https://www.red-gate.com/simple-talk/blogs/the-luhn-algorithm-in-sql/
-
Power Query M versus DAX
https://technologyblog.rsmus.com/microsoft-dynamics/dynamics-365-for-finance-and-operations/difference-m-dax-in-power-bi/ more
-
Access OLEDB 32 and 64 bit errors
https://datasavvy.me/2017/07/20/installing-the-microsoft-ace-oledb-12-0-provider-for-both-64-bit-and-32-bit-processing/
-
Sharing in Power BI
https://docs.microsoft.com/en-us/power-bi/service-how-to-collaborate-distribute-dashboards-reports
https://www.tutorialspoint.com/power_bi/power_bi_sharing_dashboards.htm