Forum Replies Created

Viewing 15 posts - 181 through 195 (of 307 total)

  • RE: the sql learning method

    MY suggestion = Go to microsoft.com and down load a trial copy of SQL Server. . Read the install guide and go through setting up your own database. Make sure...

  • RE: Log Shipping

    The question really is, can you restore a backup from SQL 7 to 2K ? That's all log shipping does - no magic.

    John Zacharkan

  • RE: Help! Problem in Log shipping !

    The production server does nothing other than generate transaction backups. Drop your transaction logs on the production server.

    SQLServerAgent on the stand by server should be started with an...

  • RE: Sanity check on an upgrade

    All paths are the same. Agree on patching up before replacing the master.

    Thanks Steve.

    quote:


    are all the paths the same? I...

  • RE: 3rd Party Log Backup Problem

    If you are using ARC with the SQL Server hook/add on installed then you shouldn't be backing up the .ldf directly.

    Your only other choice to backup up the...

  • RE: Log shipping VS Replication

    It'll work over a 56K line as long as the connection is available at the time of replication.

    quote:


    But I would like...

  • RE: 3rd Party Log Backup Problem

    Sounds like you're using offline TSM or ARC Server backups. When the backup software is setup it looks at dir/sub dir and files that you want to backup.

    The file...

  • RE: Installation problem

    Hey anybody who can do the time warp can admin SQL Server, why do you think those Oracle people get so hot under the collar.

    March 13, 2003 at 9:33 am

    #451009

  • RE: Installation problem

    Ok here are the steps that corrected my problem

    1. Disable IISAdmin, INTEL NMS, and TSMSched.

    2. Driver signing is a new feature for Win2K....

  • RE: DBCC SHOWCONTIG

    Try

    DBcc showcontig (30)

    quote:


    I think the problem is in here:

    Logical Scan Fragmentation ..................: 0.00%

    Never saw a % so low. I guess it...

  • RE: DBCC ShrinkDatabase in a full-recovery database

    Let me take a stab at this, I'm not a SQL 2K guy yet. Full recovery mode simply means that every single transaction on the database is recorded and the...

  • RE: DBCC SHOWCONTIG

    Good

    quote:


    So is that good or bad?


    John Zacharkan

  • RE: Exclusive Access

    If you're trying to do this from QA, make sure you're not sitting in the database that you want to rename. That's alway good for a laugh make sure that...

  • RE: DBCC SHOWCONTIG

    It would depend on what that table would be used for. If it's a pure look up table it looks great. It's a heavy transactional table you sequentialy add transaction...

  • RE: Installation problem

    Thanks for replying Bill,

    I have tried it several time on two different boxes, stage and prod, I have also tried using two different copies of the install software, the...

Viewing 15 posts - 181 through 195 (of 307 total)