Forum Replies Created

Viewing 15 posts - 39,931 through 39,945 (of 49,571 total)

  • RE: Index tuning

    There was no need to repost the question in this case. I have requested that the other one be moved to the 2000 forums.

    No replies to this thread please, direct...

  • RE: Persistent index fragmentation

    Because of the way page allocations are done for very small indexes, they will almost always be fragmented. It's nothing to worry about, fragmentation is only a concern when you're...

  • RE: Query Doubts

    Sure. Look at the join conditions and look for cases where two (or more) tables aren't related to each other in any way. Take this as an example

    SELECT * FROM

    ...

  • RE: Reference 'Deleted' table: Dynamic SQL

    What's the primary key of the Employee table?

  • RE: Multiple Indexes on the Same Columns

    Can you post the index definitions? If they are identical (same columns in the same order) they they're redundant indexes. It could be that they're not quite the same though.

  • RE: ?how to Monitoring Tablespace status ?

    SQL doesn't have table spaces. That's an Oracle concept. SQL has files and filegroups.

    Are you working with SQL Server? If so, what are you trying to do?

  • RE: ?how toCreation/deletion of table spaces ?

    SQL doesn't have table spaces. That's an Oracle concept. SQL has files and filegroups.

    Are you working with SQL Server? If so, what are you trying to do?

  • RE: How to write this SELECT better

    Thang.Nguyen10 (4/7/2009)


    Gila, thanks. I tried this script and it was running amazingly fast, however, just one small difference, I got 3736 rows. And your script gave 96...

  • RE: Reference 'Deleted' table: Dynamic SQL

    And the audit table please. And the full trigger, since you said you stripped stuff out of it.

  • RE: Restore Multiple pages

    Krishna Potlakayala (4/7/2009)


    You could also check suspect_pages table in the msdb database, each row represents a suspect page

    Yes, but that assumes that SQL's encountered the suspect page. If checkDB is...

  • RE: Reference 'Deleted' table: Dynamic SQL

    If you disable it for batches, it invalidates the entire purpose of auditing, but then the trigger's only going to work for one row anyway. Your cursor is over the...

  • RE: Just Walk Away - Blacklisting - and Twits without Twitter

    Jeff Moden (4/7/2009)


    But then I saw it happen today. One of us made just the smallest snyde remark about helping someone on what was obviously a laundry list...

  • RE: DDL Triggers - Checking for a user being added to sysadmin

    wmt (4/7/2009)


    I presumed that the DDL_DATABASE_LEVEL_EVENTS error was a bug, as I would've thought that adding/removing users to a role would be a fairly natural auditing requirement

    Well, it is documented...

  • RE: Persistent index fragmentation

    How big is the index in question? (number of pages)

  • RE: Index tuning

    MR (4/6/2009)


    I can't save the plan, because its sql server 2000 - but basically it is something like this:

    Please post SQL 2000-related questions in the SQL 2000 forums in the...

Viewing 15 posts - 39,931 through 39,945 (of 49,571 total)