Forum Replies Created

Viewing 15 posts - 39,631 through 39,645 (of 49,571 total)

  • RE: want to know unstricted database of sql server

    Technically it's not exactly a bug. The max allowable size for a transaction log file is 2 TB, so unrestricted or not, a log file cannot grow larger than that.

  • RE: 2008 Compatibility

    What, exactly are you doing to get that error?

    SQL 2008? Why is this posted in the SQL 2000 forums?

  • RE: Please Help me Very Urgent

    Thanks Paul

    S.saravanan: Out of curiosity, how did you fix it?

  • RE: Index Fragmentation

    SQL_Quest (4/20/2009)


    index_name avg_fragmentation_in_percent page_count

    eg. CLUSTERED INDEX0.675260896255371 ...

  • RE: Splitting varchar fields into separate nonclustered index fields

    brd123 (4/20/2009)


    Hi Gail, I guess the main reason is that I don't know enough about full-texting in SQL Server but I am assuming it probably has its own language thus...

  • RE: want to know unstricted database of sql server

    Bear in mind that the -1/2TB 'bug' only applies to log files. Data files with unrestricted growth do show a -1 there.

  • RE: Index Fragmentation

    Except for the first one, all the others are far too small to even worry about fragmentation.

  • RE: Add columns in the middle

    Gianluca Sartori (4/20/2009)


    I also own a licensed copy of SQLRefactor, but this tool lacks a feature for performing such kind of operations. Do you know any kind of tool or...

  • RE: SQL Profile

    If you're running a profile trace from SQL profiler, it's the client application that's receiving the trace from SQL and writing it to a table. Hence if you close profiler,...

  • RE: Add columns in the middle

    Lynn Pettis (4/20/2009)


    I am not an expert in SQL Server internals, but I would not be surprised if SQL Server stored all fixed length columns at the front of each...

  • RE: Are the posted questions getting worse?

    Jack Corbett (4/20/2009)


    Another note for the non-Twitterer's is that there have been 358 sessions submitted to PASS so far, deadline is Friday at Midnight, for about 80-90 slots available.

    Eeep....

  • RE: Splitting varchar fields into separate nonclustered index fields

    brd123 (4/20/2009)


    User wants to find all items/products in database (this is using a common web storefront product) that contain the words 'civil war'. Product name, description, id and stocking...

  • RE: interview questions

    The generator problem was a series of small problems.

    This was a bank of large generators that were designed to supply power to 6 office blocks (one of which was a...

  • RE: Page split

    Depends whether the index has been created with PAD_INDEX on or off. If it's on, the fill factor applies to the non-leaf levels as well. If it's off, the non-leaf...

  • RE: interview questions

    GSquared (4/20/2009)


    "the server room has smoke coming out of it and the halon alarm just went off to warn people to get out of there"

    Now that's one I haven't had...

Viewing 15 posts - 39,631 through 39,645 (of 49,571 total)