Forum Replies Created

Viewing 15 posts - 91 through 105 (of 122 total)

  • RE: waiting for a response from the server

    Thanks Dick. I have plans for all those items you mentioned in the pipe line. Hopefully, I'll have it all done tomorrow.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: waiting for a response from the server

    well, my replication was working correctly last night until I stopped the subscription and used a new profile which has:

    maxDeliveredTransaction = 70000

    I read multiple places about this parameter. The...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: waiting for a response from the server

    no open tran on the subscribers. when I run dbcc opentran() on the published database, I see:

    Transaction information for database 'dbName'.

    Replicated Transaction Information:

    ...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: replication without initialization

    hi,

    not sure if this is the answer you are looking for or you have found your own solution.

    In my environment, I take backups from one server and restore it to...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: help with sys.dm_db_index_physical_stats!

    man, this forum used to give me my information faster than I can figure it out.

    Declare @db varchar(50)

    select @db = 'db1'

    declare @Sel nvarchar(120)

    set @Sel = 'Select * from ' +...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: help with sys.dm_db_index_physical_stats!

    Okay, after looking into this some more ... I found out that the problem is when joining on sys.indexes.

    if I'm on the master database, sys.indexes will only return the indexes...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: transaction log is full email notification

    I've tried to create a new alert but which of the severity should I be using?

    nevermind, I see how it is done.

    **

    Still if someone knows how to do this...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: Changing Database owner

    hey, where did you read that it was a bad practice to have database owned by 'sa' ? Can I get a link?

    thx

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: database owner best practices

    hi,

    I was wondering if there's a white paper that address the question posted by the OP. In the past, I've always set the database owner to sa, but at...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: changing table ownership to dbo

    Thanks to both of you!

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: enabled job vs enabled schedule

    Thanks for all the explaination and feedback.  It got me mad because he brought it up during an all project meeting and argued it with in front of everyone ... wasted...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: enabled job vs enabled schedule

    lol, yeah, I'm gonna send him the BOL info for schedule and job.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: enabled job vs enabled schedule

    I did this morning, he's still debating it but I'm not responding to any of his emails.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: enabled job vs enabled schedule

    thanks, that's what I thought except this idiot co-worker keeps whinning about how the scheduled portion of the job will still run even if the job itself is disabled.

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

  • RE: enabled job vs enabled schedule

    ninja, thanks for the response.

    does that apply to all jobs because the job that's in question is a merged replication job.  personally I know he setup the replication job incorrectly...

    -----------------------------
    www.cbtr.net
    .: SQL Backup Admin Tool[/url] :.

Viewing 15 posts - 91 through 105 (of 122 total)