Viewing 15 posts - 601 through 615 (of 1,111 total)
Chiefly Confused (9/12/2016)
September 12, 2016 at 4:04 pm
ps_vbdev (9/12/2016)
September 12, 2016 at 2:49 am
ps_vbdev (9/5/2016)
September 12, 2016 at 1:36 am
However, the reason I think version control is important is that database development is often disconnected between the database and application. Changes might occur in the database long before they...
September 12, 2016 at 12:54 am
Yep, I would go with the python option. Saved as a script, can be executed by anything.
September 8, 2016 at 8:35 am
After years of corrupted flat files with highly transactional video game logs, I stick to tables if I can. But then again, it really just depends. Most of the data...
September 8, 2016 at 5:22 am
Yeah, I'm wondering the same thing. I'm also wondering what you consider a DBA as well.
In my area, which is much smaller than a large city, I know some senior...
September 8, 2016 at 5:02 am
Aye, I would take that approach, especially in building a reporting data mart on a separate server or just using another database on the existing server. That would give me...
September 2, 2016 at 9:54 am
David.Poole (9/2/2016)
September 2, 2016 at 7:07 am
David.Poole (9/1/2016)
There's nothing...
September 1, 2016 at 1:46 pm
Aaron N. Cutshall (9/1/2016)
chrisn-585491 (9/1/2016)
Design choices that impact the database matter.
I totally agree. As a data architect, I get frustrated when development managers are only concerned with right now...
September 1, 2016 at 9:58 am
Sean Lange (8/31/2016)
GilaMonster (8/31/2016)
"Becoming a successful SQL Developer"
Never done a professional development session before. Not sure...
September 1, 2016 at 6:16 am
I haven't read every reply in this rather long thread, but here is my 2 cents.
As a data architect who also develops applications in Python, the rapid development aspect of...
September 1, 2016 at 6:05 am
Wouldn't just having multiple staging tables or databases across multiple physicals be good enough to parallel load the data and process it before merging into one primary table? You're still...
August 29, 2016 at 6:09 am
Eric M Russell (8/26/2016)
xsevensinzx (8/25/2016)
August 26, 2016 at 8:04 am
Viewing 15 posts - 601 through 615 (of 1,111 total)