Forum Replies Created

Viewing 15 posts - 4,171 through 4,185 (of 9,244 total)

  • 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" 😉

  • RE: Change in Recovery Model

    prettsons (3/26/2013)


    Simple recovery model allows restore database only up to the last full backup

    Up to the last differential backup actually, as long as you're taking diff backups of course 😉

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

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

  • RE: Sql 2010 AlwaysOn Availability Group

    TheSQLGuru (4/18/2013)


    Given the really basic nature of the questions you are asking I feel you should REALLY get someone experienced and knowledgeable to help you determine what your HA/DR/read-only scale-out...

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

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

  • RE: Sql 2010 AlwaysOn Availability Group

    The whole point of AlwaysOn is that you don't have shared storage. There's nothing to say that the disks cant be SAN based but they're not shared across the windows...

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

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

  • RE: full and differential backup

    gamit124 (3/28/2013)


    hi

    when i am taking full backup and i am restoring full back up

    i am getting error like "the database is not accessible"

    please help me

    regards,

    gamit

    Are you getting this...

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

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

  • RE: No performance gain on queries on different servers with considerable hardware change

    Markus (4/17/2013)


    Throwing hardware at an issue sometimes is just not the answer.

    It's something you see time and time again and you're right it's a futile\costly exercise.

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

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

  • RE: Installing SPs & CUs in Clusters

    dan-572483 (4/17/2013)


    Does pausing the passive node you're installing on have the same effect and is an equally valid action?

    This was only really necessary under Windows 2003 clusters. Windows\sql 2008 have...

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

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

  • RE: Installing SPs & CUs in Clusters

    the reason for removing the passive node as a possible owner on the networkname resource is to avoid the situation where you're patching the passive node and half way through...

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

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

  • RE: AD name change Old name still persists

    has the user been added as an explicit server login on the sql server.

    What are the resultsd of the following query

    select name, SID

    from sys.server_principals

    where type = 'U'

    and...

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

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

  • RE: CU installed or not?

    uninstall the cu and reboot then try re applying

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

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

  • RE: Can you move a table to new Filegroup/File without removing PK?

    In that case you use CREATE INDEX specifying the new file group with the DROP_EXISTING = ON clause

    See here for more detail

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

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

  • RE: SQL 2012 AG/FCI Failover

    No problem, don't forget to check the pre reqs and restrictions carefully, it can save you a whole lot of time later on.

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

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

  • RE: Windows or Database Clustering?

    Google??

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

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

Viewing 15 posts - 4,171 through 4,185 (of 9,244 total)