This Week In Data – Episode 12 (How to Interview a Customer)
Welcome back to another episode of This Week In Data! If you missed our previous episodes, you can watch them...
2016-11-09
420 reads
Welcome back to another episode of This Week In Data! If you missed our previous episodes, you can watch them...
2016-11-09
420 reads
In this module you will learn how to use the Globe Map Power BI Custom Visual. The Globe Map is...
2016-11-07
922 reads
Welcome back to another episode of This Week In Data! If you missed our previous episodes, you can watch them...
2016-11-02
477 reads
In this module you will learn how to use the Sparkline Power BI Custom Visual. The Sparkline allows you to...
2016-11-01
673 reads
I’m just returning from an amazing week at PASS Summit where I meet many of you while working our Pragmatic...
2016-11-08 (first published: 2016-10-31)
1,476 reads
Welcome back to another episode of This Week In Data! If you missed our previous episodes, you can watch them...
2016-10-28
844 reads
In this module you will learn how to use the Force-Directed Graph Power BI Custom Visual. The Force-Directed Graph allows...
2016-10-24
866 reads
Welcome back to another episode of This Week In Data! If you missed our previous episodes, you can watch them...
2016-10-19
736 reads
In this module, you will learn how to use the Advanced Time Slicer Power BI Custom Visual. The Advanced Time...
2016-11-01 (first published: 2016-10-17)
1,594 reads
Welcome back to another episode of This Week In Data! If you missed our previous episodes, you can watch them...
2016-10-12
521 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers