Forum Replies Created

Viewing 15 posts - 4,246 through 4,260 (of 4,745 total)

  • RE: The July Car Update (2008)

    Steve, thanks for the feedback. I only asked because I had a prius as a loan car for a month, and I hated it, there was no sense of 'involvement'...

    ---------------------------------------------------------------------

  • RE: Whats are the Advantages of Filegroups in Sql Server 2005

    Dugi (7/30/2008)


    the same post here

    http://www.sqlservercentral.com/Forums/Topic542536-146-1.aspx#bm542562

    plz mods merge it!

    aaah....thats annoying................

    ---------------------------------------------------------------------

  • RE: Whats are the Advantages of Filegroups in Sql Server 2005

    Suresh B. (7/30/2008)


    5GB is not that big.

    It is recommended to keep .mdf and .ldf on separate drives.

    Suresh is correct. 5Gb is not big so no need to start splitting out...

    ---------------------------------------------------------------------

  • RE: The July Car Update (2008)

    Steve, as someone who obviously likes cars, and even owns a 911 (and survived), do you actually enjoy driving the Prius?

    ---------------------------------------------------------------------

  • RE: The July Car Update (2008)

    Trader Sam (7/29/2008)


    Timothy (7/29/2008)


    ...showed a graph of automobile fuel economy in different countries; the U.S. was dead last by a long shot.

    Yes, but where else in the world can...

    ---------------------------------------------------------------------

  • RE: Whats are the Advantages of Filegroups in Sql Server 2005

    if its a VLDB you can backup at the filegroup level.

    I this ia for an exam question do yourself a favour and google filegroups, plus check out BOL and MSDN

    ---------------------------------------------------------------------

  • RE: When adding Maintenance Cleanup Task to your maintenance plan...

    got to agree it is worth keeping at least two backups on disk, especially as if you have to recover a database its always possible it is required to recover...

    ---------------------------------------------------------------------

  • RE: Indexes on large tables

    which reminds me, any columns SQL generates statistics on (_WA_sys*) are possibly candidates for indexes as the optimiser has obviously decided it needs info on those columns.

    ---------------------------------------------------------------------

  • RE: When adding Maintenance Cleanup Task to your maintenance plan...

    if you only want one day then yes make retemtion period 23 hours or less depending on how long backup takes. time recorded on .bak file is when it completes,...

    ---------------------------------------------------------------------

  • RE: Clustering - Resource settings for 'Affect the group'

    IMHO

    IP Addr ...

    ---------------------------------------------------------------------

  • RE: Clustering - Resource settings for 'Affect the group'

    since you mention SQLAgent I dont think that should affect the group in the event of it stopping as SQLAgent is not critical to an app functioning so why have...

    ---------------------------------------------------------------------

  • RE: Memory

    what Perry and Terry (great name for a double act) are saying is with 64 bit SQL you should set max memory of sql server to about 2Gb less than...

    ---------------------------------------------------------------------

  • RE: Do I risk corrupting the master database ?

    if you want to ascertain which backups have failed why are you querying the master database, surely you want to query msdb anyway. (you won't harm that either)

    ---------------------------------------------------------------------

  • RE: Indexes on large tables

    Also....could be useful to post your table definition.

    Is the date column defined as a datetime and are you entering a time as well as a date, or just 00:00:00 for...

    ---------------------------------------------------------------------

  • RE: Indexes on large tables

    this date field would not be a good candidate for the clustered index, or any other index, because it is not very selective, with only 7 distinct dates each value...

    ---------------------------------------------------------------------

Viewing 15 posts - 4,246 through 4,260 (of 4,745 total)