Forum Replies Created

Viewing 15 posts - 451 through 465 (of 1,111 total)

  • RE: Azure Data Warehouse String Splitters?

    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...

  • RE: Forecasting with SQL

    rchantler - Friday, May 19, 2017 8:18 AM

    We are starting to investigate SQL + R.  Would that be a good approach to...

  • RE: Array Element by Agonizing Array Element

    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...

  • RE: Azure Data Warehouse String Splitters?

    Grant Fritchey - Wednesday, May 17, 2017 11:07 AM

    Ha! I don't. Have you tried using a tally table and Jeff's queries? I...

  • RE: The Human Impact of a Capable AI

    David.Poole - Tuesday, May 16, 2017 11:48 PM

    Many companies are shifting their DBs to the cloud.  Backup, high availability, monitoring and alerting...

  • RE: The Human Impact of a Capable AI

    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...

  • RE: DWH Transactional/Incremental Extracts

    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...

  • RE: HA/DR solutions

    bmg002 - Wednesday, May 10, 2017 12:32 PM

    It depends too on the need.  xsevensinzx's solution would be good if you require uptime...

  • RE: HA/DR solutions

    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...

  • RE: No PKs on fact tables

    daniel.bartley 78268 - Monday, May 8, 2017 6:49 PM

    Is there a way to run unit tests on Redshift / Azure SQL DW...

  • RE: How does PowerBI compare with SSRS

    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...

  • RE: Copy data from flat file with multiple headers

    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...

  • RE: No PKs on fact tables

    Jeff Moden - Friday, May 5, 2017 6:02 AM

    xsevensinzx - Thursday, May 4, 2017 1:12 PM

    May 5, 2017 at 7:31 am

    #1941291

  • RE: No PKs on fact tables

    RonKyle - Thursday, May 4, 2017 6:42 AM

    Has not failed because like the PK constraints, SQL Server is not going to...

  • RE: No PKs on fact tables

    Sergiy - Wednesday, May 3, 2017 3:34 PM

    xsevensinzx - Friday, April 14, 2017 5:51 AM

Viewing 15 posts - 451 through 465 (of 1,111 total)