Explore >> Select a destination


You are here

bradsruminations.blogspot.com
| | www.sqldoubleg.com
3.3 parsecs away

Travel
| | [AI summary] A technical guide on optimizing SQL Server maintenance by scripting the exclusion of inefficient statistics on large text columns to reduce resource usage.
| | www.sql.kiwi
3.9 parsecs away

Travel
| | Paul White describes temporary object caching in SQL Server - what it is, why it exists, and how to use it to your advantage.
| | sqlserverfast.com
2.0 parsecs away

Travel
| | This is already the 29th part of the plansplaining series, where I look in detail at interesting examples of execution plans in SQL Server. With this part, I'll kick off another mini-series, this time on cursor processing Don't use cursors! And yes, I know the mantra. Do not use cursors. They are slow. There is...
| | mrpaulandrew.com
21.2 parsecs away

Travel
| This is just a quick post, mainly for my own reference. When working with code generated solutions we often need to convert datasets from SQL Server (T-SQL) data types to Azure Data Lake Analytics (U-SQL) data types. As you probably know U-SQL has a hybrid syntax of T-SQL and C# which uses .Net data types....