Forum Replies Created

Viewing 15 posts - 4,351 through 4,365 (of 9,244 total)

  • RE: Jobs not running in cluster

    Is the SQL Server agent service running?

    Open Failover Cluster manager and check the clustered service resource is healthy

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

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

  • RE: Mirroring Log Issue

    SQLCrazyCertified (1/29/2013)


    Hi, Thanks for both of your replies.

    I have fixed the issue by doing couple of more log backups then I shrank and it worked.

    You have cycled the log back...

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

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

  • RE: SQL Log Shipping out of sync - Comparing Log shipping Primary and Secondary Servers

    sdpages (1/29/2013)


    Hello all,

    I have a SQL log-shipping High availability setup from a Primary Server to a Secondary Server which ships transactional logs every 1 hour. Both the databases are running...

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

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

  • RE: Mirroring Log Issue

    SQLCrazyCertified (1/28/2013)


    Hi All,

    I have a db with mirroing in place and log is growing about 49GB.....Log is growing since log backup not running as it scheduled. So, I manually...

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

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

  • RE: getting total disk space

    anthony.green (1/29/2013)


    Many thanks for that, as I have not worked with mount points before (well not to my better knowledge) I was un aware of that, added to the knowledge...

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

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

  • RE: sql server datapage storage content

    anthony.green (1/28/2013)


    A page is allocated to a table

    or an index 😉

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

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

  • RE: getting total disk space

    OPC is correct, XP_FIXEDDRIVES cannot enumerate mounted volumes. A straight WMI call will also work using

    wmic volume get capacity, "free space", name

    You can also supply an output file and...

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

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

  • RE: Setting log shipping in AlwaysOn environment

    I wasnt being sarcastic i'm genuinely surprised!

    you're right, i dont think theres a good reason, AO replaces log shipping and mirroring and pretty much makes them redundant 😉

    Leo.Miller (1/24/2013)


    AOHA doesn't...

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

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

  • RE: SQL Server Clustering Questions

    Shouldn't you be actually gaining the required knowledge rather than brain dumping a few answers. No doubt if you do manage to land the role any support you require will...

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

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

  • RE: SQL Server 2008 Failover cluster Hardware

    Niyala (1/25/2013)


    I can evict one and install the other widnows cluster.

    No! Don't just evict the nodes.

    Niyala (1/25/2013)


    If I remove one node of sql server, will the other run...

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

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

  • RE: SQL Server 2008 Failover cluster Hardware

    More importantly are they differing versions of the Windows OS

    What OS are the current nodes?

    What OS are the new nodes to be?

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

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

  • RE: How to find Database Present in Log Shpping, Mirroring through T-SQL

    The following when executed against the LS primary databases instance will return configuration info

    exec sp_help_log_shipping_primary_database 'primaryLSdb'

    The following when executed against the LS secondary databases instance will return configuration info

    exec sp_help_log_shipping_secondary_database...

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

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

  • RE: Suggest RAID arrays for minimal single server?

    ipgsql (1/24/2013)


    Hi,

    Looking for some opinions/links. If a SQL server (OLTP) is restricted to a single box with max 8 drives, would four RAID1 arrays (OS,TEMPDB,LOGS,DATA) be the way to go?

    Or...

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

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

  • RE: Unable to configure log shipping in sql server 2000. Receving the below error message

    Posting your issue once only and in the correct forum will yield you better results!!

    All replies here http://www.sqlservercentral.com/Forums/Topic1411479-1549-1.aspx

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

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

  • RE: Just WHY Always On feature (vs Failover Cluster)

    Gijs Laandrecht (1/24/2013)


    I just can't figure out WHY should I configure the Always On feature when the SQL-server is in a Failover Cluster already?

    The AO nodes must be part of...

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

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

Viewing 15 posts - 4,351 through 4,365 (of 9,244 total)