Crystal Reports vs SQL Server Reporting Services
I use SQL Server Reporting Services (SSRS) when I want to build reports. I have enjoyed working with it since I started tinkering around with
I use SQL Server Reporting Services (SSRS) when I want to build reports. I have enjoyed working with it since I started tinkering around with
As technical consultants, we often are asked, “I have [insert problem here]. What software should I use?” If the answer were this simple, our jobs
Do you need to make an immediate or occasional one-time backup of your Dynamics GP databases, or maybe run
Microsoft has made a large investment in BI in 2015, both on-premises and in the cloud. BI offerings across Datazen, R, Excel, Power BI and coming to SQL Server 2016 are huge. Microsoft released a public BI roadmap on where they are headed with their BI stack. Microsoft’s simple goal is to put the power of data in the hands of every business user. This simple goal is inline with the #1 top ranked IT priority according to Gartner.
Coming in 2016, the newest upgrades and features to SQL have developers everywhere speculating about the future. Microsoft has designed the 2016 release of SQL to be easy to use, traditional in application appearance and control, and most importantly data-secure. The most exciting new feature for SQL in 2016 is called Always Encrypted. Microsoft has created an extra layer of data security so that even when you are working with sensitive data such as social security numbers or credit card numbers, the data is secure. This ensures that even at the most vulnerable time for an attack, while data is being used, a person’s identity and company’s reputation are safe. The best part about this upgrade and its new features is that it will not hinder the performance of the application.
In my last blog post we talked about Power BI Designer Preview and why I was lovin’ it. In this post I’m going to use Microsoft’s most recently Power BI tool to connect to my SQL server instance to analysis my Google Analytics data, Marketing data and CRM opportunities.
Connect to your SQL Data
Let’s get started by selecting the Get Data button in the top left corner and then select SQL Server
Being a developer I often find myself in situations where I need to troubleshoot SQL queries that are not performing well and generally need optimizations. I would like to share some interesting tips on how SQL Server handles queries and what execution plans might be better than others. A query execution plan is an ordered set of steps that are used to access the data in SQL server. If you are working with SQL Server Management Studio once you have started a new query window click the following button (or CTRL + M) so you can enable execution plans. In the examples below I will be using tables from AdventureWorks database which is a sample database provided by Microsoft.
Sign up for our mailing list to get the latest updates and offers.