Forum Replies Created

Viewing 15 posts - 1,531 through 1,545 (of 5,103 total)

  • RE: Performance Issue's - SQL Server 2000.

    could you suggest few procedures of how to check the index fragmentation and file fragmentation?

    also, the deadlocks errors : error:1205, severity 13 occurs atleast 200 times a day in the...


    * Noel

  • RE: Transaction replication - scaling issue

    I have not done it for that many on the same server but I know people who has done it for over 200+. So you are not anywhere near the...


    * Noel

  • RE: Snapshot

    the snapshot agent is the one that posts the "snapshot generated" on the distribution DB and from there is picked up by distrib.exe


    * Noel

  • RE: moving db files of a subscriber database

    SQL Noob (10/1/2007)


    no can do, i get an error about the db being part of the replication or something like that

    if the subscribers are "pull" subscribers I know for a...


    * Noel

  • RE: Altering a column to allow nulls

    ALTER TABLE bvc_Affiliate

    ALTER COLUMN [DisplayName] NULL -- allow nulls

    ALTER TABLE bvc_Affiliate

    ALTER COLUMN [DisplayName] NOT NULL -- do not allow them


    * Noel

  • RE: 2 Publishers ---> 1 Subscriber ... is it possible ?

    Nothing without study is easy but once you get to practice and get your feet wet with the documentation is easy to handle. In this case you just set up...


    * Noel

  • RE: converting hex data to char

    because you are already in the undocumented world you should try:

    select [Object Name], [Index Name]

    from ::fn_dblog(null, null)

    Note that ::fn_dblog is also undocumented and probably a wrapper of...


    * Noel

  • RE: Strange Error Message

    Handles are Windows tools to manage limitted OS resources like bitmaps, brushes, Fonts, etc... It does happes that Handles are a limmited pool also and when you load many apps...


    * Noel

  • RE: 2 Publishers ---> 1 Subscriber ... is it possible ?

    Definitely possible. Do the tables overlapp ? If they don't then is pretty easy. If they do you should worry about PK collisions and reinitialization issues.

    Cheers,


    * Noel

  • RE: Am I behind?

    There are definitely many "details" different but if you master the core on 2000 there is nothing that prevent you from quickly use the new features.


    * Noel

  • RE: I just want to do my job !

    These situations are tough and you should definitely learn from them.

    Life is not Back or White there are a bunch of grays and you should balance your attitude. I...


    * Noel

  • RE: Cursor Errors

    this is just another reason to get rid of cursors ... 😀


    * Noel

  • RE: waittime in sysprocesses table

    Erm ...

    waittime is in MILLISECONDS ...

    select 2147483647 / (1000*60*60)

    -- 596 Hrs


    * Noel

  • RE: Remote Servers

    Great, glad it worked for you.

    Unfourtunately can't help you on the "how it happened" 🙂 someone must have setup replication in it at some point but is up to you...


    * Noel

Viewing 15 posts - 1,531 through 1,545 (of 5,103 total)