Forum Replies Created

Viewing 15 posts - 1,981 through 1,995 (of 3,348 total)

  • RE: TRUNCATE TABLE and ROLLBACK TRAN

    kapil190588 (10/11/2012)


    Can any give an example of this?

    Yesterday, when you asked for resources to learrn about SQL Server, one of the suggestions I gave (the first, to be precise) is...

  • RE: MERGE

    kapil190588 (10/11/2012)


    just ware of the fact that MERGE statement should end up with ;

    never used Instead OF trigger, its good if anyone you can explain it with an example

    Explanation and...

  • RE: INSERT OUTPUT

    kapil190588 (10/11/2012)


    Dont aware of this Output clause...

    worng answer 🙁

    can anyone explain this well with a example?

    Explanation and examples can be found here: http://msdn.microsoft.com/en-us/library/ms177564.aspx

    If you still have questions after that, feel...

  • RE: T-SQL

    demonfox (10/10/2012)


    Lokesh Vij (10/10/2012)


    bitbucket-25253 (10/10/2012)


    Nice simple question on the basics. Every one should get this right (I hope)

    I was hoping this too....Not every one got it correct!

    Correct answers: 75%...

  • RE: SOME

    L' Eomot Inversé (10/10/2012)


    Hugo Kornelis (10/10/2012)


    However, the ANY keyword means that the expression has to be true for at least one of the values in the subquery. So if you...

  • RE: VIEWS 3

    kapil190588 (10/10/2012)


    hi Hugo,

    thanks a lot....

    I am new in area of DBA so can you plz suggest how can i improve my skills in sql area..

    any site or books?

    The most important...

  • RE: VIEWS 4

    kapil190588 (10/10/2012)


    Hi Hugo,

    Ya i got the answer now..

    So if a column is dropped from a base table which is using in view then it will throw an error..

    but if after...

  • RE: While loop

    A.jafari (10/9/2012)


    Please illustrate diffrent between "Begin Catch" And "Try Except"

    You can read about TRY ... CATCH here: http://msdn.microsoft.com/en-us/library/ms175976.aspx

    In T-SQL, "Try Except" is invalid syntax....

  • RE: VIEWS 3

    kapil190588 (10/10/2012)


    can anyone tell me how to add a constraint to a already created view?

    I write as-

    alter view chk_sales

    as

    select * from SalesDates,

    add chk_unique constraint unique (id>2)

    this is giving me...

  • RE: SOME

    kapil190588 (10/10/2012)


    can anyone explain why it returns all the rows as I am not cleared with the explanation ?

    ANY is not a very well known keyword, probably because it...

  • RE: VIEWS 4

    kapil190588 (10/10/2012)


    Hi Hugo,

    according to another QOD i.e view 5

    there was condition that if a add a new column to the table (previously there were 5 columns) and didnt refresh the...

  • RE: VIEWS 5

    kapil190588 (10/9/2012)


    why query for step 2 result only 5 rows--

    What will the original SELECT * FROM VOrder_Details (Step 2 above) statement return when executed?

    As, I think that when we...

  • RE: View - 8

    tilew-948340 (10/8/2012)Just to let you know that also some people reading the QotD might never use anything else then the SSMS because... well... not every one is a professionnal in...

  • RE: View - 8

    L' Eomot Inversé (10/8/2012)


    (i) these are the server defaults for those settings

    But server defaults can be changed. Not that there is much in doing so (read on!), but it can...

  • RE: View - 8

    I really liked the question. Unlike Tom, I even liked the inclusion of all the settings, and I don't think it's a red herring. This question is about knowing all...

Viewing 15 posts - 1,981 through 1,995 (of 3,348 total)