Forum Replies Created

Viewing 15 posts - 661 through 675 (of 4,745 total)

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

    richykong (4/19/2013)


    It looks like the standard edition only supports up to 4 processors so going to a 32 proc machine probably doesn't make a difference.

    MSDN

    the OP doesn't say...

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

  • RE: Transactin Log Issue

    Now when you say " Set the log to the size it needs to be to handle your activity, set a sensible growth factor and leave it there. " I...

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

  • RE: Moving TEMPDB

    ensure the sql service account has full control permissions on the E:\sqldata directory.

    You will need to restart the instance for the change to take effect.

    Delete the old files after successful...

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

  • RE: Transactin Log Issue

    first of all there is no point repeatedly shrinking the log if it just having to grow again - and shrinking a log does not remove data from it.

    From what...

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

  • RE: so many indexes indexes

    Zeal-DBA (4/18/2013)


    thanks for your valuable comment on it.

    But what if client ask to create at least one index on each table which are not even suggested by missing index DMV.

    he...

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

  • RE: Reindex task taking for ever

    how long is for ever?

    One thing that report does not take into account is the no. of pages. An index with only 2 pages is not worth rebuilding or even...

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

  • RE: Min and Max server memory

    prashanthreddymr (4/17/2013)


    I could see PAE is enabled in the boot.ini file as this is the 64 bit machine. Can you please suggest me removing of the PAE from boot.ini and...

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

  • RE: Min and Max server memory

    prashanthreddymr (4/17/2013)


    Is reboot of the server required after adding /3gb in the boot.ini file?SQL is consuming 2.3GB of memory

    yes a reboot is required.

    Where did you get the 2.3GB reading from,...

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

  • RE: Index Rebuild Taking too Long?

    dkschill (4/17/2013)


    So I ran:

    DBCC CHECKDB() WITH DATA_PURITY

    On a recently restored test DB and it ran with no errors. Should I go ahead and schedule a production run? It...

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

  • RE: Min and Max server memory

    you can but its of minimal use to you with a physical limitation of 4GB on the server.

    what makes you think you are running out of memory?

    How much memory is...

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

  • RE: full and differential backup

    sounds like there are connections to the database preventing you restoring to it.

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

  • RE: Installing SPs & CUs in Clusters

    in my experience pausing the node causes it to fail the pre-installation checks.

    removing from possible owners is the best way to go.

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

  • RE: Installing SPs & CUs in Clusters

    in failover cluster manager, select the SQL service.

    right click the server name select properties. possible owners are on the advanced policies tab. Untick the passive node.

    don't remove the node from...

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

  • RE: require db monitor script for sql 2000

    hows this as a starter?

    select * from master..sysdatabases where databasepropertyex([name], 'status') != 'online'

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

  • RE: SQL Server 2005 32-bit on Windows 2008 R2 x64 OS

    you can use AWE with 32bit SQL on a 64bit OS.

    http://sqlblog.com/blogs/argenis_fernandez/archive/2012/12/30/the-myth-around-32-bit-sql-server-instances-on-64-bit-operating-systems-and-awe.aspx

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

Viewing 15 posts - 661 through 675 (of 4,745 total)