Forum Replies Created

Viewing 15 posts - 31 through 45 (of 120 total)

  • RE: Job history file

    quote:


    Enterprise Manager-->Server of interest -->management -->job system


    Which version are you talking about? I...

  • RE: Distribute A Stored Procedure

    Here is the command I came up with:

    isql /S servername /U sa /P password /Q "exec sp.sql"

    I am getting: Could not find stored procedure 'sp.sql'.

    Did I miss something? I am...

  • RE: 10-10-2003

    If there are two nodes in a cluster, wouldn't that make 32 total instances?

  • RE: Transfer Logins in SQL 7

    Thank you, Jonathan!

  • RE: 7.0 to 2000 Upgrade

    These are data files in the original database. Thanks, Allen.

  • RE: 7.0 to 2000 Upgrade

    EM - Restore from device - Read from Media - Options. Maybe it is not filegroups, just data files.

  • RE: 7.0 to 2000 Upgrade

    The 7.0 database was created in two file gorups. During the restore to 2000, under options, three file groups showed up by default.

  • RE: QOD 01/10/2003

    quote:


    Strange how the answer is contradicted by the body of the explanation.

    The answer is "...makes excellent choices for Primary Keys.." and...

  • RE: QOD 09/29/2003

    Wouldn't the 'rollback' rollback the update statement before it is committed, which is why the @@rowcount is 0?

  • RE: ODBC Connection failure.

    Since it is not on a cluster, I would upgrade MDAC...

  • RE: How to release a locked object

    In my case, the thread is holding one transaction but the status is waiting and it has been waiting for hours which blocked other transactions.

  • RE: ODBC Connection failure.

    Which version of MDAC are you running? Is the database on a clustered server?

  • RE: Compare two databases

    We use Embarcadero Change Manager. Great tool!

  • RE: How to release a locked object

    Is blocking the same as a dead lock? How long should I wait before killing the blocking process?

  • RE: SQL2K Co-exist With SQL7.0

    Thank you, guys, for the helpful input.

    With regard to the MDAC issue, it may make things complicated. My test server is on a cluster. According to Microsoft: 'MDAC 2.6 or...

Viewing 15 posts - 31 through 45 (of 120 total)