Forum Replies Created

Viewing 15 posts - 6,886 through 6,900 (of 9,244 total)

  • RE: Creating a 2 Node SQL Server 2008 Virtual Cluster Part 1

    tobyteel (7/15/2011)


    I think my earlier question may not have been clear, so I'll try to rephrase: In what situations would you want to use SQL server with the Microsoft...

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

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

  • RE: Change SQL Server Collation in a CLuster

    either go into Failover Cluster manager open the group and get the resource parameter from there or from a command prompt use

    cluster group "groupname" /prop

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

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

  • RE: Mirroring and Back-up strategy

    just out of interest how large are your transaction log files?

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

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

  • RE: Back up Issue.

    What other errors do you see, if any, in the SQL server log around the time as the verify?

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

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

  • RE: trn log requirements for a clustered index rebuild

    LAW1143 (7/15/2011)


    There are 6 or 7 of them, all in the 25 to 40gb range.

    Rebuilding the clustered index will hit all non clustered indices.

    Generally, no

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

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

  • RE: trn log requirements for a clustered index rebuild

    LAW1143 (7/15/2011)


    that puts me back to the original question... in calculating the log space requirement for a clustered index rebuild, do I need to have log space for the sum...

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

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

  • RE: trn log requirements for a clustered index rebuild

    LAW1143 (7/15/2011)


    if I absolutely MUST switch to simple

    You dont need to and indeed you shouldn't do either. You can however switch to Bulk Logged recovery for the index build and...

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

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

  • RE: trn log requirements for a clustered index rebuild

    what recovery model is your database using?

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

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

  • RE: Back up Issue.

    Hi Gangadhara

    check the sql server log, are you seeing any other specific errors there around the time the RESTORE VERIFYONLY runs?

    How much memory does your server (not SQL Server but...

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

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

  • RE: backup for restored or refreshed database

    not entirely sure what it is you are getting at??

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

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

  • RE: Specify Dedicated Network card IP in setting up database mirroring

    never tried this to be honest. What i can say is, an endpoint needs to be created on each instance for database mirroring to be established

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

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

  • RE: Encrypt & decrypt coloumn

    solomon.jernas (7/15/2011)


    Could you give any example for encrypt & decrypt two column in a table ( ssn int, b_date datetime)

    I did in the link above 😉

    It's a case of RTFM

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

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

  • RE: Question on Database Mirrorring

    it does depend, in certain scenarios the mirror database will stay disconnected in recovery when both machines have restarted and the mirror comes back up first.

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

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

  • RE: Encrypt & decrypt coloumn

    using cell encryption it is possible, there are schema changes to the columns to enable this. The data must be encrypted\decrypted as it is written\read from the table.

    This link...

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

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

  • RE: Creating a 2 Node SQL Server 2008 Virtual Cluster Part 1

    nalinabey (7/15/2011)


    Hi perry,

    This Link is not working it seems?

    try the link above now i have corrected it 😉

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

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

Viewing 15 posts - 6,886 through 6,900 (of 9,244 total)