Forum Replies Created

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

  • RE: SQL Server doesn't see Data drive

    How are the disks presented to the OS, (iscsi, fibre channel, local raid,etc)?

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

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

  • RE: Shrinking all log files on SQL Server 2008R2

    Furthermore, the script targets files with ".ldf" extension. What happens if a DBA creates a database and gives one of the data files on a database the ".ldf" extension 😉

    At...

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

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

  • RE: Shrinking all log files on SQL Server 2008R2

    OK, you're joking right??

    Firstly, TRUNCATEONLY does not apply to T-log files!

    A wholesale shrink of all log files on the instance, and you believe this will be beneficial?

    What do you do...

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

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

  • RE: Logs

    runal_jagtap (11/1/2012)


    Ok fine.. willl see to it 🙂

    thank you everyone for quick response n help 🙂

    I will like to add one more thing

    We have one Rack Space server & other...

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

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

  • RE: Logs

    runal_jagtap (11/1/2012)


    Thanks Gila, but reagrding SQL SERVER Error Log, will this will a file stored on any location???

    coz if DB wont start how to check Error logs then??

    More over coming...

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

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

  • RE: Availability Group Listener not routing ApplicationIntent=Readonly to secondary replica

    can you supply the results of this query please against primary and secondaries

    selectar.replica_server_name

    , ar.endpoint_url

    , ar.replica_server_name

    , ar.availability_mode_desc

    , ar.failover_mode_desc

    , ar.session_timeout

    , ar.primary_role_allow_connections_desc

    , ar.secondary_role_allow_connections_desc

    , ar.backup_priority

    , ar2.read_only_routing_url

    from sys.availability_replicas ar

    inner join sys.availability_read_only_routing_lists avr

    on ar.replica_id =...

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

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

  • RE: Cluster Quorum - Node and Disk

    you're welcome 😉

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

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

  • RE: Cluster Quorum - Node and Disk

    check your event logs for more info, there'll be some errors there that will be relative.

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

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

  • RE: Principal Disconnected, In Recovery... on both servers after restart

    normally stopping and restarting the endpoints will cure the issue

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

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

  • RE: Cluster Quorum - Node and Disk

    SQLSACT (10/31/2012)


    Perry Whittle (10/31/2012)


    SQLSACT (10/31/2012)


    Hi Guys

    Please help me understand something the Cluster Quorum and specifically Node and Disk Majority

    I understand that if you have an even amount on nodes on...

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

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

  • RE: What credentials are used for mirroring connections between partners?

    scogeb (10/30/2012)


    I know when I configure security for a new mirror, the wizard prompts me for credentials to connect to the mirror and witness. I don't think those credentials...

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

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

  • RE: Cluster Quorum - Node and Disk

    SQLSACT (10/31/2012)


    Hi Guys

    Please help me understand something the Cluster Quorum and specifically Node and Disk Majority

    I understand that if you have an even amount on nodes on your cluster, it's...

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

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

  • RE: Database Level Clustering in SQL 2008

    raheelr 63130 (10/29/2012)


    I think sql 2012 provides redundancy at DB level as well?

    SQL Server 2012 also supports database mirroring although this feature is now deprecated and marked for removal in...

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

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

  • RE: Hexadecimal to Binary Conversion in SQL Server 2008 R2

    you asked why you were getting the error, i told you 😉

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

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

  • RE: SQL Server Agent will not start after upgrade

    check the windows application log for more detail

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

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

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