Forum Replies Created

Viewing 15 posts - 9,136 through 9,150 (of 18,926 total)

  • RE: How to display when package executed and ended

    Got me there. I have barely just enough experience with SSIS to spell it. I was hoping it would give you some inspiration, but apparently not.

    I'll leave this...

  • RE: Transactional Replication?

    Is there still someone who doesn't know that it's pointless to update a row without doing any change (like in your exemple)??

    That should be thaught in DB 101.1!

  • RE: Update Trigger Updates Correct Record In Another Table

    Just one question on that Jeff. How do you track the information of When, what, who inserted the original row?

    I know this data should be kept separate from the...

  • RE: 500,000th member mark

    Do you guys realize that there are more members than there are posts on this site?? There must be a massive amount of traffic comming from the search engines.

  • RE: 500,000th member mark

    They'll be at least at 750'000 by then (assuming 12 months between summits).

    Maybe even 1M if this site grows like it should... are you guys ready for the wikipedia??

  • RE: Sys.Databases

    I see. I think the DDL trigger can still do the job here (didn't check bol to be sure). I think it's your safest bet at this point.

  • RE: Pls help cascade delete

    Go into books online and learn how to do that. You must list all the columns you want to transfer in the insert clause and into the select clause....

  • RE: Pls help cascade delete

    This will still work... unless I missed something obvious :

    BEGIN TRAN

    Insert into WaitList (Columns) Select Columns FROM Candidates WHERE ID IN (2,4,5)

    DELETE FROM dbo.Candidates WHERE ID IN (2,4,5)

    COMMIT TRAN

  • RE: Selecting Preformatted Dates in SQL Server 2000

    Wow, that's the clearest explaination I ever saw for that question. Thanks Sergiy.

  • RE: Pls help cascade delete

    Let's start over.

    Show us sample data from all three tables before the transfer.

    Then show us what data needs to move and what information you have available at the moment of...

  • RE: Missing Feature

    Nobody could have, thanks for pointing this out.

  • RE: Time zone problem

    Testing GTM-5...

    This works for me.

  • RE: Pls help cascade delete

    I don't get what is the problem in this context. The code should look a lot like this :

    BEGIN TRAN

    Insert into WaitList (Columns) Select Columns FROM Candidates WHERE...

  • RE: Tempdb Contention

    Hey Steve, that would definitly make a good article. Maybe you could even make a contest out of it (like the nightmare contest). I'm sure we'd get a...

  • RE: Missing Feature

    That's what I see.

Viewing 15 posts - 9,136 through 9,150 (of 18,926 total)