Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: Find for SQL Objects, Entities or Text

    Jorge Serres (4/18/2012)


    Was testing it and it runs gr8! However, it'd be good if could be extended to run for multiple Databases within the given server or even servers.

    So, I'd...

  • RE: DateTime Precision

    I overlooked that it is a STRING comparison and got the answer wrong.:-) (though writer had intention to show datetime comparison)

    I updated the code as follows and executed:

    DECLARE @DATE DATETIME

    SET...

  • RE: DATETIME Puzzle

    Thanks to all who posted comments. I myself got to learn more by reading all the comments.

  • RE: Update table

    charlietuna (10/23/2011)


    The solution seems a bit opaque. Something like this is (to me) much more straightforward for the next person who has to read it:

    update #t

    set col1 = case col1...

  • RE: Output of Query

    Thanks L' Eomot Inversé for pointing it out. I overlook this while putting the explanation.

  • RE: Output of Query

    Thanks Hugo!

    Your comments help to learn more.

  • RE: What will be output?

    Thanks Hugo! your explaination is very helpful. also thanks for pointing out the misleading pharse. in future i can now be more careful for writing any stuff on SSC

  • RE: Find for SQL Objects, Entities or Text

    Hi,

    I have uploaded whole code on the site. I don't know why your are not able to run the code.

    Can you post the code your are trying to run in...

  • RE: Find for SQL Objects, Entities or Text

    Hi,

    Can you post the staments that your are trying to execute? I will be able to help you in better manner after viewing those sql statements.

Viewing 9 posts - 1 through 9 (of 9 total)