Forum Replies Created

Viewing 15 posts - 286 through 300 (of 429 total)

  • RE: Dropping #temp tables at the end of stored procedure

    I had an 'analyst' once who would create dozens of temp tables with huge amounts of data in them, never drop them, and leave his sessions open for days. ...

  • RE: Which Statement will execute sucessfully

    I would have specified that the default schema is 'dbo' just to be clear, but I suppose without an indication of the default schema you would have to assume the...

  • RE: Aggregates

    Toreador (12/6/2012)


    Hugo Kornelis (12/6/2012)


    Exactly WHAT is aggregated by the GROUPING_ID function??

    That's exactly the conversation I had with myself. Was this a trick question or not? In the end I went...

  • RE: LIKE a vowel

    Very interesting question... definitely not something I would have realized otherwise.

  • RE: File Tables

    demonfox (11/19/2012)


    After reading the file table, I fell on varbinary(max) ..

    need to read it again ..

    thanks for the question..

    Yep, me too. Sad I didn't get the point, but I...

  • RE: SSIS question

    You can use a ForEach Loop task to read from a recordset object and assign the column values from each row to a variable.

  • RE: PARSENAME

    Interesting question. I did run into this function once before when looking for a simple way to parse a short delimited string. Unfortunately my string had five elements....

  • RE: Five percent rounded down

    Interesting question.

    Thank you for the detailed explaination Hugo.

  • RE: SSIS Package Inside Trigger keeps running endlessly

    BTW, I'd just like to add that I think calling an SSIS package from an insert trigger is a very bad idea. :unsure:

  • RE: SSIS Package Inside Trigger keeps running endlessly

    If it works fine when the trigger calls a job that calls the package, then I would bet it is an issue with the account being used to run the...

  • RE: Scema Issue

    In the database you are working in, you can create a synonym for each table you want to access outside of the account's database you are working in.

    I...

  • RE: Noise

    Michael Valentine Jones (10/16/2012)


    Specifying the versions would be good because it's hard to tell years later which versions an old question was meant for.

    Hmm, that's a pretty good point actually....

  • RE: Noise

    Nice question!

    I would have gotten this wrong without some research. The name seems counter-intuitive, doesn't it?

  • RE: Statistics - 3

    Very interesting, thanks for the question!

  • RE: SELECT

    Hugo Kornelis (10/5/2012)


    I *knew* when I saw the answer options that there would be a possible source of confusion here.

    Yes, the insert into the second table will fail. But that...

Viewing 15 posts - 286 through 300 (of 429 total)