Forum Replies Created

Viewing 15 posts - 4,381 through 4,395 (of 9,253 total)

  • RE: Rebuild Info

    runal_jagtap (1/23/2013)


    TableNameIndexNameIndexTypePartitionNoNumRowsInTypeNumPagesTotKBsUsedKBsDataKBs

    TestHEAPHEAP11024112IN_ROW_DATA4465357203539235384

    😉

  • RE: Rebuild Info

    Execute the following against your database and substitute the table name in the WHERE predicate and post the results back please

    SELECTOBJECT_NAME(i.object_id) AS TableName

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

    , i.type_desc AS IndexType

    ,...

  • RE: Failover restart policies

    Sean cavanagh (1/23/2013)


    Perry,

    Thanks for your response. I will definitely look into your guide for creating a virtual sandpit.

    Do, you'll find it extremely useful 😉

    The help states the following as you...

  • RE: Creating an Active/Passive cluster

    foxxo (1/23/2013)


    Also, you need to install the 2nd instance from the 1st node, then fail it over.

    Actually, no you don't!

    chandrakant_gaurav (1/23/2013)


    Yes correct. Existing cluster needs to remain untouched...

  • RE: Failover clustering with Database Mirroring

    SQL* (1/23/2013)


    hi all,

    I'm learning these HA/DR things.

    "Failover clustering with Database Mirroring"

    What does it means?

    Clustering: Two nodes being synchronized. (Physically & SQL Server level)

    Mirroring: Primary & Secondary (Standby server).

    Not quite...

  • RE: Moving Datab from one datafile to another

    Of course!

  • RE: Moving Datab from one datafile to another

    Or empty and remove files in the current file group 😉

  • RE: Moving Datab from one datafile to another

    Raghavender (1/22/2013)


    I need to move only some tables to other data file which is on same file group.

    Not the whole data file.

    That's not how it works, objects can only be...

  • RE: "fixed server" or Blade

    jasona.work (1/21/2013)


    Each individual blade in the system, is a "stand-alone" server which only shares power and connectivity with the other blades in an enclosure.

    Correct, they share power cooling and...

  • RE: Moving Datab from one datafile to another

    You can use dbcc shrinkfile passing in the emptyfile parameter, this will empty data from the file to other files in the same file group only. You would then need...

  • RE: Cluster resource 'IP Address 10.0.0.001' in clustered service or application 'Cluster Group' failed.

    Failure of the public network will cause a failover of the sql server instance. You have a spare node so take the problem node out of sevice and repair the...

  • RE: Failover restart policies

    Sean cavanagh (1/21/2013)


    Helpful folks,

    I'm in an odd situation where, in my new job, I don't have a test cluster in which I can experiment.

    No excuse, you can build a...

  • RE: Encryption basics.

    kpwimberger (1/17/2013)


    But doesn't this mean I need the password inside EVERY proc I write that touches an encrypted column? isn't this adding insecurity into the system? What if the password...

  • RE: Moving Datab from one datafile to another

    MyDoggieJessie (1/20/2013)


    Personally I'd just move the entire filgroup to the new drive (rather than moving individual tables). To move the entire file group to a new drive execute the...

  • RE: I think I already know the answer but... :unsure:

    You'll have references to the LOG folder and this is controlled by a startup parameter which sits in the registry, make sure the errorlog path is set and the default...

Viewing 15 posts - 4,381 through 4,395 (of 9,253 total)