Viewing 15 posts - 451 through 465 (of 1,111 total)
Shouldn't be a problem. I use a lot of Python in cases like these. As the splitting needs to happen on a smaller dimension file, it shouldn't be an issue...
May 20, 2017 at 7:13 am
May 19, 2017 at 11:13 am
Yeah, I normally just stick to Python for most looping simply because it's easier to partition out the tasks across multiple machines before it even gets to SQL Server. If...
May 19, 2017 at 6:58 am
May 17, 2017 at 1:05 pm
May 17, 2017 at 6:48 am
This is just me, and maybe some will disagree. Creating algorithms that operate within a set of predefined rules is not all that complicated unless those rules become extremely complex...
May 16, 2017 at 11:30 am
Sounds like you have either late arriving records in the source system that you're not catching or your extract is not fetching all the records. When it comes to late...
May 14, 2017 at 7:22 pm
May 10, 2017 at 6:15 pm
Personally, I've had good experience using a separate DR device that's basically a separate machine that's entire focus is backing up locally and offloading to a external cloud platform for...
May 10, 2017 at 11:28 am
May 9, 2017 at 6:04 am
If PowerBI cost is worrying you, then it's likely not what you're looking for. I think right now, it's about $9.99 per user where competitors like Tableau used to be...
May 8, 2017 at 7:13 pm
If the header and files relate to each other, then it may be difficult attaching the second and more headers to their respective headers. I've used Python in the past...
May 7, 2017 at 7:14 am
Has not failed because like the PK constraints, SQL Server is not going to...
May 4, 2017 at 1:12 pm
May 4, 2017 at 6:26 am
Viewing 15 posts - 451 through 465 (of 1,111 total)