Forum Replies Created

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

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

  • RE: system requirements for 120GB+ database

    Just send the CEO your resume and say you can cut off that price by at least 20%... Hired ;).

  • RE: Tempdb Contention

    Damn, there were still Dbas left Friday night. I guess I missed them all. It was like a ghost town right after the last session has started.

  • RE: system requirements for 120GB+ database

    Might also be a good time to ask for a laptop while you're at it :hehe:.

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