Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 9,244 total)

  • RE: Listing user created objects

    tnpich (10/7/2015)


    This still includes some non-user created objects, like the below. See the attachment for details.

    fn_diagramobjects

    sp_alterdiagram

    sp_creatediagram

    How can I get rid of these type of objects without filtering on SAO.name...

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

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

  • RE: Log Shipping wizard - Access is denied

    kiril.lazarov.77 (10/6/2015)


    Thanks for your response. What do you mean by "computer account"? Do I have to create a new domain account on the Secondary and assign folder permissions on the...

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

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

  • RE: Dbcc emptyfile the .mdf file online

    humbar-a (10/7/2015)


    I know, the .mdf file is necesarry and contains the information to start the database.

    Yes that is correct

    humbar-a (10/7/2015)


    However i'm nearly sure that i've seen before...

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

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

  • RE: Multi-Site AAG With Sync

    gingerdazza (10/6/2015)


    Just wondered what people's thoughts and experiences are of deploying a 2 node SQL AAG, with one VM each DC, in sync mode, in an active-active DC layout, with...

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

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

  • RE: Multi-Site AAG With Sync

    gingerdazza (10/7/2015)


    < 5 miles apart (the wisdom of such proximity is a separate conversation) 😀

    That cannot be considered a true disaster recovery datacentre, 500 miles would be more preferable

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

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

  • RE: How to apply service pack update on SQL 2014 cluster environment without server downtime

    vijayakumarn (10/7/2015)


    Hi,

    I wanted to apply SQL server 2014 service pack1 and CU1 & CU2 on a two node cluster environment without server downtime. Please suggest.

    Thanks

    You'll first need to apply service...

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

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

  • RE: unable to add server in multi subnet to the cluster

    Benki Chendu (10/6/2015)


    Perry Whittle (10/6/2015)


    have you consulted your network admins?

    what do I need to ask them?

    I am able to ping the servers from each other

    DNS settings are first to check,...

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

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

  • RE: unable to add server in multi subnet to the cluster

    have you consulted your network admins?

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

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

  • RE: tempdb is full

    the t-log file is the problem, the error clearly states this!

    Please post results of the following;

    PowerShell query

    Get-Volume | ?{$_.drivetype -EQ "Fixed"} | ft DriveLetter,FileSystemLabel,HealthStatus,SizeRemaining,Size

    TSQL query

    SELECTname

    , size / 128 AS SizeMBs

    ,...

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

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

  • RE: Alwayson - access Point for administering?

    I'm sorry its not clear what you're asking?

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

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

  • RE: tempdb is full

    mahi123 (10/6/2015)


    Hello experts,

    Message

    Executed as user: NT AUTHORITY\SYSTEM. The transaction log for database 'tempdb' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column...

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

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

  • RE: Alwayson - access Point for administering?

    SQL Galaxy (10/6/2015)


    1. We are not using shared storage for current setup of always On availability group due to budgets constraints.. can be able to configure without SAN shard storage?

    Yes,...

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

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

  • RE: Log Shipping wizard - Access is denied

    You'll need to add the computer account to the share and ntfs permissions lists

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

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

  • RE: Alwayson - access Point for administering?

    Firstly, read my stairway to Alwayson starting at this link

    http://www.sqlservercentral.com/articles/Failover+Clustered+Instance+(FCI)/107536/[/url]

    SQL Galaxy (10/5/2015)


    Node 1 -IP Address 10.xx.xxx.11

    Node 2 -IP Address 10.xx.xxx.12

    while create cluster wizard in access Point for administering the cluster...

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

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

  • RE: copy and rename multiple databases

    How does this handle databases with multiple files?

    It's concerning that it automatically drops the target database first if it exists.

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

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

Viewing 15 posts - 1,681 through 1,695 (of 9,244 total)