Forum Replies Created

Viewing 15 posts - 7,786 through 7,800 (of 13,882 total)

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

  • RE: Unarchive records

    Looks like a typo.

    arc.Call.ID = Pri.Call_ID

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

    brad.mccollum (12/23/2015)


    I'm working on an SSIS pkg. that I need to run a stored procedure to return a pretty large results set. I'm assuming this will need to be...

  • RE: Dynamic Query issue

    Re1 (12/23/2015)


    Hi guys,

    I am doing one POC. I am trying to generate and execute a dynamic sql. In that dynamic sql i have to many replace functions.At the time of...

  • RE: Clustered PK and Nonclustered Index on Same Column

    lmarkum (12/22/2015)


    I have come across several tables recently where the clustered PK on Column (X), for example, is also been duplicated as a nonclustered index. When I look at...

  • RE: Are the posted questions getting worse?

    Sean Lange (12/22/2015)


    Lynn Pettis (12/22/2015)


    Silver Spoon really doesn't seem to care about learning anything. Just the answer, that's all he is interested in.

    I really hope there is someone else...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (12/22/2015)


    Phil Parkin (12/22/2015)


    Sean Lange (12/22/2015)


    Phil Parkin (12/22/2015)


    It seems that everyone in this thread spends their spare time shooting things :exclamationmark::-D

    I prefer making sawdust as my form of therapy.

    Plugging...

  • RE: sql server 2014 becomming non responsive

    Are you suggesting i use the DAC to get into the sql intance to identify whats killing it while it's happening?

    Just an idea which may help your troubleshooting, yes.

  • RE: Are the posted questions getting worse?

    Sean Lange (12/22/2015)


    Phil Parkin (12/22/2015)


    It seems that everyone in this thread spends their spare time shooting things :exclamationmark::-D

    I prefer making sawdust as my form of therapy.

    Plugging in my guitar and...

  • RE: sql server 2014 becomming non responsive

    Snargables (12/22/2015)


    We have a few instances in the past few days where sql has become unresponsive. The cpu gets to 55% then we cant access it. In the logs right...

Viewing 15 posts - 7,786 through 7,800 (of 13,882 total)