January 2017
Beginner to intermediate
372 pages
5h 55m
English
By running an SQL Server profiler trace, you can see exactly what is happening when a DirectQuery mode query is executed. In this recipe, you will use SQL Server Management Studio to execute a query and trace the results:

Since the QueryMode property is set to DirectQuery, the tabular engine is accessing the data from the SQL Server Engine tables. The actual query can be seen when you use SQL Server Profiler to trace the query on the SQL Server Database. In this instance, ...
Read now
Unlock full access