Forum Replies Created

Viewing 15 posts - 976 through 990 (of 1,047 total)

  • RE: SQL Server Agent Roles

    easy question.....

  • RE: Model Database

    good and easy question..

  • RE: T-SQL Performance 1

    I heard a lot a word 'FORCESEEk' can anyone explain me what is this?

  • RE: MERGE

    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

  • RE: EXECUTE

    We can also use any no. of semicolon before WITH also -

    ;;;with CTE as (select * from LocationMaster)

    select LocationName from CTE

    So, semicolon doesnt make any effect that how many semicolons...

  • RE: EXECUTE

    thanks,

    Its good to know this....

  • RE: Read Uncommitted, locks, and transactions

    just a wild guess n get +1 for that 🙂

  • RE: SQL Agent Roles

    How can we see the privileges assigned to a particular sql agent roles?

  • RE: TRUNCATE TABLE and ROLLBACK TRAN

    Ahhh... 🙁

    I thought Recovery mode has effect while rolling back the transaction.

    well new thing to learn today...

    Can any give an example of this?

  • RE: INSERT OUTPUT

    Dont aware of this Output clause...

    worng answer 🙁

    can anyone explain this well with a example?

  • RE: T-SQL

    Easy question for the Thursday...

    +1 :-):-P

  • RE: VIEWS 3

    thanks for your suggestion Hugo

  • RE: VIEWS 4

    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 deleting...

  • RE: VIEWS 3

    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?

  • RE: SOME

    thanks Hugo...

    I am daily learning new things from your comments...

Viewing 15 posts - 976 through 990 (of 1,047 total)