Forum Replies Created

Viewing 15 posts - 5,431 through 5,445 (of 9,241 total)

  • RE: Mirroring error in SQL 2008R2

    Are the mirroring instances on the same server or separate servers? Have you checked the mirror endpoints status?

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

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

  • RE: UPDATE STATISTICS on SQL 2k8 R2

    Michael Valentine Jones (6/20/2012)


    You could just make things simple and execute this in your database every night:

    execute sp_updatestats

    sp_updatestats (Transact-SQL)

    http://msdn.microsoft.com/en-us/library/ms173804(v=sql.105).aspx

    "...sp_updatestats updates only the statistics that require updating based on the rowmodctr...

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

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

  • RE: SQL Server Standard and 4 node cluster

    Roust_m (6/20/2012)


    Perry Whittle (6/20/2012)What on earth makes you think that? It's no different to any other node failure in a cluster, the instance will restart on a partner node. Where...

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

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

  • RE: SQL 2008R2 CLuster won't come online during install

    at what point is the installation at, are there any services installed?

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

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

  • RE: UPDATE STATISTICS on SQL 2k8 R2

    sqlbee19 (6/20/2012)


    Perry - Thanks for your response.

    I am using sysindexes table because of column "rowmodctr" is only available in sysindexes.

    That is correct, remember though that sysindexes is provided for...

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

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

  • RE: Upgrade from 9.0.4035 to 9.0.4053

    ran.ovadia (6/20/2012)


    Hi,

    I currenty have in my Prod env. SQL2005 SP3 + GDR (9.0.4053) and in test env I have SQl2005 + Sp3 (9.0.4035).

    Now i need to upgrade my Test env...

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

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

  • RE: mssqlsystemresource.mdf 69 GB in all threee instances

    Welsh Corgi (6/19/2012)


    I'm sorry I misread it.

    It is MB not GB.:blush:

    I have been working a lot of hours and I'm tired and it's only Tuesday.

    Thanks for the information!

    🙂 it's even...

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

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

  • RE: 2008 Encrypted Database

    The master key has absolutely nothing to do with moving the database!

    You need a backup of the certificate and its password and the database backup itself. The master key merely...

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

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

  • RE: SQL Server 2008 R2 policy on table and index compression

    Roust_m (5/9/2012)


    Hi,

    I want to define a policy to make sure every table and every index (including those for indexed views) in the database has "PAGE" compression.

    I could only find a...

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

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

  • RE: Configurations on Cluster Enviroment

    the cluster will replicate this change for you, just apply at the active node

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

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

  • RE: UPDATE STATISTICS on SQL 2k8 R2

    sqlbee19 (6/19/2012)


    FROM dbo.SYSINDEXES SI (NOLOCK)

    INNER JOIN SYS.OBJECTS T ON T.object_id = SI.[id]

    Instead of using sysindexes, use sys.indexes and sys.objects

    The first thing you want to do is to get...

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

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

  • RE: SQL jobs running too long for some days

    what do the jobs actually do??

    Try setting the log output on the job steps to get more info too

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

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

  • RE: SQL Server Standard and 4 node cluster

    Roust_m (6/19/2012)


    Just to save on licences. I spoke to Microsoft licencing specialist and he told me that as long as you set affinity to certain CPUs for both EE...

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

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

  • RE: SQL Server Standard and 4 node cluster

    Roust_m (6/18/2012)


    but since Standard Edition only supports two node cluster, would it still be possible to install it on a four node cluster and just limit Standard Edition instaces by...

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

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

  • RE: DBCC SHRINKFile not working

    Check the status of your mirror sesion firstly, log records that have not been transferred cannot be truncated and often cause the log to grow wildly.

    Also check the status of...

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

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

Viewing 15 posts - 5,431 through 5,445 (of 9,241 total)