Forum Replies Created

Viewing 15 posts - 1,816 through 1,830 (of 5,103 total)

  • RE: Query Analyzer in SQL 2k5

    Just Besides the "Cancel Executing Query" (stop sign) you can find "Display Estimated Execution Plan"

    Hope you can find it


    * Noel

  • RE: Fillfactor at a column level ?

    A clustered index *is* the data itself so when you specify the fill factor for it you *ARE* specifying the the *table* fill factor.

    Fill factor is a completely optional thing,...


    * Noel

  • RE: Rev Your Database

    There is also the "time" constraint. I have been involved in very complex processes that eventhough a rewrite was the *right* thing it was not the fastest to provide the...


    * Noel

  • RE: Query Analyzer in SQL 2k5

    just look at the Toolbar buttons in SSMS when you open a "new query" window.


    * Noel

  • RE: Fillfactor at a column level ?

    Ok back to square one.

    If your table is a HEAP you CAN'T specify fill factor at table level.

    If your table is CLUSTERED you CAN!!

    The Fill factor you specify in how...


    * Noel

  • RE: So you say that unique constraints are indexes?

    >>>So, since 2005 allows me to disable unique indexes as you state, I see absolutely no difference between a unique index and a unique key. There must be some...


    * Noel

  • RE: Fillfactor at a column level ?

    Fill factor refers to PAGE level.

    An index is a structure (BTREE) made up of PAGES, A heap is a table with no clustered index made up of PAGES and a...


    * Noel

  • RE: So you say that unique constraints are indexes?

    - why would I EVER use a unique key rather than a unique index ?

    Not sure what you mean by "unique key" if what you are trying to refer to...


    * Noel

  • RE: Sysprocesses monitoring

    Oh, and you are welcome


    * Noel

  • RE: Sysprocesses monitoring

    don't get me wrong Alrets work fairly well. The reason I said "fairly" is that ususallly you would tie a job that records the alert content somewhere and if the...


    * Noel

  • RE: After Replication

    Use triggers on the Subscriber and join the inserted/deleted tables with the Local_*

    tables as needed


    * Noel

  • RE: Help.. DB Lost Owner

    The other posiblility is that you restored a database comming from a different server and the login that owned the DB on the source server does not exists or is...


    * Noel

  • RE: Sysprocesses monitoring

    Well I answered like that because this forum is for "2005".

    For 2000 the best you can do is use an Alert!

    I guess the the Error Numbers were 18453 and...


    * Noel

  • RE: Sysprocesses monitoring

    There are Logon triggers in SQL Server 2005!

    http://msdn2.microsoft.com/en-us/library/bb326598.aspx


    * Noel

  • RE: Performace Issue with replication on Sql 2005

    Never clean metadata is only related to the tables:

    MSmerge_contents

    MSmerge_tombstone

    MSmerge_genhistory

    MSmerge_current_partition_mappings

    MSmerge_past_partition_mappings

    MSmerge_generation_partition_mappings

    On the other hand,

    MSmerge_history

    is cleaned up by the Agent History Clean Up in the Distribution database!...


    * Noel

Viewing 15 posts - 1,816 through 1,830 (of 5,103 total)