Forum Replies Created

Viewing 15 posts - 1,426 through 1,440 (of 9,244 total)

  • RE: Patching clustered node

    PJ_SQL (2/2/2016)


    I have 4 node cluster. I would need to patch all nodes right?

    I can't just update one with recent service pack and leave other 3 as is

    Thanks

    Depends what instances...

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

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

  • RE: SQL Server Mount Points

    😉

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

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

  • RE: Script out DB/Object level permissions (GRANT/DENY)

    a cert is an asymmetric key, what is it you are expecting to see

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

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

  • RE: Script out DB/Object level permissions (GRANT/DENY)

    SQL!$@w$0ME (2/2/2016)


    Thanks a lot Perry! Appreciate your help!!

    You're welcome

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

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

  • RE: Script out DB/Object level permissions (GRANT/DENY)

    Steve Jones - SSC Editor (2/2/2016)


    There are also lots of scripts on this site in the script library[/url].

    Yeah but mine is super awesome ??

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

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

  • RE: AG on VMWARE Round 2

    a one node cluster will not support an availability group.

    An availability group requires at least 2 replicas which must reside on separate nodes, therefore a 2 node cluster minimum is...

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

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

  • RE: Script out DB/Object level permissions (GRANT/DENY)

    Here's my script, feel free to modify it as required, not that it should need it

    SET NOCOUNT ON

    DECLARE @sql NVARCHAR(MAX)

    DECLARE @majver INT

    DECLARE @minver INT

    DECLARE @build VARCHAR(16)

    SET @sql = ''

    SET...

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

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

  • RE: rename target database logshipping

    as I said here, remove the current log shipping secondary database and add a new log shipping secondary. The primary stays in place

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

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

  • RE: Rename secondary database

    parmodsingh (3/20/2012)


    Can anyone help me to get this problem resolution. I want to rename one of my logshipping secondary database without removing existing logshipping.

    You don't remove Log shipping completely, the...

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

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

  • RE: SQL Server Upgrade Question

    Steve Jones - SSC Editor (2/1/2016)


    SQL 2005 direct upgrade is not supported. You can attach SQL 2005 data files to 2016 according to the docs.

    Yes this is detailed in the...

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

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

  • RE: SSIS access denied when copying to share folder

    happycat59 (1/3/2016)


    Once you have done this, you need to check what account you are using to run the SSIS package - if you don't have a proxy setup then this...

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

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

  • RE: Insight needed on SSIS file naming convention

    Briceston (2/1/2016)


    Hi,

    So I currently have a SSIS package that generates an excel output to my local and then copies that out excel output("PED.XLS") to a network shared folder. My next...

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

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

  • RE: SQL Server Upgrade Question

    curious_sqldba (2/1/2016)


    If you are moving to 2016, it will be two phase migration, from 2008R2 - > 2014 and then from 2014 -> 2016. At most you upgrade to 2...

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

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

  • RE: SQL Server Mount Points

    dajonx (2/1/2016)


    One more question about mount points. You wrote that the root volume must be small to prevent files/folders being created on that volume. So really, I can...

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

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

  • RE: Log Shipping setup 2014 databases

    Peter McLarty (1/31/2016)


    Hi

    The company I am working generally denies Server Admin rights to the DBA. I have to set up log shipping and I can see that with 2008 and...

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

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

Viewing 15 posts - 1,426 through 1,440 (of 9,244 total)