Forum Replies Created

Viewing 15 posts - 4,486 through 4,500 (of 8,416 total)

  • RE: How to find number in series is not entered in table

    There are many ways to do this (tally table as suggested by Arjun, recursive CTE, EXCEPT) here is a demonstration of one of these possible methods (EXCEPT):

    -- For demonstration purposes...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (4/1/2010)


    There's no way I can see to comment on the article. Shame really because that shouldn't be alllowed to stand as written.

    I looked for that too - my...

  • RE: Are the posted questions getting worse?

    Someone just quoted a reference at me on a thread to prove that table variables are faster than real temporary tables. The relevant extract from the 'reference' is:

    "Temp tables...

  • RE: select count(*)

    swati-1123102 (3/31/2010)


    I used this query

    SELECT COUNT(*) comp_qprob_data

    and it returned the result as 1

    If you look at the query you will find that syntactically it is wrong. Have missed the...

  • RE: Passing Table Value Parameters to a stored procedure

    Finnlake (4/1/2010)


    According to this article below...

    ...which is complete nonsense. 😛

    Sunil Agarwal is a Program Manager in the SQL Server Storage Engine Group at Microsoft, read his views on the SQL...

  • RE: MAXDOP

    Parallelism can be vital to good performance for some types of queries, so it is worthwhile spending some time reading up to appreciate the issues involved. Some of the...

  • RE: What the problem with substring

    nguyennd (3/31/2010)


    Hic, thank all for your support. I'm understand, huhu

    Glad someone does 🙂

  • RE: Decoding the SQL Server Index Structure

    Amusing 😎

  • RE: An interesting thing about isnull

    Hugo Kornelis (4/1/2010)


    Wow! That is really intriguing....

    Exactly my reaction when I first looked at your Connect item! I have added it to my watch list.

    Thanks, Hugo.

  • RE: Advice on an OR statement

    Thank you for the detailed feedback - it is appreciated!

    Paul

  • RE: The Missing Certification

    Lynn Pettis (3/31/2010)


    GilaMonster (3/31/2010)


    WayneS (3/31/2010)


    Makes me wonder what he thinks the difference is between a table scan and a clustered index scan...

    That's an evil question to ask.... So many ways...

  • RE: Passing Table Value Parameters to a stored procedure

    If the SQL Server execution time is effectively zero, that's a good hint that the issue lies elsewhere 🙂

    Network latency springs to mind, but yes - consider batching and streaming.

    See...

  • RE: SQL 2008 Compressed Backups

    george sibbald (3/31/2010)


    There is no difference in maximum possible database size with standard and enterprise editions so people run some quite large dbs with standard. (my largest is is 300Gb)

    Anyway,...

  • RE: Full backup Scenario

    Thanks, everyone. Glad I am not the only one to find this whole area fascinating.

  • RE: Concatenation Cursor

    Hugo Kornelis (2/26/2010)


    I'll raise the red flag (if I only knew how to get red text here):

    THIS METHOD IS NOT DOCUMENTED, NOT SUPPORTED, AND NOT GUARANTEED TO RETURN WHAT YOU...

Viewing 15 posts - 4,486 through 4,500 (of 8,416 total)