Forum Replies Created

Viewing 15 posts - 16 through 30 (of 33 total)

  • RE: Renaming Tables

    I'm fairly certain that it's the renaming of the tables that is causing the problems. The step to rename main table to staging took over 2 hours this morning....

  • RE: Named Instances Through a Firewall

    An update.  The application support vendor simply needed to specify port 1433 as stated in the KB article mentioned in the beginning (Servername\instance, 1433).  All works well.  However, you are...

  • RE: Optimization Job Failure

    Repair has never been checked on this plan.  Some of the errors in my original post came from the system log and the cluster log.  That's about all I have...

  • RE: HTA and vbscript with DMO

    It may not be the prettiest, but it works for me:

     

    Sub Fulldatabasebackup

        strDBServerName = "."

        Set objSQLServer = CreateObject("SQLDMO.SQLServer")

        Set objDatabase = CreateObject("SQLDMO.Database")

        objSQLServer.LoginSecure = True

        objSQLServer.Connect strDBServerName

        Set...

  • RE: HTA and vbscript with DMO

    Nevermind.  I've figured it out.

  • RE: Case Sensitive vs. Insensitive

    I see that in BOL now....thanks

  • RE: DTS Authentication Issue

    The owner of the DTS package is from a non-trusted domain. When we created a new package it gave ownership of the package to an account with sysadmin..this is...

  • RE: SQLServerAgent : Error 1331

    Thanks...there are some issues with AD and replication. We're going to remove AD for other reasons. I was able to get SQLServerAgent to start anyhow by using a...

  • RE: SP3 Install Failure

    I learned the hard way. Had to disable IIS before the SP could be applied. I was able to apply it the weekend of 4/5 after disabling IIS.

    ...

  • RE: SP3 Install Failure

    TShay, thanks but if you'll read back to my previous posts you'll notice that I've upgraded to 2.7SP1 and it still hasn't worked. Did you have any problems with...

  • RE: SP3 Install Failure

    Upgrading to mdac 2.7SP1 did not do the trick for me. Still getting the authentication message. The only thing left that I know of that could be causing...

  • RE: SP3 Install Failure

    What version of MDAC were you running prior to upgrading to SP3? I rebooted my machine prior to the install as well but that didn't fix my problem.

  • RE: SP3 Install Failure

    Everything in the KB article you mentioned checks out on the system ok. However, this KB article doesn't specifically state that upgrading to MDAC 2.7SP1 as a potential fix...

  • RE: SP3 Install Failure

    Does Microsoft have it documented to upgrade to MDAC 2.7SP1 and then run setup?

  • RE: SP3 Install Failure

    The CNU and SNU are configured properly.

Viewing 15 posts - 16 through 30 (of 33 total)