Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 7,484 total)

  • RE: Storing code in Version control

    Quite a neat question. If people read the title (or even just the tag) the won't be fooled by the acronym. I would have thought it would be...

  • RE: Are the posted questions getting worse?

    Not fair Gail, surely on topic comments are not allowed in the thread. 🙂

    A finer display of ignorance and misunderstanding is hard to imagine. I can...

  • RE: Using COALESCE and also trying to multiply and divide

    Luis Cazares (9/11/2014)


    Thank you, Tom.

    I guess I shouldn't have taken the quote from Wikipedia. My mistake.

    PS. It's great that you can create cables on SQL :-D:hehe:

    Ouch! I must get...

  • RE: Using COALESCE and also trying to multiply and divide

    Luis Cazares (9/11/2014)


    You should remember the third normal form: "all the attributes in a table are dependent on the primary key and only the primary key."

    While I agree with most...

  • RE: Are the posted questions getting worse?

    Ed Wagner (9/11/2014)


    Heh - We just got our driveway paved with asphalt on Tuesday (the day before the rain) and our dog doesn't know what to do any more. ...

  • RE: Check the Variable is Empty or Null

    Eirikur Eiriksson (9/11/2014)


    Lets add some spanners into the mix

    Although the first two chunks indicate clearly that NULL is ordered low by ORDER BY, they don't indicate anything else.

    The "spanners" added...

  • RE: View Definition?

    I think you will need to give your user select access on sys.all_objects and deny select access on sys.syscolumns and sys.sql_modules for the user to get SP names but not...

  • RE: Check the Variable is Empty or Null

    Eirikur Eiriksson (9/9/2014)


    Alan.B (9/9/2014)


    IF @user > '' --This checks for not null and not empty

    Cool. I never knew you could do that, very interesting :laugh:

    Edit: sql code tag messed up...

  • RE: Check the Variable is Empty or Null

    Luis Cazares (9/10/2014)


    Eugene Elutin (9/10/2014)


    Alan.B (9/9/2014)


    IF @user > '' --This checks for not null and not empty

    Cool. I never knew you could do that, very interesting :laugh:

    Edit: sql code tag...

  • RE: Check the Variable is Empty or Null

    Eugene Elutin (9/10/2014)


    You may do it... sometimes...

    But it is NOT right. Try this:

    .......

    I find that if I stick <shift in>, <shift out>, and <data link escape> into a string...

  • RE: Issue with Unicode Conversion

    Koen Verbeeck (9/11/2014)


    What data type did you pick in the source component in the data flow?

    DT_TEXT?

    If the source is unicode, it should be DT_NTEXT.

    More to the point, if the data...

  • RE: Today's Random Word!

    djj (9/11/2014)


    BWFC (9/11/2014)


    SQLRNNR (9/10/2014)


    Sean Lange (9/10/2014)


    SQLRNNR (9/10/2014)


    Sean Lange (9/10/2014)


    Ed Wagner (9/10/2014)


    whereisSQL? (9/10/2014)


    Sean Lange (9/10/2014)


    Ed Wagner (9/10/2014)


    djj (9/10/2014)


    Telephone

    Telegraph

    Pony Express

    History

    Lessons Learned

    and promptly forgotten so we can repeat ourselves.

    Is that old age or...

  • RE: Truncate table query

    Iulian -207023 (9/11/2014)


    What happens if while the pages are deallocated , another task / process / txn ( or something ) allocates that space for other purposes...

  • RE: Truncate table query

    Koen Verbeeck (9/11/2014)


    Vimal Lohani (9/11/2014)


    TRUNCATE TABLE removes the data by deallocating the data pages used to store the table data and records only the page deallocations in the transaction log.

    this...

  • RE: Truncate table query

    Iulian -207023 (9/11/2014)


    Although I answered more based on the instinct that the data is safely recovered after a rollback. I am still wandering why have I thought that TRUNCATE would...

Viewing 15 posts - 2,206 through 2,220 (of 7,484 total)