Forum Replies Created

Viewing 15 posts - 20,326 through 20,340 (of 39,834 total)

  • RE: index defragmentation

    Doh!, you're right Paul. I'd forgotten that.

    Have you tried just a straight rebuild on one of these tables to see what is does?

  • RE: Are the posted questions getting worse?

    Some people stink, Gail. I've had more than a few complaints as well. That's part of the reason why I include the disclaimer right away.

  • RE: Full Database ReOrg

    I suspect that your reorg is good enough, but you never know. I'd actually be looking to do this after an upgrade, since changes to the schema might move things...

  • RE: No More NULL

    I thought the Linux one was old, though perhaps it may be recycled in the future. 😉

  • RE: Talking baseball

    I'm not sure I fault her for wanting her share of the marriage. Both of them are a little silly, however, as are many of the demands athletes make. They're...

  • RE: Are the posted questions getting worse?

    NULLs HAVE been deprecated, haven't you heard. SQL 11 will have no NULLs, Start rewriting now, defaults required, blah, blah, april fools, new code, more work, etc. etc.

  • RE: DBCC Timewarp

    Thanks for this thread, and the question. Went over well today, I think

  • RE: Are the posted questions getting worse?

    Paul White NZ (4/1/2010)


    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...

  • RE: Decoding the SQL Server Index Structure

    I would hope no one sees a joke as a waste of time. It's intended in fun, and should have brought a smile to your face. If it didn't, perhaps...

  • RE: No More NULL

    Hey, disclaimer at the end was required. It makes the joke, to me. Without it, it's like no punch line.

  • RE: SQL Server 2000 re-index

    Use dbcc showcontig to check fragmentation. There isn't logging for defragmenting.

    Moved to SQL 2000

  • RE: index defragmentation

    I believe the issue is that these are heaps. You need a clustered index on the data to defragment.

  • RE: SQL Server Memory Calculation

    Is this a dedicated SQL Server machine? Typically you don't size on user count since any user can run any query. One user can use all resources on a server...

  • RE: Best Authentication Mode to use

    Are you using anonymous access to IIS? Typically you put the domain account and pwd in the IIS setup and it's not visible to users of the web app. You'll...

  • RE: Are the posted questions getting worse?

    Grant, you ought to use that for an editorial. It's certainly something worth talking about.

Viewing 15 posts - 20,326 through 20,340 (of 39,834 total)