Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 1,653 total)

  • RE: Error 14294 - Cannot create publication

    Which Service pack is installed ? I once saw this error at a customer and the reason was that SQL server was looking for a stored procedure which comes with...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Cancel Restore - DB stays at Loading

    Hi Sylvain

    in order to check your backup for the last good one, you could have used the RESTORE HEADER_ONLY command. This should give you all the information needed.

    About your other questions

    1)...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Problem with MergeConflicts

    Hi Reddy,

    First, you're right in some cases (tables with lots of columns) the conflict viewer won't show all the columns an gives an error.

    What you can do to compare the...

    [font="Verdana"]Markus Bohse[/font]

  • RE: ERROR 3724: Cannot drop table "table_name" because it is being used for replication

    Sounds like your in trouble. I had my own experiences with removing repications and sometimes it happens that not all the information is removed from the system tables. Especially if...

    [font="Verdana"]Markus Bohse[/font]

  • RE: SQL 2000 Backups

    Hi Steve,

    if I understand you right, you make backups of your datafile (.mdf) and transaction log backups, but once the datafile is lost you'd like to make another transaction log...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Error: 8646

    Hi Jjen,

    to answer your questions

    1) Yes, it's not unusual to take that long on a large table. Also it will depend on the options you choose whith DBCC CHECKTABLE.

    2) I...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Find SA password and determine which databases are using the SA login account

    There are several tools and scripts to find a sa password. Check out these to links as a starter:

    http://www.sqlservercentral.com/columnists/jgama/sqlserverpasswordauditing.asp

    http://www.nextgenss.com/sqlcrack.htm

     

    About the queries using the sa account you might...

    [font="Verdana"]Markus Bohse[/font]

  • RE: security report

    Check out this article

    http://www.sqlservercentral.com/columnists/cmiller/dumpsqlpermissions.asp

    M

    [font="Verdana"]Markus Bohse[/font]

  • RE: Database recovery

    Hi James,

    what do you mean with the database is corrupted ? What error does it give. Can you access the database ?

    If the status of the database is loading, check...

    [font="Verdana"]Markus Bohse[/font]

  • RE: How to modify a table if it is in use for replication

    If you want to change an existing column you have to remove replication. If you want to add a column or drop a column SQL2000 has two store procedure sp_repladdcolumn...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Indexes

    Generally you should leave it to SQL server to decide which indexes will be used. If you'd like to force the usage of a specific index look in BOL for...

    [font="Verdana"]Markus Bohse[/font]

  • RE: encryption in replication

    Hi Angela,

    by default there's no encryption involved but you could use IPsec to create a encrypted transfer between the two replication partners. There's another possibilty if you use multiprotocol. Check...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Merge Replication Failed - Subscription to publication is invalid

    Hi Vince

    Check the error details for the merge agent. It should give you the exact script which fails. When check the script. I've seen cases that a script is calling objects...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Merge Replication

    Hi Jens,

     

    about the "orphaned" agent you can try running the "distribution clean up" agent under Miscelleanous agents. This might solve the issue but personally I think the you have to manually...

    [font="Verdana"]Markus Bohse[/font]

  • RE: Merge Replication

    Hmmm, I hope I get this right. The reason why you got the message the subscription is invalid I suppose has something to do that you replced the server. Even...

    [font="Verdana"]Markus Bohse[/font]

Viewing 15 posts - 1,516 through 1,530 (of 1,653 total)