Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
PowerShell and Secure Strings with FTP
https://www.red-gate.com/simple-talk/sysadmin/powershell/powershell-and-secure-strings/
-
SQL Server: Why you Should Avoid Using the @@IDENTITY Function
https://www.red-gate.com/hub/product-learning/sql-prompt/why-you-should-avoid-using-the-identity-function more
-
Visual Studio Download Components From Marketplace
https://marketplace.visualstudio.com/vs?utm_source=vsinstaller&utm_campaign=mainright
-
Blazor and WebAssembly
https://learn-blazor.com/getting-started/what-is-blazor/
Blazorise Official Site: https://blazorise.com/
Blazorise Source:https://github.com/stsrki/Blazorise
Blazor Official Site:https://dotnet. … more
-
Enterprise Organization Users Can Use Visual Studio 2019 Community Edition If Only Using SSDT Components
BarneyL
Visitor
04-22-2019 11:15 PM
What do enterprise sized organisations who aren't allowed to use the community edition … more
-
SQL Server Data Tools
https://docs.microsoft.com/en-us/sql/ssdt/sql-server-data-tools?view=sql-server-2017
https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-2017
-
Onedrive Automation and API Programming
https://github.com/onedrive/onedrive-sdk-csharp
https://github.com/jasonkcarter/OneDriveExplorer
https://github.com/OneDrive/onedrive-sample-apibrowser-dotnet
-
Office 365 Sign-in activity report error codes
https://docs.microsoft.com/en-us/azure/active-directory/reports-monitoring/reference-sign-ins-error-codes more
-
SETTING UP EMAIL ON A DOMAIN WITH CLOUDFLARE
https://blog.aaronhktan.com/posts/2018/04/14/setting-up-email-on-a-domain-with-cloudflare more
-
Cloudflare Ports
https://support.cloudflare.com/hc/en-us/articles/200169156-Which-ports-will-Cloudflare-work-with-
https://blog.cloudflare.com/cloudflare-now-supporting-more-ports/
https://www.cloudflare.com/en-au/ … more
-
SQL Server Ports: Configure a Server to Listen on a Specific TCP Port
https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/configure-a-server-to-listen-on-a-specific-tcp-port?view=sql-server-2017 more
-
Setup Multiple Public IPs on a VM in Azure
https://blogs.technet.microsoft.com/canitpro/2017/03/15/step-by-step-setup-multiple-public-ips-on-a-vm-in-azure/
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-multiple-ip- … more
-
A C# toolkit for writing SSIS Script Tasks
https://www.sqlservercentral.com/articles/a-c-toolkit-for-writing-ssis-script-tasks more
-
SQL Server: TSQL Select Into with Identity
SELECT IDENTITY(INT,1,1) AS ID,* INTO NewTable FROM ExistingTable more
-
Windows 2019 Server: Unexpected Shutdown event tracker on every reboot
Apparently it is a bug with an update - https://social.technet.microsoft.com/Forums/windowsserver/en-US/c543eed6-f647-4563-85ce-8e72d1b36a85/shutdown-event-tracker-keeps-appearing-after-installing-kb4 … more
-
Allow SQL Server Agent jobs management for non sysadmins
https://www.sqlservercentral.com/blogs/allow-sql-server-agent-jobs-management-for-non-sysadmins more
-
Visual Studio Community Edition: Who Can't Use It
https://spreadsheeto.com/visual-studio-community/ more
-
SQL Server: Temporary Stored Procedures
https://www.sqlservercentral.com/blogs/temporary-stored-procedures more
-
SQL Server: Enforce Encrypted Connections
To configure SQL Server to use a self-signed SSL certificate, follow below steps:
Create a self-signed certificate
Set permissions for this certificate
Configure SQL Server to use this … more
-
SQL Server Logon Trigger Examples
https://www.mssqltips.com/sqlservertip/6103/sql-server-logon-trigger-examples/ more