Forum Replies Created

Viewing 15 posts - 4,186 through 4,200 (of 5,393 total)

  • RE: Views

    Tara-1044200 (6/16/2010)


    I have database with 6 yrs of data and now i am splitting that into 2 different database's having 3yrs of data in each because we use only latest...

    -- Gianluca Sartori

  • RE: Populate variable using select

    You have to wite it as SELECT @variable = Field:

    select @user-id = USerID where firstname = (SELECT SUBSTRING(@@UserName, 1, CHARINDEX(' ', @@UserName) - 1))

    ...

    -- Gianluca Sartori

  • RE: Non Disclosure Agreements (What's the point?)

    Grant Fritchey (6/16/2010)


    I swear, about a third of our IT staff could fall into a bottomless pit and we wouldn't notice for a week.

    Do we work for the same company?...

    -- Gianluca Sartori

  • RE: Non Disclosure Agreements (What's the point?)

    It does, indeed. The point is that many employers want their employees to sign NDAs or non-compete, but they don't know that this has to be explicitly paid. If those...

    -- Gianluca Sartori

  • RE: Statement Duration

    Your query hasn't changed, but maybe data did.

    Are data volumes the same?

    Are statistics up to date?

    There's lots of things you could look into, I just named the first ones that...

    -- Gianluca Sartori

  • RE: Constraints

    Drop the primary key, or add to it all the fields that actually make up the key, if this applies.

    Is there a better primary key fo that table?

    -- Gianluca Sartori

  • RE: Non Disclosure Agreements (What's the point?)

    Steve-3_5_7_9 (6/16/2010)


    GilaMonster (6/16/2010)


    Steve-3_5_7_9 (6/16/2010)


    Actually, this makes a lot of sense. Sometimes it is difficult to terminate someone, especially if they have great performance reviews, so having a NDA on...

    -- Gianluca Sartori

  • RE: Are the posted questions getting worse?

    Dave Ballantyne (6/16/2010)


    Damn Damn Damn, ive mislaid my sql magic wand.

    http://www.sqlservercentral.com/Forums/FindPost937995.aspx

    Perhaps if i shouted at the server .....

    Great! "I can't change the query, but, please, make it go faster!"

    -- Gianluca Sartori

  • RE: Are the posted questions getting worse?

    Totally different subject: I get 1 notification every 10 or 20 posts on THE THREAD.

    Are you experiencing the same?

    Maybe too many people subscribed.

    -- Gianluca Sartori

  • RE: Are the posted questions getting worse?

    Paul White NZ (6/16/2010)


    We scored a goal and drew!!!!

    WOOT!

    :w00t:

    Thanks to everyone that posted congratulations. 🙂

    I'm thinking Italy should be no problem now. Do they even play football/soccer over there...

    -- Gianluca Sartori

  • RE: Are the posted questions getting worse?

    Jeff Moden (6/15/2010)


    CirquedeSQLeil (6/14/2010)


    Gianluca Sartori (6/14/2010)


    Well done on the "Mentor" thread, Gail.

    Hope he stops.

    It seemed to me that the argument was coming from one side today. It appeared that...

    -- Gianluca Sartori

  • RE: Mentor

    scott.pletcher (6/15/2010)


    Jeff, you can over-engineer, I'll give you that. Huge amounts of wasted I/O to no purpose. But you feel good about it, and obviously for you that's...

    -- Gianluca Sartori

  • RE: Are the posted questions getting worse?

    Paul White NZ (6/15/2010)


    Jan Van der Eecken (6/15/2010)


    Paul, Good Luck to New Zealand in their game against Slovakia in less than 4 hours from now.

    Thanks Jan, I think we're just...

    -- Gianluca Sartori

  • RE: Are the posted questions getting worse?

    Well done on the "Mentor" thread, Gail.

    Hope he stops.

    -- Gianluca Sartori

  • RE: Find and Replace xml node

    It's not very clear to me.

    Try posting some sample data and the desired output.

    You could also try reading the article linked in my signature line, it will help you rephrasing...

    -- Gianluca Sartori

Viewing 15 posts - 4,186 through 4,200 (of 5,393 total)