Explore >> Select a destination


You are here

bronowski.it
| | littlekendra.com
1.8 parsecs away

Travel
| | Resource Governor commands in Azure SQL Managed Instance must be executed in the master database context, not in user databases. Use 'USE master;' before running ALTER RESOURCE GOVERNOR commands to avoid error 40510.
| | www.mlakartechtalk.com
0.7 parsecs away

Travel
| | T-SQL Tuesday #171 asks us to describe the most recent issue we closed. I talk about my learning ADX and KQL to parse giant logs.
| | mrpaulandrew.com
1.3 parsecs away

Travel
| | A tool I've used in the past to query my local disk drives is WinDirStat. It's great for finding out where large files are hiding in your directories using a heat map visual. In this post I talk you through how I've created a similar tool for Azure Data Lake Store using PowerShell, SQL Server...
| | gorandalf.wordpress.com
33.9 parsecs away

Travel
| Each SQL Server database has a setting called Compatibility Level that determines how T-SQL commands are interpreted and what features are supported for that database. A singleSQL instance can host multiple databases withdifferent compatibility levels, so SQL statementsthat work onone database might not work onthe other. Each version of SQL Server introduces a new compatibility...