Forum Replies Created

Viewing 15 posts - 4,021 through 4,035 (of 9,253 total)

  • RE: I need cluster installation information

    New persopn (7/18/2013)


    Hi all

    Here we have to setup cluster environment for one of my client.

    Here we are having the 500gb hard disk and 8 instances.

    in that 4 applications are running.

    can...

  • RE: Index and Table Size

    I prefer this

    selectOBJECT_NAME(o.OBJECT_ID)AS TableName

    , ISNULL(i.name, 'HEAP')AS IndexName

    , i.index_idAS IndexID

    , i.[type]AS IndexType

    , i.is_disabledAS IsDisabled

    , FILEGROUP_NAME(i.data_space_id)AS FGName

    , p.partition_numberAS PartitionNo

    , p.[rows]AS [RowCnt]

    , p.data_compression_descAS CompressionType

    , au.type_descAS AllocType

    , au.total_pages / 128AS...

  • RE: LS

    HanShi (7/18/2013)


    SQL Server doesn't have a Transaction Undo File. I think you are working with Oracle. This forum is about Micorosoft SQL Server. Very few posters will have extensive experience...

  • RE: LS

    ramyours2003 (7/18/2013)


    .TUF -transaction undo file

    If you have your logshipped database in standby mode and you delete the .TUF file you'll need to re establish the log shipping plan.

    In short don't...

  • RE: PAE

    you can but its only really recommended in certain configurations

  • RE: create linked server using windows authentication

    Mohammed Imran Ali (7/16/2013)


    Thank you for the info on SPNs. I had checked the SPNs are registered under the SQL Server Service account names for both Instance name and the...

  • RE: Need to restore one file into a database

    Is the table partitioned across multiple filegroups, is this file in its own filegroup?

  • RE: Shrink database while restoring

    Au contrair mon pere

    All the dev and ore systems I have worked with are built to the same exacting specification.

  • RE: Shrink database while restoring

    As I said though if you partition the drives in accordance with best practices then compression is not available!

  • RE: Shrink database while restoring

    ariely.ronen (7/16/2013)


    In fact what is written is not accurate.

    Yes you can "Shrink SQL Database During Restore" using workaround 🙂 and with out "provide enough disk space (=size of the...

  • RE: service pack on cluster

    This link details rolling upgrades on sql server 2008.

  • RE: Database Mirroring Or Log shipping??

    $w@t (7/16/2013)


    i need to get reports based on given values..if i enter today's date i need to get all data till today..reports can be requested any time

    Up to today or...

  • RE: Raid 10

    you're welcome

  • RE: how to find log shipped databases in given server

    you're welcome

  • RE: create linked server using windows authentication

    Add the domain user to instA and use impersonation.

    Do you have your SPNs set up correctly otherwise windows authentication will still fail?

Viewing 15 posts - 4,021 through 4,035 (of 9,253 total)