Forum Replies Created

Viewing 15 posts - 1,906 through 1,920 (of 2,469 total)

  • RE: Giving pain to DBA

    Given his response to one of the other posts - the link doesn't work - where poor Chris (who is always so helpful and unfailingly polite) got scorched, I'd have...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Do let me know?

    Okay - post edited (deleted actually) - I was in a hurry to get to it before your "flying fingers" did....thought your vacation began next week - "my bad" (as...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Worst Practices - Making Databases Case Sensitive (Or Anything Else)

    my post got "swallowed up" twice...maybe it'll amble in later...

    I wanted to say that though I belong to the same "detest, despise, loathe...." club as everyone else there was a...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Do let me know?

    Oops:

    here







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Performance: Select field VS Select RTrim(field)

    You could also compare the query execution plan in QA "with" and "without the function" in your query to see what differences there are....







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Can someone..?

    Here's another I've "heard tell" is good (not used it myself yet):

    http://www.mssqlserver.com/tsql/







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: "bind to schema" on View, how to Search ?

    Here's another one:

    select so.name, sc.text

    from sysobjects so

    inner join

    syscomments sc on

    so.id = sc.id where

    so.xtype = 'v' and

    sc.text like '%WITH SCHEMABINDING%'

    order by name







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Giving pain to DBA

    Aspiring writers should NEVER adopt this style - go for the "voluminous" approach sswords..otherwise you'll end up with a 10 page novella instead of a classic or epic!!!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to query for primary keys

    That's ok - just didn't want you to forget that there IS a third!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to query for primary keys

    très bien fait Remi !!!

    ps: except the count(*) = 3 not 2!!!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to query for primary keys

    GAL!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to query for primary keys

    That works too - as does "heart to heart", "hell this hurts" etc. depending on the context...and splly. for you Remi - for the coming 2 weeks - "hit the...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to query for primary keys

    Hope that/this helps!

    I've been learning a whole bunch of acronyms ever since I became a member - I frequently play guessing games myself....!!!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to query for primary keys

    Amen!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to query for primary keys

    Yes indeed - for Phill may well take your place and beat you at your own game!

    hth!!!







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 15 posts - 1,906 through 1,920 (of 2,469 total)