Viewing 15 posts - 1 through 15 (of 16 total)
Memory is pretty cheap these days. My analytical "database" is the Microsoft Power BI VertiPaq engine, which is fast. My store is Azure Data Lake Storage (cheap, and unlimited size)....
December 3, 2021 at 1:32 pm
In Microsoft Power BI, best practice is to separate Date and Time to make model size smaller. Optimizing High Cardinality Columns in VertiPaq - SQLBI https://www.sqlbi.com/articles/optimizing-high-cardinality-columns-in-vertipaq/
November 24, 2021 at 2:52 pm
You need to have some Facts in your Fact table. DimAmount should be part of the Fact table called Amounts. So just merge that in there. Other than that I...
November 22, 2021 at 2:58 pm
I'd try setting up a Profiler or ExtendedEvent session to detect what activities/queries are occurring at your memory spikes. Memory goes up during processing as copies of data are kept...
April 6, 2021 at 1:09 pm
If you like Sharp's, also read Bernard Cornwall's The Fort. Read it cold, no previews. About a forgotten episode in the American Revolution. And Paul Revere.
March 6, 2021 at 2:57 pm
Answer since 2010 is Excel PowerPivot, which let's you have millions of rows in Excel, makes it like a reporting database. Then Power Query in 2013, which gives you good...
October 19, 2020 at 3:12 pm
My main machine is my desktop. Fast connections to internet and databases. I use a laptop almost always to Remote Desktop Connection to my main desktop. Can use mouse, keys...
August 12, 2020 at 1:25 pm
I agree with using command line and gitk for reviewing logs. That way you don't have to spend time learning a different GUI for each tool Visual Studio Code has...
January 16, 2020 at 2:22 pm
I am impressed by the Microsoft Power Platform of Power BI, PowerApps, and Microsoft Flow. As an old grizzled VBA, Java, Ruby, Clojure, and Power BI (DAX) dev, I like...
August 10, 2019 at 2:56 pm
For Business Intelligence purposes, Alberto Ferrari and Marco Russo (The Italians) suggest singular names like Customer for Dimension tables, and plural names like Sales for Fact tables. Page 20 of...
December 8, 2017 at 6:45 am
I've had a 5 year old Nissan Leaf for a month now. I share your range concerns. I've got a 60 mile range, which is enough to get to the...
April 4, 2017 at 6:57 am
I live in Kearney, Nebraska. Traveled to Denver in 2013 for SQL Saturday. I plan to go to the Lincoln, NE on in Nov. I'm willing to travel about 2-3...
July 29, 2016 at 6:54 am
Power Query is a no brainer, because everyone has to have clean data. Power Pivot is great also, but you need to be able to do VLOOKUP type joins between...
December 11, 2014 at 7:14 am
Power Pivot has replaced nearly everything I used to use Access for. Size doesn't matter, and you can use Excel like a 'real' database. Power Query does much of the...
July 17, 2014 at 8:54 am
Datomic (http://www.datomic.com)[/url] is an functional EAVT database that adds a Datalog logic query language, and separates query from storage, and well as allowing the ability to work with...
December 8, 2013 at 6:00 am
Viewing 15 posts - 1 through 15 (of 16 total)