Forum Replies Created

Viewing 15 posts - 1,576 through 1,590 (of 2,387 total)

  • RE: How Frequent Do you Perform Restoration Test

    It really surprise me you don't have a test system and why mamagement think it is unnecessary to have one.

  • RE: backup fails after moving db to new server

    I would try backup it from Query Anazyer and you may see some error message if it fails too. If it runs successfully, I would follow MarkusB suggestion to check...

  • RE: How Frequent Do you Perform Restoration Test

    Of course, nobody perform the restoration test in their production server.

    If you only test the method workable, How are you sure the backup set is restorable if some kind...

  • RE: Administrator of SQL but not of Windows 2000

    Your SQL Server service account doesn't have to be NT administrator. As long as it has suffiecient privilege as required by installation guide from BOL, your SQL Server will work...

  • RE: backup fails after moving db to new server

    What error messages did you get? Login with 'sa' privilege to backup it to see whether you still have problem.

  • RE: SQL7.0/2000 Win98/XP .NET Application

    You can install SQL Server as default or named instance. The SQL Server name will be machine name if the installation is default instance, It will be machinename\instance name if...

  • RE: SQL7.0/2000 Win98/XP .NET Application

    Do you run default instance or named instance in SQL Server 2000?

  • RE: DTS package won't run as job

    Which account did you use to run DTS package from server console? Is it same as the SQL Server Agent account? Who is the job owner?

  • RE: Upgrade from 6.5 to 2000

    Read BOL about Upgrading Databases from SQL Server 6.5 (Upgrade Wizard).

  • RE: DTS package won't run as job

    quote:


    The packages runs without error if run in DTS Designer but fails on the first step which uses the Oracle ODBC...

  • RE: MSDE

    Use DTS from SQL Server 2000 Enterprise Manager to move the logins.

  • RE: database migration

    It also depends on whether you have downtime, if you do, detach and attach may be the way, otherwise, you need to backup/restore or DTS.

  • RE: Dynamic View

    Assunming you have following table structure and the example may the one you are looking for.

    USE pubs

    GO

    CREATE TABLE appointments2

    (

    patient_id int IDENTITY(2000, 1) NOT NULL,

    doctor_id int NOT NULL,

    ...

  • RE: Server Performance

    The execution plans should be same too, Have you verify that? Is the sp_configure identical on both servers?

  • RE: SQL Restore

    Chris is right. You have to have both SQL Server at same level of SQL Servers and patches for master database restoration.

    Edited by - Allen_Cui on 06/24/2003 11:49:34 AM

Viewing 15 posts - 1,576 through 1,590 (of 2,387 total)