Forum Replies Created

Viewing 15 posts - 481 through 495 (of 1,048 total)

  • RE: SSMS Error Message

    Hugo Kornelis (5/27/2013)


    Mighty (5/27/2013)


    Nice start of the week.

    One remark though:

    ...if you run code that generates an actual error

    This not only works when an error has been generated. Any...

  • RE: REPLICATE

    Good question.

    Easy one!! 🙂

  • RE: EXCEPT - 1

    Easy basic one to start the week 🙂 🙂

  • RE: Assigning categories to values 2

    Lokesh Vij (5/15/2013)


    I found Today's question relatively easier than yesterday. 🙂

    true 😛

  • RE: Assigning categories to values 2

    Good question Hugo..

    Specially the link of CASE won't always evaluate in order 🙂

  • RE: Trigger effect

    Can you guys please provide some more details on it....

  • RE: Assigning categories to values 1

    Good question Hugo 🙂

  • RE: restored database failed

    I solved it...

    suggesting solution if someone else faced this issue:

    Go the SQL server confiuration manager > select Ib built accounts > Local System

    It works like a charm 🙂 :-):-D

  • RE: Trigger effect

    But how can we stop the trigger from being runned when updation is performing on some another column of a table

  • RE: Data Type

    Danny Ocean (5/10/2013)


    Good question, but Explanation is not completed or require more details.

    I think hugo can help us.

    Right Vinay 😛

  • RE: Query Help

    Mark-101232 (5/9/2013)


    WITH CTE AS (

    SELECT ID,VoucherNo,Status,VoucherType,

    ROW_NUMBER() OVER(ORDER BY ID) AS rn1,

    ROW_NUMBER() OVER(PARTITION BY Status ORDER BY...

  • RE: Query Improvement

    Thanks all for the suggestion 🙂

  • RE: The Subquery

    nenad-zivkovic (5/9/2013)


    Toreador (5/9/2013)


    A good question, but I'm not so sure about the explanation.

    If a column is referenced in a subquery that does not exist in the table referenced by the...

  • RE: Query Improvement

    IgorMi (5/9/2013)


    Hi,

    What does its execution plan say? Are there any missing indexes? How big are the tables? Check the statistics on them.

    You can replace the IN with EXISTS and NOT...

  • RE: Cannot delete a SQL Server login

    Try this--

    ALTER DATABASE [DATABASE_NAME]

    SET SINGLE_USER

    WITH ROLLBACK IMMEDIATE

    DROP LOGIN [Test2]

Viewing 15 posts - 481 through 495 (of 1,048 total)