Forum Replies Created

Viewing 15 posts - 8,821 through 8,835 (of 26,490 total)

  • RE: Are the posted questions getting worse?

    jcrawf02 (2/8/2013)


    Brandie Tarvin (2/8/2013)


    It is morning and my muscles want exercise. Walking, running, jumping jacks, whatever.

    It is morning, and my boss wants "butt in chair" work.

    Sigh. Sometimes I hate my...

  • RE: assertions

    mehta.saurabhj (2/8/2013)


    I said similar not the same functions!!

    No, you said same:

    mehta.saurabhj (2/8/2013)


    what is the difference between assertion and the check constraint as both of them do the same function?Please give...

  • RE: Are the posted questions getting worse?

    I think I know someone who may be looking for a new job.

  • RE: how to count in sql?

    Sean Lange (2/8/2013)


    anthony.green (2/8/2013)


    Well you learn something new every day.

    That was the way I was tought back when I was a young whipper snapper, so I guess it just stuck.

    Count...

  • RE: Sort by/Order By

    wafw1971 (2/8/2013)


    Hi Lynn

    Yes I knew that, the questions isn't really about about querying the data, I know there are plenty of ways to get the information from a query. What...

  • RE: Sort by/Order By

    Knowledge test for wafw1971.

    You do know that there is no guarantee on the order of the data returned by SQL Server if you don't have an ORDER BY clause on...

  • RE: Query Help

    rocky_498 (2/7/2013)


    Let me correct something for make more sense.

    Instead of Right and Left, Is High and Low.

    Here is my SP (Inside SP)

    -- I am update above table

    Update Test

    Set UpdateField...

  • RE: While/Loop Help

    dwain.c (2/7/2013)


    wafw1971 (2/6/2013)


    Hi Phil

    Thanks for you replies, the calendar template option will be something I will use in the future but I would like to learn about loops.

    Wayne

    Better advice is...

  • RE: Are the posted questions getting worse?

    O.M.G. SQL Server is using the wrong index!

    No piling on now! It's okay to look, but no piling on!

  • RE: Query Help

    Based on the sample data, what would be the state of the data after running the procedure?

    I can't figure out what it is you want from your description.

  • RE: Wrong Index Being Used

    Your "wrong index" is the clustered index. Since SQL Server needed to go to the table for the additional information not included in the nonclustered index (the "correct index"),...

  • RE: get the latest records for each group

    Based on the sample data provided, what would be the expected results.

    Please show, not just describe.

  • RE: Wrong Index Being Used

    Not enough information. If you could post the actual execution plan (saved as a .sqlplan file) for both queries we could probably give you a better answer.

    As it is,...

  • RE: Update a table based upon CTE data

    Since it looks like you are going over the network to another instance, use the CTE to populate a local temporary table and use that table in your update statement.

  • RE: Sort by/Order By

    Sean Lange (2/7/2013)


    Lynn Pettis (2/7/2013)


    Sean Lange (2/7/2013)


    Lynn Pettis (2/7/2013)


    Everything looks orderd to me. I wouldn't use a while loop to populate the table dbo.Time2 and you really should not...

Viewing 15 posts - 8,821 through 8,835 (of 26,490 total)