Forum Replies Created

Viewing 15 posts - 106 through 120 (of 472 total)

  • RE: How to get SQL2008 db to another machine running SQL2005?

    Now, helpful bit out of the way, I'm not going to laugh at the network engineer getting stuck with the DBA job, that happens, but I will laugh at the...

    The Redneck DBA

  • RE: How to get SQL2008 db to another machine running SQL2005?

    There isn't an easy way to do that...A SQL 2008 database won't restore / attach to a SQL 2005 server. You would have to script the table structures, data,...

    The Redneck DBA

  • RE: Database mirroring issue

    Bhuvnesh (7/9/2010)


    Jason Shadonix (7/9/2010)


    I also set the MAXDOP option to 1 to "slow it down" a little bit to help mirroring keep up.

    Whats the benefit you got with...

    The Redneck DBA

  • RE: Database mirroring issue

    I keep my log file size in check by running this every hour on my mirrored servers. (You'll have to modify the backup command to not use compression if...

    The Redneck DBA

  • RE: Database mirroring issue

    Ratheesh.K.Nair (7/9/2010)


    Jason Shadonix (7/8/2010)


    OK, what am I missing here? Why are you thinking you need to stop mirroring? Just take a log backup and truncate the log if...

    The Redneck DBA

  • RE: Database mirroring issue

    Bhuvnesh (7/8/2010)


    The reason to stop mirroring is : if i rebuild the indexs of larger tables, log will grow tramendously.and same size (log) will be replicated to report node also....

    The Redneck DBA

  • RE: Database mirroring issue

    OK, what am I missing here? Why are you thinking you need to stop mirroring? Just take a log backup and truncate the log if it is too...

    The Redneck DBA

  • RE: Database mirroring issue

    Why do you feel that you need to remove mirroring to do this?

    I shrink log files all the time for databases that are participating in mirroring.

    The Redneck DBA

  • RE: INDEX REBUILD

    GilaMonster (6/15/2010)


    Will you please read what I'm saying...

    GilaMonster (6/14/2010)


    For reasons that have to do with the way the first few pages are allocated, there's virtually no point in rebuilding an...

    The Redneck DBA

  • RE: SQL Server Backup & Restore startergies

    GilaMonster (5/3/2010)


    So why does the client want you to do it if they know that you know almost nothing about databases? Better to get someone in who does.

    Yes, That's what...

    The Redneck DBA

  • RE: SQL Server Backup & Restore startergies

    sabarish (5/3/2010)


    Hi Everyone ,

    We need to implement a datbase back up statergy for one of clients ... Some of the requirements mentioned by the client are as given...

    The Redneck DBA

  • RE: mirror server down, will this affect replication?

    aqkhan_k (4/29/2010)


    When a publication database is mirrored, Log Reader Agent behavior is governed by the mirroring state of the database. By default, the Log Reader Agent can only replicate log...

    The Redneck DBA

  • RE: Please Solve This query

    Aw man! You sunk my battleship!!

    The Redneck DBA

  • RE: mirror server down, will this affect replication?

    Perry Whittle (4/29/2010)


    Lynn Pettis (4/29/2010)


    Since you are not using a witness, if the mirror databaseis unavailable, the transactions will get committed on the principal database. This will start approximately...

    The Redneck DBA

  • RE: Cannot connect to Database Engine SQLVSERVERTEST1 via SSMC.

    Also make sure there isn't a firewall that is blocking the TCP port SQL is running on. (1433 by default)

    The Redneck DBA

Viewing 15 posts - 106 through 120 (of 472 total)