Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Broad21

    Issue with Transactional replication

    Hmmm....it seems your replication is internally mess-up. Do you have the luxury to rebuild everything? If I were you I would uninstall everything, including distributor and start everything all over. How long you have been sucked in the condition like this? Consulting with MS support would...
  2. Broad21

    Issue with Transactional replication

    I believe someone accidentally click "Initialization" or the SQL Agent service was restarted. It happened to me before as well, Distribution agent only work when you ask it for, it wont automatically choose to reinitialize subscription. Fix, control security and make sure only few people have...
  3. Broad21

    Only 'sa' user

    Remove "BUILTIN\Administrators" from Security. -Claire
  4. Broad21

    expdp error

    :confused: I granted myself read and write access for DATA_PUMP_DIR and also logged into super user. I then executed below statement to extract data from oraclr into a dump file $ORACLE_HOME/bin/expdp claire/claire@orafin1 schemas=finance directory=DATA_PUMP_DIR dumpfile=claire_finance.dmp...
  5. Broad21

    Linked Server – How to Determine if Anyone is Using It?

    here is my recommandation. You can make linked server to user some designated login that only you know. Then go to server where linked server connects to, turn the security audit login to log both failure and success login attempt. Later on check out event viewer for login history for the...
  6. Broad21

    moving and importing register servers from pc to pc

    Right click on the server Group then select import, navigate down to the export file then click ok. Make sure you have all password and users name exported from the original server group.
  7. Broad21

    Rapid Growth of Database---Newbie

    Check out how many unused space available on the database, then issue DBCC SHRINKFILE or DBCC SHRINKDATABASE to see how much space you can reclaim. Then try to rebuild index to remove fragmentation. Also check out the size of table/index to see which object is really occuplying space on the...
  8. Broad21

    Database Maintenance Reindex Failed

    The SQL Agent service was never restarted during the period. Moreover, rest of the scheduled SQL jobs are running normally except this one.
  9. Broad21

    Database Maintenance Reindex Failed

    Hi, We have a database maintenance plan runs on SQL 2000 SP4 environment. One of the step: "Optimizations Job for DB Maintenance Plan 'DB Maintenance for MyDB'" had hung for 1 hours while normally it took less than 1 minute to complete. I could not be able to find any error message (not...

Part and Inventory Search

Back
Top