Forum Replies Created

Viewing 15 posts - 17,041 through 17,055 (of 39,831 total)

  • RE: The Importance of My Cloud Data

    jay holovacs (1/12/2011)


    GSquared (1/12/2011)


    ...Keep your data in two places if it matters. Three if it's important. Four or more if it's critical. E.g.: RAID-10 is 2 places,...

  • RE: The Importance of My Cloud Data

    CriticalStatus (1/12/2011)


    Hey Steve

    Interesting thought. Made me think about how we would handle availability within our control. Another thought popped as I finished reading your article.

    Can you replicate between...

  • RE: ANSI Padding

    I have corrected the question to note that indexes on computed columns will not be used.

    Because of this, I have also awarded back points to everyone that has answered this...

  • RE: Database Design: Should we have Multiple Data files and Multiple File Groups – SQL Server 2005

    What edition of SQL Server is this? If it's not Enterprise, you can't restore Primary and then get people working while you restore other files.

    I have heard this advice before,...

  • RE: SQL Issues

    Apologies. I was unclear.

    That's good to know, but more about what connects to what, and for what purpose? How does this application work?

    Are you thinking this is a series...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (1/12/2011)


    Koen (da-zero) (1/12/2011)


    Alvin Ramard (1/12/2011)


    Canada's the backawards neighbour? I think someone got it backwards. 😎

    Hey, don't shoot the messenger 😀

    (I even don't live in the USA)

    Don't...

  • RE: IS Shrink part of Full Backup by default or as an option

    Make sure you dig in and understand what happens.

    Also realize that when the CIO says "shrink", he doesn't necessarily mean "run dbcc shrinkfile". What he means could be "make sure...

  • RE: Restoring individual filegroups

    You have to have primary available, and then you can restore another filegroup.

    So if you have your db at 5:00pm. Some things in Primary, some in Reporting. If you have...

  • RE: Execute sql without writing on transaction log

    If it is subsequent actions, you would schedule a few log backups to clean it up. The reindex will be one large logged operation.

  • RE: Log File VLFs

    george sibbald (1/12/2011)


    from QOTD of 7th JAn

    log created at:

    less than 64MB - 4 VLFs

    64MB and less than 1GB - 8 VLFs

    1GB or greater - 16VLFs

    Nice memory

  • RE: SQL Issues

    I tend to agree that you don't want your SQL Server exposed directly. Can you explain a little more on your setup?

  • RE: Execute sql without writing on transaction log

    Nope, everything is written to the transaction log. Even index rebuilds. This is so if they fail in the middle, they can be rolled back and maintain an intact index.

  • RE: IS Shrink part of Full Backup by default or as an option

    The above answer is correct. Shrink is not part of backup, and you should not shrink to a point below that which you need for maintenance operations.

    How much data do...

  • RE: User Defined Roles

    Excellent. Don't get too technical, don't use too much T-SQL/BOL style of explanation. Think junior DBA, secretary trained to handle basics, and explain in a simple way what to do...

  • RE: Today's Random Word!

    cold

    254K this morning

Viewing 15 posts - 17,041 through 17,055 (of 39,831 total)