Forum Replies Created

Viewing 15 posts - 7,486 through 7,500 (of 9,244 total)

  • RE: SQL 2008 R2 Installation account question

    Is this a clustered install by any chance??

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How best to push large DB Copies over the wire on a regular schedule

    ALZDBA (10/24/2010)


    - Why don't you just directly 7zip your existing full backup file(s) ?

    that's what i wondered!

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How best to push large DB Copies over the wire on a regular schedule

    YSLGuru (10/12/2010)


    Change the Recover Model to SIMPLE and flush out the Log file so that it is as small as possible.

    Generally, but this doesn't always happen!

    7zip is free, use this...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL SERVER 2008 R2 best practice relating to seperate disk or Raid type

    dcohn99 (10/23/2010)


    >>>, the log is required to be at least 70% full <<<

    What size is the log set to be to determine when it is 70% full? Can you...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Moving Database Files/Folers to another Drive

    Firstly SP_Attach_DB is deprecated in future versions of SQL Server the following statement should be used instead

    CREATE DATABASE FOR ATTACH

    The link you posted is fairly dated and really only applicable...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL SERVER 2008 R2 best practice relating to seperate disk or Raid type

    chetanr.jain (10/23/2010)


    Well, i am surprised to see that.. Why the log is been at 100 GB. Why checkpoint has not been occurred.

    When the database is set to truncate on checkpoint...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Moving Database Files/Folers to another Drive

    richsilv (10/22/2010)


    In your opinion, what is the advantage of using it over what I did?

    Using detach\attach to move database files is not the MS recommended way to achieve this. It's...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL SERVER 2008 R2 best practice relating to seperate disk or Raid type

    Learn_something_new_everyday (10/22/2010)


    We don't write the code we just have to support it.

    😉 tell me about it!

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Moving Database Files/Folers to another Drive

    why did you detach and re attach, why didn't you just use

    ALTER DATABASE MODIFY FILE

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL SERVER 2008 R2 best practice relating to seperate disk or Raid type

    Craig Farrell (10/22/2010)


    Logs, even in simple mode, are incredibly important. They just take up less room.

    this is not necessarily true, it is possible to have huge log files even...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to remove a SQL Cluster Resource Group from AD

    it would default to the Computers OU but could be moved almost anywhere. Go into AD users and computers console and in the left pane right click the domain and...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to remove a SQL Cluster Resource Group from AD

    OK, I'm slightly confused here!!

    Duran (10/22/2010)


    I needed to remove a resource group out of a clustered windows 2008 setup. In sql I made sure that the resource was empty and...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL SERVER 2008 R2 best practice relating to seperate disk or Raid type

    dcohn99 (10/21/2010)


    I have a New Server R710 16 gig RAM with 2 x 147 15K SAS RAID 1 for the OS 80 GIG partition set with the balance...

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: synchronise sql 2005 to 2008

    icampbell (10/22/2010)


    synchronise

    Elaborate a little more for us could you please?

    Exactly what is it you intend to do?

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Are Differential db backups necessary to restore from trans logs backups?

    SkyBox (10/22/2010)


    Yeah - I noticed that the maint. plan cleanup uses the XP_Delete_File proc.

    Thanks Perry

    😉

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

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 7,486 through 7,500 (of 9,244 total)