Forum Replies Created

Viewing 15 posts - 6,826 through 6,840 (of 13,876 total)

  • RE: SQL server 2016 build - Polybase/Minimum requirements

    SQL!$@w$0ME (8/9/2016)


    Thank Phil. If we don't want scale-out feature, should I go with standard edition of SQL?

    I don't have practical experience of this – only what I have read –...

  • RE: T-SQL Backup Code

    So it's this row that generates the error?

    EXEC master.sys.xp_create_subdir @DatabaseDailyFolder;

    If so, I think you might have to modify your code to capture the execution status of the xp and then,...

  • RE: Are the posted questions getting worse?

    This code was generated by a tool.

    Does anyone else subconsciously say "You can say that again" whenever they read this comment in auto-generated code? 🙂

  • RE: SSIS Performace Issue

    koti.raavi (8/8/2016)


    I will try converting the data after loading. One more question , string data what we have in text file having some spaces.What is the best way to do?....

  • RE: T-SQL Backup Code

    Wow, those double quotes are really throwing the SQL parser off, makes it difficult to read.

    It's probably obvious, but I didn't see it. Which line of code is (deliberately) creating...

  • RE: SQL server 2016 build - Polybase/Minimum requirements

    Did you read this page? Explains compute node/head node differences at least.

  • RE: Are the posted questions getting worse?

    TomThomson (8/8/2016)


    So without more information it looks to me as if it would be very easy indeed to deliver something on a sliver platter and discover that what was wanted...

  • RE: SSIS Performace Issue

    koti.raavi (8/8/2016)


    Yes ..heap table and series execution..havent tried for parllel execution

    Then I am out of ideas right now.

    Can you try this on another machine ... perhaps on a local instance...

  • RE: CASE statement

    PSB: you've been here long enough to be aware of the code="sql" tags. Is there a reason why you choose not to use them, to help others read your posts?

  • RE: SSIS Performace Issue

    So, to confirm, the target table is a heap – is that correct? Or does it have a primary key?

    Are you loading in series or in parallel?

  • RE: SSIS PROJECT ERROR ON BUILD

    OK, that sounds annoying, but what's your question, exactly?

  • RE: SSIS Performace Issue

    OK. Does each file take the same length of time?

    Are the files stored locally on the server?

  • RE: Replacing/trimming strings

    seismicbeat (8/8/2016)


    Hello,

    SQL Server novice here, I'm looking for help to get through the SQL statement that I mentioned below. I have an SSAS cube that I can query with MDX...

  • RE: SSIS Performace Issue

    koti.raavi (8/8/2016)


    I'm loading the couple of text files to SQL Server Database and

    each file contains 1000 records and total number of files are 15.

    Problem is each file is taking more...

  • RE: Using new GetIdentificationStringByID to get Column Name in SSIS

    lduvall (8/7/2016)


    Phil, I added the @RowCount and @ErrorRowCount variables and set a derived column to add the two together and mapped it to my error table destination, but it's not...

Viewing 15 posts - 6,826 through 6,840 (of 13,876 total)