Forum Replies Created

Viewing 15 posts - 2,266 through 2,280 (of 8,416 total)

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (12/20/2010)


    I installed the product around 1 month ago and I got something like 4 updates. Looks like they're still working on it.

    Yep. I'm looking forward to regular...

  • RE: Nested Temporary Tables

    UMG Developer (12/18/2010)


    As long as you understand the consequences and limitations...

    I like to think I have a fairly good grasp, yes.

    ...and the optimizer can create decent plans with the row...

  • RE: Printing Lengths

    UMG Developer (12/18/2010)


    Will you have forgotten it again because you always specify the length and this isn't an issue? (Unless of course you are working on code written by somebody...

  • RE: Are the posted questions getting worse?

    ALZDBA (12/18/2010)


    No. Twitter says "user unknown". Thats why I posted the remark.

    That's annoying. I did check at the time I made the change, and it did work - must...

  • RE: Are the posted questions getting worse?

    ALZDBA (12/18/2010)


    Hey .. paulwhitenz also disappeared at SSC.:hehe:

    Welcome SQLkiwi 😀

    Keep in mind to have SSC altering your twitter refs in your articles 😉

    Thanks, though the old twitter references will...

  • RE: Printing Lengths

    I took a stab at 1,30. So it was 1,*. Ha, very good. I'll have forgotten this again in half an hour, and I still won't care...

  • RE: mixed_extent_page_count

    SanDroid (12/14/2010)


    Nils Gustav Stråbø (12/14/2010)


    vk-kirov (12/14/2010)


    The bad news is that, according to BOL, "this view is applicable only to the tempdb database".

    I would not expect much change in SGAM pages...

  • RE: Nested Temporary Tables

    I am slightly confused as to what is meant by a 'simply named' temporary table in the preceding discussion.

    Strikes me this is a great reason to use table variables instead...

  • RE: Are the posted questions getting worse?

    My first impressions of SQLcomplete are that it is quite usable, and annoying in different ways from standard IntelliSense.

    It's a very new product, and will no doubt be much better...

  • RE: datepart week - 53 and 54 weeks?

    SQL Server 2008 onwards adds ISO_WEEK to the range of acceptable DATEPARTs:

    SELECT DATEPART(ISO_WEEK, CURRENT_TIMESTAMP);

    SELECT DATEPART(WEEK, CURRENT_TIMESTAMP);

    In 2005, you would have to write your own implementation.

    More information: http://msdn.microsoft.com/en-us/library/ms174420(v=SQL.100).aspx

  • RE: View is not ordered. Why?

    Gail was just giving a brief high-level overview in that link you posted.

    Missed reads are possible at REPEATABLE READ, and a scan at READ UNCOMMITTED does not always use an...

  • RE: Under Appreciated Features

    SQLCLR

  • RE: View is not ordered. Why?

    Craig Farrell (12/17/2010)


    <--------------------------- This look on my face is getting to be a habit these past two weeks...

    Cool avatar, much better than the last one IMVHO.

    Okay, that explains why...

  • RE: View is not ordered. Why?

    Lamprey13 (12/17/2010)


    To add to Pauls links, here is a link of links.. 😉

    http://sqlserverpedia.com/blog/sql-server-bloggers/merry-go-round-scans/

    My problem with the Advanced Scan feature is that, like Gail, I have been unable to reproduce it....

  • RE: help in my procedure

    Lamprey13 (12/17/2010)


    Interesting, can you produce a NULL by using something other than the RAND() function?

    Sure. That's was just a compact way to demo the issue. Pretty much any...

Viewing 15 posts - 2,266 through 2,280 (of 8,416 total)