(Thomas LaRock) At some point in our lives we have lost or misplaced our car keys. It seems to be a right of passage for most and a daily ritual for others. But at the end of the day we know that, if needed, we can get a new key made.
Tag: sql server
Disabling Excel PivotTable Grouping And Session Cubes In SSAS Multidimensional
(Chris Webb) The Excel PivotTable grouping functionality that is available when you are connected to an SSAS Multidimensional cube (but not a Tabular model) is a Very Bad Thing indeed. In my experience it is a major cause of query performance problems – not just for the person running the query, but
Introduction to SQL Server: The Main Components
(Gethyn Ellis) There has been much talk recently in the SQL Server community about writing introductory level blog posts. Posts that a new person just starting a career as a data professional using Microsoft’s SQL Server data platform could use to learn all about the product.
Impersonation can give you the wrong answer
(Kenneth Fisher) I use impersonation all the time to let me see additional permissions information I can only get that way and, sometimes to help me see what permissions error someone is getting.
SQL Server Performance Considerations – Fetching Rows One By One or All At Once
(Tim Wiseman) When accessing a SQL Server database from within a programming environment, some tools allow the option of retrieving the results of a query one row at a time or fetching all rows at once. When is each option a better choice?
Database Log VLFs
(Steve Hood) Virtual Log Files (VLFs) split a physical database log file into smaller segments, which are required for how log files work in the background.
SQL Server Database File Size and Free Space Revisited
(Richie Lee) I recently had a comment posted to one of my first articles I wrote way back in 2012 concerning adding a column that detailed the used space as a %age.
SQL SERVER – Install Error – The /UIMode setting cannot be used in conjunction with /Q or /QS
(Pinal Dave) Doing repetitive tasks is something everyone hates. I am sure many of us have resorted to ingenious techniques to figure out doing the task efficiently. There is no standard tool or technique that everyone uses.
Get Drive Sizes using SQL or PowerShell
(Daniel Mellor) There are countless methods to obtain drive size information, each with its own set of benefits and limitations. I use a few different methods depending on if I have to type out the solution quickly or if I need a comprehensive view.
New Ways To Concatenate Text In Excel 2016 With CONCAT() And TEXTJOIN()
(Chris Webb) I don’t normally blog about Excel topics outside of Power Query and Power Pivot, but I think anyone who has ever done any serious work in Excel has found how difficult it is to concatenate more than two text values (although there are plenty of blog posts like this one showing how to do
