(Kenneth Fisher) It’s that time again. T-SQL Tuesday. The monthly blog party started by Adam Machanic (b/t) seven and a half years ago!! We have a host, who picks a topic (on the first Tuesday of the month) and then we all write about that topic over the next week and all post on the same day (the s
Tag: sql server
SQL SERVER – How to See Scripts Executing in sp_executesql?
(Pinal Dave) Question: How to See Scripts Executing in sp_executesql?
Configuring Power BI Gateway Data Sources For Files And Folders
(Chris Webb) Recently I’ve been building a lot of Power BI reports from csv and Excel files, and to make sure that scheduled refresh works I have been setting up data sources in an On Premises Data Gateway (what used to be called the Enterprise Gateway).
SQL Server 2017 Setup: the step ‘sql_inst_mpyConfigAction_upgrade_confignonrc_Cpu64’ seems stuck, or slow? Here’s why!
(Arvind Shyamsundar) SQL Server 2017 is one more step further in Microsoft’s philosophy of bringing advanced analytics capabilities closer to where the data resides. With Python now supported as an ‘external script’ language (adding to the existing support for R), customers have the full power of Py
Handling Row Headers in U-SQL
(Melissa Coates) This is a quick tip about syntax for handling row headers in U-SQL, the data processing language of Azure Data Lake Analytics. There are two components: handling row headers on the source data which is being queried, and row headers on the dataset being generated by ADLA.
SQL Homework – August 2017 – Create a table
(Kenneth Fisher) If you didn’t see it last month I’ve started doing monthly SQL Homework. The first month was backups, this month it’s tables.
SQL SERVER – Why Edition Upgrade is Not Upgrading Edition of SQL Server?
(Pinal Dave) Sometimes many DBAs are so expert in many areas like performance tuning or backup/restore, they miss simple stuff. One of my DBA friends was running Standard Edition of SQL Server 2016 in production and want to upgrade the edition to Enterprise – core based edition. Let us learn about E
Azure Cloud ‘Fear’ Busting #2 – Seeking for Better Performance
(Arun Sirpal) We all want high performing applications and when you are in the cloud that is no different, if anything it is even more important. With this post I will discuss some areas where I have been “stung” by so you can learn from my mistakes when using Azure SQL Database. Then I will dedicat
Create U-SQL EXTRACT Script Automatically
(Yanan Cai) In this blog, you will learn how to create U-SQL EXTRACT script automatically using the latest version of Azure Data Lake Tools for Visual Studio.
How to schedule a SQL Server Agent Job on a Linux based instance using T-SQL
(Manvendra Singh) SQL Server Agent support is included with the release of SQL Server vNext CTP 1.4 to enable DBAs and users to schedule any task using a SQL Server Agent Job on Linux. In this tip, I will explain how to create and run SQL Server Agent Jobs using T-SQL commands on a Linux based SQL S
