Forum Replies Created

Viewing 15 posts - 2,686 through 2,700 (of 2,900 total)

  • RE: Recover Database from Trn log

    If it's a production DB, then "simple" is not recommended because then you cannot recover to a point in time. You'll only be able to recover back to the last...

  • RE: Recover Database from Trn log

    You can't recover a database from just a transaction log. The TRN contains activity against the database, not the database itself.  The DB is growing, or the log is growing...

  • RE: ALTER TABLE - ADD column

    Yes, the table gets rebuilt .... I just meant to show that a script could be generated of the process and run outside of EM.

  • RE: ALTER TABLE - ADD column

    You can do it through EM, but instead of saving your change, press "Save change script". Then you can use that script later & build upon it if you want.

  • RE: security question - what role is appropriate for my boss?

    I just got that error too ....  Didn't bother to troubleshoot it yet.   I guess it got past the proofreader !

    It's hard to believe that MS stores the dates in...

  • RE: Partial Restore

    Technically, you could use replication, choosing the "Don't initialize - subscriber already has data" option.  But I bet it would get messy, and it wouldn't be my first choice. Log...

  • RE: Table Indexes

    Sorry, What's TPM ?

    Back in my AS/400 days, I had all sorts of information about objects that was very useful. It kept track of objects usage & changes along with...

  • RE: Table Indexes

    If you have Lumigent's Log Explorer, you can set it to alert you when there are database changes. I have it on our production server and find it useful from...

  • RE: Enterprise Manager Tricks

    Sorry I wasn't clear.  I hadn't seen you EM Tricks article, so I tried clicking the link in your first post.

  • RE: Enterprise Manager Tricks

    I tried the link above, and got page not found ??    Did some pirates whisk it away somewhere ?

    (edit) Found it by looking around a bit ....

  • RE: Undoing Merge replication

    You could set up a publication for each location.

    For England, you create a publication with your account information, let's say your account table is ACCOUNTS and the field is COUNTRY. ...

  • RE: Undoing Merge replication

    You can add a filter, which will mark the subscription for reinitialization, then a new snapshot will re-populate the tables with the filter criteria.

    I'm not sure what you mean by...

  • RE: Deleting article from Merge Replication

    I'm not sure about merge replication, but with snapshot & transactional replication you can do it by scripting out the "delete" publication from Ent Mgr, then snip out just the...

  • RE: Articles of a database

    just add "Where not exists in sysarticles" to your select from sysobjects

  • RE: scheduling the copy of an olap-db

    How about backup & restore instead ? ?

Viewing 15 posts - 2,686 through 2,700 (of 2,900 total)