Forum Replies Created

Viewing 15 posts - 4,156 through 4,170 (of 9,241 total)

  • RE: Restoring System Databases

    C:\Windows\system32>net start mssqlserver /f /m /t3608

    The SQL Server (MSSQLSERVER) service is starting..

    The SQL Server (MSSQLSERVER) service was started successfully.

    Firstly don't start sql server as a service, also -f implies -m,...

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

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

  • RE: What do DBAs need to know about networking technologies?

    You should at least understand the basics of TCP\IP networks, these are just some of the items you should have a basic understanding of IMHO

    • DHCP
    • DNS
    • IP addresses
    • Subnets
    • default gateways
    • Network binding orders
    • NetBIOS

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

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

  • RE: Mirroring DR Test Question

    You'll need to break the mirror session and restore the mirror database with recovery.

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

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

  • RE: Restoring System Databases

    Do you have another backup of model you can use?

    If not grab a copy of model from another server with the same collation and version.

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

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

  • RE: Log backups while Full/Differential backups are running

    Also, remember that a full backup will reset the page differential bitmaps and increment the Differential base LSN too

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

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

  • RE: Ownership of cluster disk 'Cluster Disk xxx has been unexpectedly lost by this node.

    are you using iSCSI attached storage and MPIO?

    Can you provide a little more info on the storage and the connectivity from the nodes?

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

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

  • RE: Slow Disc Access on Single Cluster Node

    Can you provide a little more info on the storage itself and the connectivity to the storage from each node?

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

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

  • RE: Oracle Virtual Machine and SQL Server 2012 Clustering

    rcheneyjr (4/17/2013)


    ' It is not possible to establish a heartbeat connection between the two virtual servers in OVM as we have it configured now. If you need that functionality,...

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

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

  • RE: SQL SERVER 2008 r2 cluster

    You will likely need changes to your network infrastructure and shared storage infrastructure but you should be able to relocate the once you have the above sorted

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

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

  • RE: Database syncronization script for DR

    Whatever you use whether it be

    • Log shipping
    • database mirroring
    • Backup\restore
    • some wierd and wonderful concoction of your own

    Remember that server level objects such as logins, agent jobs, etc, etc need to be replicated...

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

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

  • RE: Operating system error 5(Access is denied.) to master.mdf''

    This thread is nearly 2 years old!!

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

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

  • RE: Schemas and Roles

    A schema is used to collectively identify set objects, the schema can also be used to control permission lists defining access to the collective objects. Users create objects under schemas...

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

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

  • RE: Master Database

    You could also use

    SELECT *

    FROM sys.objects

    WHERE is_ms_shipped<>1

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

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

  • RE: Enabling Always On availablity :Couldn't enable the option

    vishalsurya50 (4/19/2013)


    Hi,,

    In sql server 2012 creating a cluster , i had added servers and the next step is Access point for administering the cluster which i need to...

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

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

  • RE: Not all Databases getting backed up

    Have you checked the maintenance plan history?

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

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

Viewing 15 posts - 4,156 through 4,170 (of 9,241 total)