Forum Replies Created

Viewing 15 posts - 541 through 555 (of 4,745 total)

  • RE: sql server 2005 sp1 is slow

    sorry that would take more time than i have and we cannot be totaly sure memory is the main problem. Maximise the memory you do have available to you first.

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

  • RE: sql server 2005 sp1 is slow

    just set the /3GB switch in the boot.ini and get the server restarted.

    See how that helps and take it from there, you may well still need to look at and...

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

  • RE: sql server 2005 sp1 is slow

    is this 32bit, if so thats all the memory you will get unless you set the /3Gb flag in the boot.ini

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

  • RE: SSIS in cluster

    peacesells (7/16/2013)


    george sibbald (7/16/2013)


    each node with two instances gives you 4 instances, and that is very much active\active, or as I believe Microsoft would officially call it, a multi-instance cluster.

    You...

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

  • RE: service accounts

    local accounts will not be able to communicate across the network, i.e to file shares or other SQL server instances (for instance for mirroring or log shipping purposes)

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

  • RE: SSIS in cluster

    each node with two instances gives you 4 instances, and that is very much active\active, or as I believe Microsoft would officially call it, a multi-instance cluster.

    You will have to...

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

  • RE: Database Mirroring Or Log shipping??

    following on from what Perry said if you do in fact truly need up to the minute reporting you may need to look at transactional replication, its the only option...

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

  • RE: Transaction Log Backup fails Exclusive access could not be obtained because the database is in use

    is the database put into single user mode or is the option to backup the tail of the log selected? both would cause this error

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

  • RE: SSIS in cluster

    @DHeath

    my feeling at the moment is we have a misunderstanding of clustering rather than a cluster issue, seems a bit early to start advocating rebuilding it. 🙂

    @peacesells

    SQLAgent jobs are held...

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

  • RE: SSIS in cluster

    DHeath (7/15/2013)


    ...I have usually found that depending how far along you are in this set up..meaning production or still setting it up,its easier to completely rebuild the cluster than to...

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

  • RE: How to get the table name from a objectID?

    the checkdb will give you the corrupted object names

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

  • RE: How to get the table name from a objectID?

    check also the minimum repair level checkdb reports.

    If its a non-clustered index that turns out to be corrupted you may be able to just drop and recreate it.

    Do you have...

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

  • RE: How to get the table name from a objectID?

    imran.adam (7/15/2013)


    george sibbald (7/15/2013)


    select OBJECT_NAME(632864)

    Sorry that did not work, it came back with NULL

    it would work for a valid id. Just wanted to show you a quick way to resolve...

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

  • RE: SSIS in cluster

    clusters use shared disks, there is only one copy of all the databases, connect to them using the virtual sql instance name (thats why its called virtual, it sits above...

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

  • RE: How to get the table name from a objectID?

    select OBJECT_NAME(632864)

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

Viewing 15 posts - 541 through 555 (of 4,745 total)