Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
SQL Server Ports
Using netstat is handy to research to see if a port is in use, but for this issue it is more direct to see what SQL Server thinks is going on, and fortunately there are some views that have the info … more
-
Regaining access to SQL server after changing the domain
https://www.sqlservercentral.com/articles/regaining-access-to-sql-server-after-changing-the-domain
-
Team Foundation Server (TFS) to Azure Devops Migration
https://docs.microsoft.com/en-au/azure/devops/migrate/migrate-from-tfs?view=azure-devops
https://www.microsoft.com/en-us/download/details.aspx?id=54274
-
Create a virtual network peering - Resource Manager, different subscriptions
https://docs.microsoft.com/en-us/azure/virtual-network/create-peering-different-subscriptions#cli more
-
Microsoft Azure: What is IP address 168.63.129.16?
-
Join an Azure VM to an on-prem Active Directory
https://4sysops.com/archives/join-an-azure-vm-to-an-on-prem-active-directory/
https://superuser.com/questions/1115047/how-to-join-azure-vm-to-domain/1115229
https://serverfault.com/questions/903515/ … more
-
Install Sharepoint 2019 on Single Server
open Sharepoint Management Shell (must be Run As Administrator) and run the following cmdlet
New-SPConfigurationDatabase -DatabaseName SharePoint_ConfigDB -DatabaseServer MySQLServerInstance - … more
-
SQL SERVER – ERROR: FIX – Database diagram support objects cannot be installed
https://blog.sqlauthority.com/2019/03/04/sql-server-fix-database-diagram-error-15517-cannot-execute-as-the-database-principal-because-the-principal-dbo-does-not-exist/ more
-
Entity Framework Timeout Bug
https://stackoverflow.com/questions/6232633/entity-framework-timeouts
https://entityframework.net/knowledge-base/36977974/set-command-timeout-in-ef-6
-
Export any web part from a SharePoint page
https://chuvash.eu/2014/09/19/export-any-web-part-from-a-sharepoint-page/ more
-
Recursive CTEs in T-SQL
https://www.sqlservertutorial.net/sql-server-basics/sql-server-recursive-cte/
https://www.essentialsql.com/recursive-ctes-explained/
https://docs.microsoft.com/en-us/sql/t-sql/queries/with-common- … more
-
Get Active Directory Groups from Command Line
gpresult /r
-
Sharepoint 2013 Foundation Installer Error: This product requires Microsoft .Net Framework 4.5
https://docs.microsoft.com/en-us/sharepoint/troubleshoot/installation-and-setup/setup-error-if-.net-framework-4.6-is-installed
-
Cloudflare Page Redirect and Forwarding
https://support.cloudflare.com/hc/en-us/articles/200172286-Configuring-URL-forwarding-or-redirects-with-Cloudflare-Page-Rules
-
Sharepoint 2013 and Forms Based Authentication
https://social.technet.microsoft.com/wiki/contents/articles/23539.sharepoint-2013-form-based-authentication-fba.aspx (good article and verified as working, although Kerberos vs NTLM can be an issue, … more
-
Sharepoint Alternative Access Mapping (AAM)
https://howtodowithsharepoint.wordpress.com/2018/01/26/sharepoint-2016-how-to-implement-alternate-access-mapping/ more
-
How to create ASPNETDB database using aspnet_regsql tool
https://manage.accuwebhosting.com/knowledgebase/883/How-to-create-ASPNETDB-database-using-aspnetregsql-tool.html
-
Sharepoint Developer Resources
https://docs.microsoft.com/en-us/sharepoint/dev/community/community
https://docs.microsoft.com/en-us/sharepoint/dev/community/repositories
https://github.com/SharePoint
https://github.com/ … more
-
Creating a Timer Job in SharePoint, complete guide
https://gooroo.io/GoorooTHINK/Article/16938/Creating-a-Timer-Job-in-SharePoint-complete-guide/24187#.XjtuyGeP5tQ more
-
Entity Framework (EF) Migrations Command Reference
https://coding.abel.nu/2012/03/ef-migrations-command-reference/
https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/?tabs=dotnet-core-cli more