Viewing 15 posts - 76 through 90 (of 103 total)
That's the point Phil is trying to make. Static data can be maintained by SSDT tooling, but as you said, a bit clunky.
January 18, 2016 at 1:17 pm
I am in the process of transitioning our eCommerce database to the declarative model of SSDT to move the database development process into our CI pipeline. Using idempotent MERGE statements...
January 18, 2016 at 6:40 am
Here's a link talking about Spark.
http://aptuz.com/blog/is-apache-spark-going-to-replace-hadoop/
I'm no expert on this, but from the article, Spark is an alternative to Hadoop Map Reduce. Not really a replacement for the whole Hadoop...
November 24, 2015 at 9:07 am
I second that. Fantastic read. Great insight from someone who has obviously spent a lot of time working with the technology. Thank you for sharing.
November 23, 2015 at 11:41 am
Heh. See, I'm just the other way around. I sit and think all day long and do nothing. Perhaps I will do tasks for an hour this week just to...
October 1, 2015 at 6:58 am
Brian J. Parker (6/3/2015)
June 3, 2015 at 10:01 am
Rob Reid-246754 (6/3/2015)
June 3, 2015 at 9:34 am
IMO, cursors are there to be used for admin scripts to be executed manually. They can be a time saver.
The philosophy I attempt to maintain in my SQL Server environment...
June 3, 2015 at 7:56 am
RonKyle (6/1/2015)
Sometimes we use CURSORS in our order processing environment to move data between systems and changing statuses on each record processed. The main reason for using a cursor is...
June 1, 2015 at 7:16 am
Sometimes we use CURSORS in our order processing environment to move data between systems and changing statuses on each record processed. The main reason for using a cursor is that...
June 1, 2015 at 7:00 am
Alvin Ramard (9/9/2014)
... the de-normalization can occur in the dimension tables to keep the joins one step away. Although, that de-normalization is not seen in the article.
Right? :unsure:
Correct. ...
September 9, 2014 at 11:41 am
Chris Harshman (9/9/2014)
qbrt (9/9/2014)
First, you can run reports directly against the schema since the data is de-normalized and optimized for reporting.
So, isn't the star formation created for the data actually...
September 9, 2014 at 11:28 am
Good quick read. And I have a question on the specific statement made at the end of the article.
First, you can run reports directly against the schema since the data...
September 9, 2014 at 9:30 am
Hi David,
Thanks for your contribution. I am sure there is someone who may find this sproc very helpful. On the other hand, I shiver whenever I see a sproc with...
February 25, 2014 at 6:09 am
Very nice, Geoff.
Here's a script that generates a deadlock to force the alert. Good to test the job.
Shamelessly lifted from some other forum, and since it worked for me, I...
January 3, 2014 at 8:37 am
Viewing 15 posts - 76 through 90 (of 103 total)