Forum Replies Created

Viewing 12 posts - 31 through 42 (of 42 total)

  • RE: Failover Cluster w/ Compaq ML750

    He was definitely server support. At least for the model we purchased, I'd be a little surprised if it was intended for the SAN since it has 21 internal...

  • RE: Failover Cluster w/ Compaq ML750

    Do you have a link to support that? I talked to product info guy at compaq/hp who said that it wasn't supported...meaning hasn't been tested yet. If we...

  • RE: Failover Cluster w/ Compaq ML750

    Along these same lines, has anyone attempted to cluster 2 boxes that were not identical? We have a need for the active/passive because of the large amount of revenue...

  • RE: system stored procedure?!

    I would set the @dbname variable = to the database your are in. Then I would create a string variable that would look something like this:

    declare @cmd varchar(1000)

    set @cmd...

  • RE: Scripting Linked Servers

    Try running the profiler on your login while scripting the linked server.

  • RE: Distribution Agent Disappeared

    Thanks to you both for contributions. Below are my findings:

    --Look for a specific job and convert the jobid to binary, in my case the distribution agent

    select name, convert(binary, job_id),...

  • RE: Auto-Created Replication Stored Procs

    The following is from MS KB article Q299903:

    SQL Server 2000 provides the following stored procedures to assist in creating these stored procedures:

    sp_scriptdelproc

    sp_scriptinsproc

    sp_scriptmappedupdproc

    sp_scriptupdproc

    sp_scriptxdelproc

    sp_scriptxupdproc

    Sometimes it is difficult to know which of...

  • RE: Primary key property on subscriber table

    Thanks Andy, I guess that confuses me even more as to why replication wouldn't promulgate the primary key definition to the subscriber tables. I would think the last thing...

  • RE: Triggers and Replication

    I am interpreting your post as you need a trigger to fire that doesn't exist on the publisher table, but only on the subscriber table to perform some action that...

  • RE: Could not continue scan with NOLOCK due to data mo

    I appreciate your responses. In general, most of the inserts, updates, deletes done in our application are going to be less than 1000 records. We do have large...

  • RE: Internal I/O request

    Thanks for the replies. I think this KB article will have something that can help. I have not seen events 2020/2021. We are running Win 2k AS...

  • RE: Buffer latch limit error

    I too have been a victim of this error. Documentation as you mention is slim. In my experience, I had to stop the SQL Service. I have not...

Viewing 12 posts - 31 through 42 (of 42 total)