Forum Replies Created

Viewing 15 posts - 1 through 15 (of 55 total)

  • RE: log & backup files change w/o activities

    Reindexing is scheduled during the weekend.  Log backup twice a day and full db backup nightly.  I been profiling the server for 3 days and no activities.  But log is...

  • RE: log & backup files change w/o activities

    Database is in normal state.  Maintenance is being done on a weekly basis.  There's a daily backup at 10AM it's 200KB and a 4PM and it's 140KB.  The files are consistenty this size every day for as long...
  • RE: Mail by Store Procedure

    Is there some configuration that need to be setup or enable for sp_OA procedure to work?  I have a similar procedure that was written by some consultant, and it work...

  • RE: SQL2005 trigger

    great suggestion.  Thanks

  • RE: Transaction Log Daily Failure

    We got the same problem here with the db and trans log backup jobs fail intermitten with this error:
     
    Microsoft (R) SQLMaint Utility (Unicode), Version [Microsoft SQL-DMO (ODBC SQLState: HYT00)] Error...
  • RE: RsActivate keeps failing

    Thanks Terry.  That fixed it.

  • RE: self join rows into one row

    Look good.  Thanks..

  • RE: Sort order different after DB restore

    Well, thanks for the "soapBox." It answers my question. 😐

  • RE: Sort order different after DB restore

    10 15127 1 Collection <----- out of order

    10 is Runit and it's in an Integer type.

    This column is not in the sort order criteria. But from the different backup...

  • RE: Sort order different after DB restore

    Here's the sample output from the Original DB:

    (the data on RUnit column should be in order from 1-15 but for some reason it start at 10)

    RUnitContrct TypeContractText

    176521Collection

    276521Collection

    376521Collection

    476521Collection

    576521Collection

    676521Collection

    776521Collection

    1076521Collection

    1176521Collection

    1276521Collection

    1376521Collection

    1476521Collection

    1576521Collection

    10151271Collection <----- out of...

  • RE: Sort order different after DB restore

    Chris:

    1. SQL Server 2000 with SP3a

    2. Here's the query:

    select ...

    from tbl_lob_contracttype a

    left outer join tbl_rates b on a.contractid = b.contractid

    and a.lob_contracttypeid = b.rtype

    left outer join tbl_lookup_contracttype c...

  • RE: SQL Cluster MSDTC error

    Thanks for the info. Unfortunately, I didn't have a chance to test this setup. I uninstall MSDTC and reconfigure our Cluster environement because we are having issue getting...

  • RE: Terminate DTS package w/o failure

    Got it to work. Just got confused w/ the DTS properties. Your was a 'DTSStep_DTSActiveScriptTask_2' and my next step was a 'DTSStep_DTSExecuteSQLTask_2.' thanks for the help..

  • RE: Terminate DTS package w/o failure

    I created what you described also. But when I executed the ActiveX Script, I get either a

    Object required: 'stpDataPump'

    or the Step 'Next' is not found.

    Here's the code:

    Set pkg=DTSGlobalVariables.Parent

    Set...

  • RE: Terminate DTS package w/o failure

    I'm somewhat confused. I tried several way of approaching what is described here but I can't get to do what I wanted. I created an ActiveX to count the...

Viewing 15 posts - 1 through 15 (of 55 total)