Forum Replies Created

Viewing 15 posts - 7,771 through 7,785 (of 13,876 total)

  • RE: Count of a table, insert into another?

    karen.blake (1/4/2016)


    I have put this here as I am still learning about SSIS and have assumed I can do this using this.

    So, there is a table where we need to...


  • RE: Why Scalar Functions Can Be Costly

    Eirikur's response rendered what I was going to write mostly redundant. But I do have some minor points:

    1) If you 'obfuscate' something, you make it unclear or difficult to interpret....


  • RE: Best way to merge two large client databases

    Eric M Russell (12/30/2015)


    Orlando Colamatteo (12/30/2015)


    Assuming the identity seeds were both 1, loading with IDENTITY_INSERT ON using the original identity *-1 (what Phil said) is where I would start the...


  • RE: Best way to merge two large client databases

    titsiros (12/30/2015)


    Hi Phil, thanks for the -1 tip, that would work also..Do you know of any tool that would do this instead of scripting this manually? I looked into Redgate...


  • RE: how does datatypes get set when using select into in sql server?

    dndaughtery (12/30/2015)


    There aren't any mathematical calculations but there are several Case statements. I'd post the query but its a monster

    If a CASE statement is returning an item from a list...


  • RE: how does datatypes get set when using select into in sql server?

    dndaughtery (12/30/2015)


    I used a select...into to create a staging table. Its been fine but lastnight I got a truncation error. I was under the "Assumption" that sql server looked at...


  • RE: Are the posted questions getting worse?

    jasona.work (12/30/2015)


    Time to critique Steve Halls' article[/url]!

    😀

    Um, I think he missed a comma in one sentence...

    :hehe:

    Certainly did. And invented a new noun, the "scree-shot" 😛


  • RE: Best way to merge two large client databases

    Eric M Russell (12/28/2015)


    I'm assuming the scenario is that you have two clients in separate SQL Server instances, each having overlapping sequential integer identifiers, and so you need to assign...


  • RE: Nvarchar Max no of character size

    drew.allen (12/29/2015)


    Your client may be limiting the number of characters returned. It may limit either the total returned or the amount returned per column. For instance, SSMS limits...


  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (12/29/2015)


    Phil Parkin (12/29/2015)


    Eirikur Eiriksson (12/29/2015)


    Phil Parkin (12/29/2015)


    Grant Fritchey (12/29/2015)


    Eirikur Eiriksson (12/29/2015)


    I really appreciate the effort of those who write the articles posted on this site but sometimes the...


  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (12/29/2015)


    Phil Parkin (12/29/2015)


    Grant Fritchey (12/29/2015)


    Eirikur Eiriksson (12/29/2015)


    I really appreciate the effort of those who write the articles posted on this site but sometimes the quality seriously suffers from...


  • RE: Are the posted questions getting worse?

    Grant Fritchey (12/29/2015)


    Eirikur Eiriksson (12/29/2015)


    I really appreciate the effort of those who write the articles posted on this site but sometimes the quality seriously suffers from the absence of technical...


  • RE: How to read Folder Names in SSIS

    Have you also considered using a script task? It might be the most elegant solution in this case.


  • RE: How to Execute SQL Task from Stored Proc & Then Query *THOSE* Results?

    Ok thanks. Have you considered creating an appropriately indexed 'working' table to hold the results?

    I'd suggest including a date created column.

    Then your package logic becomes

    1. Should I recreate results? (Based...


  • RE: SSIS Memory used

    ram1447 (12/28/2015)


    hi all,

    Is the memory used by SSIS independent of SQL server Engine?

    Yes, as far as I know. SSIS packages are executed by dtexec.exe, which is separate from the other...


Viewing 15 posts - 7,771 through 7,785 (of 13,876 total)