Forum Replies Created

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

  • RE: BCP Utility - Usage

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


    For bulk load from OLTP to Azure SQL datawarehouse, is this tool helpful or any other option?

    Thanks!

    Not really helpful, because neither of these is a data file.


  • RE: BCP Utility - Usage

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


    Hi Folks,

    Why should we use BCP Utility. Any one can explain the scenarios where this tool is useful.

    Thanks!

    Not sure what sort of answer you are looking for here.

    BCP...


  • RE: Are the posted questions getting worse?

    SQLRNNR (8/10/2016)


    GilaMonster (8/9/2016)


    SQLRNNR (8/9/2016)


    Restart dev edition in minimal configuration and add your personal account as a sysadmin that way.

    http://www.practicalsqldba.com/2012/08/sql-server-lost-all-administrator.html

    Minimum config isn't necessary. SQL just has to be started in single...


  • RE: prevent auto validation of data connection when opening an SSIS package

    I think that the 'Work Offline' option on the 'SSIS' menu is the closest you can get to this. But as you've already done your homework, I suspect that you'll...


  • RE: Are the posted questions getting worse?

    ChrisM@Work (8/9/2016)


    TomThomson (8/9/2016)


    Phil Parkin (8/9/2016)


    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? 🙂

    It's more...


  • 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?


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