Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)

  • RE: Restoring Database

    OK, another question (which shouldn't be an issue but...).  What is the Recovery Interval for the server upon which the original db resides and the destination server (can be found on...

  • RE: Restoring Database

    Is the db you are backing up in ONLINE status?

    Are you changing the file names on the options tab to valid, unique file names/paths?

    Are you selecting the 'Leave db operational...'...

  • RE: Restoring Database

    You might also try "RESTORE DATABASE dbname WITH RECOVERY" after you have completed your restore while it is in 'loading' status.

  • RE: Unreliable Index Creation

    You wouldn't happen to have a bit field in the index, would you?  We encountered a bug in this scenario in an app ported from FoxPro.  The bug has been...

  • RE: General UDFs to emulate BITTEST(), BITSET() ?

    Try these...

    CREATE FUNCTION dbo.udf_bitTest (@prmValue bigint, @prmPosition tinyint)

    May 26, 2004 at 10:07 am

    #507883

Viewing 5 posts - 16 through 20 (of 20 total)