Forum Replies Created

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

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

  • RE: CLR Yes or no?

    Solomon Rutzky (12/26/2015)


    Eric M Russell (12/23/2015)


    The only practical use for CLR in a data warehouse that comes to mind is perhaps a custom aggregate function.

    Just out of curiosity, what exactly...

  • RE: Unarchive records

    Welsh Corgi (12/24/2015)


    Totally screwed up.

    SELECT *

    FROM PrismDataArchive.dbo.tblcallArchive AS arc

    LEFT JOIN PrismData.dbo.tblcall AS Pri ON arc.Call.ID = Pri.Call_ID

    WHERE PrismData.dbo.tblcall Pri.Call_ID IS NULL

    Msg 4145, Level 15, State 1, Line 13

    An expression...

  • RE: Unarchive records

    Looks like you fixed the typo.

    But telling us that you "can't get it to work" is inviting caustic responses. What is the error you are getting now?

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