Forum Replies Created

Viewing 15 posts - 166 through 180 (of 236 total)

  • RE: backup to compresses disk

    I do it all the time, saves about 50 % dasd.

    Never seen a problem, although I have heard of problems taking a .Bak, zipping it, transfering it, then restoring it.

    KlK,...

  • RE: Baackup/Restore strategy for a new Ecomm Web site

    Also make sure those backups, full/diff/logs get moved OFF that server ASAP.

    I would also look at designing the DB with replication in mind, maybe you won't use it initially, but...

  • RE: SQLServerAgent cannot start

    I used the Rebuild registry option.

    If it is the same problem I had, you should be able to unlock the following registry keys "HKEY_LOCAL_MACHINE\Software\ODBC\odbc.ini" and

    its subkeys.

    KlK, MCSE

  • RE: Restoring SQL 7 backups to SQL 2000

    Ditto with Antares.

    You can even move the MDF's and attach.

    KlK, MCSE

  • RE: SQL Server v DB2

    Well I'll try and keep this breif. I am heavily involved in SQL Server and UDB on the FP (Fischer Price) platforms (just a joke the MainFramers tease us...

  • RE: Replication Problems / questions

    Well this note was for Andy,

    The issue is deleting historical data at the publishers, but not at the subscriber.

    The process is creating historical data at each server to allow...

  • RE: Replication Problems / questions

    Andy, in researching another problem, but I've been meaning to find / respond.

    I solved the issue of having deletes at the remote site, not be applied to the central site....

  • RE: Data Problem on a Restore

    No, I don't. My rule is backup (I want a backup, better a bad backup than NO backup), integrity check, then reorgs. So I do not include it...

  • RE: SQLServerAgent cannot start

    Well I solved it, although I would like to know the easy way to fix the problem.

    Apparently one of the other techs is playing with DB2/UDB v8 and installed something...

  • RE: Setting up a new Pull subscription

    Somewhere in this thread I had the same problem. At the publisher, click on configure publishing .... Somewhere in there is a list of valid servers !!!

    KlK, MCSE

  • RE: Identity field

    Here's a trick.

    Server one, seed the identity field at 1000, increment 2. Server 2 seed the identity field 1001, increment by 2.

    No more conflicts.

    If you have more sites possible,...

  • RE: Restore sql7 backup to sql2000 server?

    What type of errors are you getting ?

    I restore 7 to 2k all the time, we are migrating slowly to 2k, and I have to restore them for testing. ...

  • RE: Inner Joining Results from multiple SP's

    Answer to your second question.

    Rowcount in system tables is not gauranteed to be accurate.

    I use it all the time though, as it is much faster.

    It is...

  • RE: HELP

    Where are you getting this message, at the client using what tool / application ?

    Check that the Client Network Utility indicates Named Pipes, and TCPIP.

    KlK, MCSE

  • RE: DBCC SHRINKDATABASE causes table space to grow

    We had that problem, but it had blobs. MS recommended turning on Traceon 1180 (?). But it is specifically related to Blobs.

    KlK, MCSE

Viewing 15 posts - 166 through 180 (of 236 total)