Forum Replies Created

Viewing 15 posts - 151 through 165 (of 472 total)

  • RE: SQL 2008 Compressed Backups

    Yea, you never know when you are going to pick up a useful nugget of information in the least likely place in the threads.

    Personally, I think it's worth joining sqlservercentral.com...

    The Redneck DBA

  • RE: SQL 2008 Compressed Backups

    Thanks for the input (this turned into a neat discussion!).

    I just switched everything over to use backup compression for my full and differential backups, and it seems to be chugging...

    The Redneck DBA

  • RE: SQL 2008 Compressed Backups

    Alright...I'll give it a shot.

    I'm just doing simple backups now, and then zipping them. The speed of native compression is really impressive compared to my current process....

    The Redneck DBA

  • RE: Rebuild and Reorganize Indexes

    MTY-1082557 (3/29/2010)


    I do it in order to rebuild or reorganize an index that is block during the process.

    is that wrong to do?

    Hard to say if it's "wrong" based on what...

    The Redneck DBA

  • RE: Where are you?

    Kansas City, KS

    The Redneck DBA

  • RE: Where are you?

    Lynn Pettis (3/23/2010)


    John Rowan (3/23/2010)


    It's in Keystone, SD. The nearest 'big' town is Rapid City, SD, which is about 1/2 hour away. I was born just outside of...

    The Redneck DBA

  • RE: Restore Database with a new name

    MTY-1082557 (3/25/2010)


    Hi all,

    I have a database called DB and I need to restore it on the same Box with different name. Can anybody tell me if this instruction is...

    The Redneck DBA

  • RE: SQL 2005 integrity check job failed

    Does this apply?

    http://support.microsoft.com/kb/933265

    The Redneck DBA

  • RE: Cannot generate SSPI Context

    The name change is probably your issue as Wayne said (or at least it's one issue you need to deal with if you haven't already).

    If it doesn't match when you...

    The Redneck DBA

  • RE: Standard Edition or Enterprise Edition?

    GSquared (3/19/2010)


    Jason Shadonix (3/19/2010)


    Stupid question - If you've already paid for Enterprise licenses, and have it installed everywhere, are you really going to get money back by switching to Standard...

    The Redneck DBA

  • RE: Standard Edition or Enterprise Edition?

    Stupid question - If you've already paid for Enterprise licenses, and have it installed everywhere, are you really going to get money back by switching to Standard edition?

    The Redneck DBA

  • RE: Does a Job failed result in change in permissions for a Table?

    So you're in a development position and not in a DBA position? If that's the case, I (personally) wouldn't be spending much time figuring it out and make the...

    The Redneck DBA

  • RE: Backups

    And then you're also moving those backups you make onto the SAN to tape or some external/offsite place, right?

    The Redneck DBA

  • RE: Does a Job failed result in change in permissions for a Table?

    srikantzs (3/17/2010)


    To just check the Permission set on that table,

    I used a Table valued function,but it didn't return any rows.

    SELECT *

    FROM fn_my_permissions('tablename', 'OBJECT')

    0 rows returned

    which tells me the permissions...

    The Redneck DBA

  • RE: Error While Executing Store Procedure

    Does any of the data it gets live on a different server than the procedure is running on?

    If so, sounds like it's losing it's connection to a remote...

    The Redneck DBA

Viewing 15 posts - 151 through 165 (of 472 total)