Insights

Holographic Brain ImageHolographic Brain Image

All categories

  • Blog

    How to Create New SQL Server Logins and Users

    SQL Server Logins vs. Users: Understanding the Difference Creating individual logins and users for SQL gives you a great security advantage.  A Login is used for authentication into a SQL Instance while a User is used for authorization into a SQL Database.  Note that Logins are used at the Instance level and Users are used at…

    Concurrency
  • Uncategorized

    Connect to Azure SQL Database with NodeJS and mssql

    This blog will show you how to use Node.js to connect to Azure SQL Database and perform read operations. Although there are several ways to connect to SQL Server from Node, the top two most popular packages are msnodesql and mssql. We will be using mssql for our sample application. Before we get started creating…

  • Blog

    React in SharePoint

    Lately I’ve been playing with ReactJS, and was looking for a way to render content in SharePoint using React. I really like React because you can easily create interactive UIs declaratively. You design simple views for each state in your application, and React will efficiently update and render the correct components when your data changes.…

    Concurrency
  • Blog

    How to Connect to Exchange Online with MFA enabled

    If you are an organization following best practices for protecting your environment in the cloud you have inevitably enabled Multi Factor Authentication on your administrator logins. In this configuration you have either chosen to use the included Azure MFA cloud service or completed a federated installation to use either Microsoft’s on premise installation of Azure…

    Concurrency, Inc.
  • Blog

    Create a Table Partition in SQL Server 2012

    Partitioning a SQL Table is a great way to organize your data for faster data retrieval.  Partitions do exactly that, break down the Table into organized pieces based on criteria from your columns. Why partition? Primarily, performance reasons.  Because the table is split up, data can be retrieved in a faster and more organized way…

    Concurrency
  • Uncategorized

    Digital Transformation How-To Guide #2: Challenges

    Author’s note: This post is the second in Concurrency’s “How-To Guide” series about Digital Transformation. Click here to read the first post, “What Is Digital Transformation?” Digital Transformation is one of the largest and most complex challenges facing companies today. A company’s transformation from non-Digital/partially Digital to fully Digital is a journey that will affect all aspects…

    Concurrency, Inc.
  • Blog

    Custom SharePoint Form Using Office UI Fabric and Angular

    Building custom and fully interactive forms for SharePoint can often be complex. Using AngularJS with Office UI Fabric is a great way to build dynamic forms that have the same look and feel of Office and SharePoint. In this article I am going to walk through the process of building a Employee Termination form using…

    Concurrency, Inc.
  • Blog

    What is Microsoft Flow?

    Microsoft Flow is a new workflow management tool for automating workflows across applications and services by connecting web services, files, and cloud-based data. It empowers users to create workflows to decrease time-consuming tasks or processes that automate approvals, send/receive notifications, synchronize files, or collect, organize and update data. Microsoft Flow can bridge the gap between…

    Concurrency, Inc.
  • Blog

    Power BI Connection Types

    I’ve noticed quite a few questions lately on Power BI Community forum related to how Power BI Desktop works with data sources. The questions aren’t specific to particular data sources or being able to connect to them, but how Power BI connects to them. There are different ways to connect to various sources, but there are also…

    Concurrency, Inc.