Forum Replies Created

Viewing 15 posts - 241 through 255 (of 728 total)

  • RE: Datefirst

    L' Eomot InversΓ© (9/18/2013)


    sqlnaive (9/18/2013)


    Koen Verbeeck (9/13/2013)


    Very nice question to close off the week.

    And kudos for mentioning the default language, so there's less whining in the discussion πŸ˜€

    +1 for the...

  • RE: Datefirst

    Koen Verbeeck (9/13/2013)


    Very nice question to close off the week.

    And kudos for mentioning the default language, so there's less whining in the discussion πŸ˜€

    +1 for the author. Even ensured that...

  • RE: Alter Certificate

    Simple and good question. πŸ™‚

  • RE: Declare Variable

    Koen Verbeeck (9/15/2013)


    The question itself is great, however the explanation is lacking.

    There's no reference, and the explanation itself is incorrect.

    There's no variable that is "reset".

    The DECLARE is not ignored, it...

  • RE: Behavior of trigger

    Good question. πŸ™‚

  • RE: Garbage Collection

    Not worked on SQL 2012 yet. So this question made me dig for the informaiton and I'm glad to get it correct and earn some knowledge as well. πŸ™‚

  • RE: Tally Tables

    Good question. πŸ™‚

  • RE: Difference Between Restore And Attach

    Steve Jones - SSC Editor (9/6/2013)


    batgirl (9/6/2013)


    In my opinion, either process can be used to move or copy a database and neither has anything to do with whether the primary...

  • RE: Difference Between Restore And Attach

    GilaMonster (9/6/2013)


    If I'm moving databases from one instance to another, I'll use backup/restore. It definitely is a way to move databases.

    That is obviously one's choice. In my opinion, moving a...

  • RE: Difference Between Restore And Attach

    GilaMonster (9/5/2013)


    Attach is not the only way to move a database physically and restore doesn't modify databases (doesn't create them technically, the database was created previously if a backup exists)

    Yes...

  • RE: Query help

    Try this:

    set @val=(select cast(@a as float)*100 / cast(@b as float) as [cpu])

    Sundar, It's giving result correctly to me.

  • RE: Global Configuration Settings

    Definitely new thing for me. πŸ™‚

  • RE: Difference Between Restore And Attach

    GilaMonster (9/5/2013)


    sqlnaive (9/5/2013)


    "Attach is used to move a database physically and restore is used to create/modify database as per requirement based on backups"

    If you like. It's not true though.

    Which part...

  • RE: Difference Between Restore And Attach

    So we can say

    "Attach is used to move a database physically and restore is used to create/modify database as per requirement based on backups"

  • RE: Good and Bad Interview Questions

    Though it's little out of context as against the topic but over the time I've observed few things about the technical interviews:

    a. I knew almost 80% of the technical questions...

Viewing 15 posts - 241 through 255 (of 728 total)