Forum Replies Created

Viewing 15 posts - 5,116 through 5,130 (of 7,484 total)

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (11/28/2011)


    I'm baaaaaackkkkk

    Immunity granted to all problems in the Thread over the last week.

    Haaaaaave you been conversing with too maaaaaany lambs away?

    No way

    Because they had...

  • RE: Are the posted questions getting worse?

    Kiara (11/28/2011)


    Evil Kraig F (11/22/2011)


    Koen Verbeeck (11/22/2011)


    L' Eomot Inversé (11/22/2011)


    ...

    I like your signature by the way. One of those universal truths 😀

    Pourquoi contredire une femme ? Il est tellement plus...

  • RE: DateTime Precision

    Disgraceful trick question - it's not about the topic it claims to be about.

    However, the utterly wrong explanation suggests that maybe the author didn't even realise that, so...

  • RE: Snack Attack

    Depends where I am. In Western Europe I like a fishy snack - boquerones in vinegar and garlic, or smoked mackerel, or smoked trout. In India some rice...

  • RE: Are You Easy To Work With?

    People who are easy to work with find me easy to work with. In fact most people find me easy to work with. On occassions I can be...

  • RE: Exception Handling in SqlServer Trigger to allow base table transaction to commit but handle the error

    You need to use the SAVE TRANSACTION command. You need to use it twice if you also want to avoid an error in the insertion to mynewtable making the...

  • RE: help me with the stored procedure.....

    Bill Hansen (11/25/2011)


    The stored proc code to insert a new category and the lang_id and cat_name is below.

    CREATE PROCEDURE uspCategoryInsert (

    @LanguageId AS INT

    , @CategoryName AS VARCHAR(100)

    )

    AS

    BEGIN

    BEGIN TRANSACTION;

    BEGIN TRY

    INSERT INTO category...

  • RE: Can't execute queries in SSMS 2008 against SS 2000 databases

    Have you tried clicking on the red exclamation point icon (execute) instead of the green right-pointing arrow icon (debug)? I've never tried looking at a 2000 database from 2008...

  • RE: Thanksgiving

    Well, a random choice led to the wrong answer, so I got 0 of the expected 1.75 points.

  • RE: Little Love Lost for SMO

    An excellent little item.

    This is one of those areas where MS documentation is almost completely useless. It also appears to be an area where the interfaces is a convoluted...

  • RE: MERGE with ANSI

    martin.whitton (11/25/2011)


    The MERGE statement is only available in SQL Server 2008 and later.

    I don't think this has any bearing on the low percentage of people getting this right, though...!

    Actually the...

  • RE: MERGE with ANSI

    Good question and good explanation - and thanks especially for the link to a late draft of the SQL 2003 standard.

    It was a bit hard for a Friday question, just...

  • RE: Question of the Day for 04 Sep 2006

    The supposedly right answer is a lot less wrong than the other options, but is perhaps not strictly speaking correct.

    The page referenced explicitly states that as well as...

  • RE: Question of the Day for 23 Oct 2006

    Looks like a bad answer to me.

    From the Bol Page Starting Report Builder (SSRS 2005 version):

    Because Report Builder is a Web application installed on your report server, you can use...

  • RE: Summing

    Revenant (11/23/2011)


    Tom, I love your new tag line.

    I love it too - but there may be otheres (perhaps of a different gender persuasion) who don't like it, so I'm keeping...

Viewing 15 posts - 5,116 through 5,130 (of 7,484 total)