Forum Replies Created

Viewing 15 posts - 1,141 through 1,155 (of 2,897 total)

  • RE: replication urgent

    IIRC (It's been a while), you need to schedule the snapshot AND schedule the subscription pull... 2 separate jobs.

  • RE: Create trace problem

    Sounds like you already have a trace running that's outputting to your desired filename.

    What are the results of: select * from sys.traces

  • RE: restore system dbs to another server

    IMO = In My Opinion

    Others:

    IIRC = If I recall Correctly

    OP = Original Poster

    FWIW = For What It's Worth

    AFAIK = As far As I Know

    etc...

    http://www.gaarde.org/acronyms/

  • RE: Restoreation prob

    1) Restore most recent FULL Backup

    2) Restore most recent DIFF newer than the FULL

    3) Restore T-Logs newer than the DIFF

    use STOPAT if you need to restore to a specific time

    Restores...

  • RE: Restoreation prob

    I'm not clear what your question is. Please be more specific.

    What is your backup stragety (frequency & types of backups)

    Is that your restore plan ? If so, you don't...

  • RE: insert multiple rows into a table

    Where is the changeable data coming from ? How is it determined ?

  • RE: denormalize

    Charles.Otten (12/8/2010)


    I was unaware it was a private discussion.

    <-- Unsubscribed

    Not private. Sorry for the confusion. But some people need encouragement to put in some effort finding answers rather than just...

  • RE: denormalize

    Charles.Otten (12/8/2010)


    When performance is more important than the overhead incurred by the extra work of maintaining information in multiple areas.

    He wasn't asking you 😉

  • RE: database is slow

    There are a lot of areas that affect performance: SQL database, db server, application server, network ....

  • RE: What is performance monitoring strategy?

    That's going to vary a lot depending upon each person's environment. If this is homework or job interview, do some research.

    If you have a specific question, then it is...

  • RE: denormalize

    yes

    .

    .

    .

    New homework assignment ?

  • RE: A way to script all DBs from a server

    This thread deals with scripting database objects, and I run an automated process to dump them to files on a network share ... not quite sure what the OP...

  • RE: SQL query log

    GilaMonster (12/3/2010)


    I don't recall having written an article on Trace. Grant wrote one that was published earlier this week and should still be on the front page. Make sure you've...

  • RE: shrinking of files

    If you do a search of existing threads on this topic, you'll find that 99% of the time you should not be shrinking files because it hurts performance by fragmenting,...

  • RE: File Backups, VLDB, and Simple Recovery

    30 hours seems a very long time for a backup !! Using BackupExec to tape, our 1 Tb database takes 6 hours. My 180 Gig backup takes...

Viewing 15 posts - 1,141 through 1,155 (of 2,897 total)