Forum Replies Created

Viewing 15 posts - 46 through 60 (of 70 total)

  • RE: Can I create Snapshot like this?

    try this instead:

    declare @SnapshotDBName sysname

  • RE: Log Shipping

    Yes, I know.  But are there hidden options that will enable management studio to reconnect once the tlog restore is complete??  Basically it could keep retrying the connection and connect...

  • RE: sudden slow down

    1. Developers handle only few tables.  These tables are rebuild/reindexed on a regular schedule.

    2. Our raid configuration is kind of bad.  It's still RAID5, and I've been trying to upgrade it, but...

  • RE: sudden slow down

    There is no other software running on the same box.  It's a dedicated SQL 2005 installation.

    No third party monitoring tools.  Just SQL Management Studio.

    Yes, there are XPs and .net assemblies...

  • RE: sudden slow down

    The statistics get updated automatically by a process that our developers wrote. 

    We haven't experienced the problem with statistics just yet, at least we don't think that's the problem as...

  • RE: sudden slow down

    The advice from MS was to turn off auto-update statistics too.  Statistics are independent of indexes so you don't have to create a "pot wad" of them.

    If the table has...

  • RE: sudden slow down

    All of our machines are dedicated.  Application is .net web site and runs on a different web server/box.

  • RE: sql server 2005 won''''t perform

    I never recall a restore dialog pointing across the network.  Even in SQL2000 it would let you browse local drives.  Copy SQL2000 backup file across the network to 2005 box...

  • RE: sudden slow down

    I think gilbertorosa was thinking of large tables, which would make sense to turn off auto update statistics.  We do have them, the largest table in our db is over...

  • RE: sudden slow down

    It's not the statistics problem because the tables get replaced once a week, so their indexes and statistical information is rebuilt.  These tables have no inserts/updates running throughout the week...

  • RE: sudden slow down

    No, we do have heap tables as well.  But all the tables on which we do selects on, are basically 1) read-only 2) have clustered index.

    Anyway, working with MS on...

  • RE: sudden slow down

    Thanks for the tip, but no, we don't backup transaction logs as we run in simple recovery.  We do backups on nightly basis, but the db gets rebuild in the...

  • RE: Database Mirroring (SQL Server 2005) within a Workgroup

    How about the certificate password, it has to be the same across all three machines.  Also what about your master key?

  • RE: Database Mirroring (SQL Server 2005) within a Workgroup

    Make sure that certs match across all servers participating in the mirror session.  This includes optional witness server.  It's a bit trickier to setup in the workgroup.  We had experienced...

  • RE: sudden slow down

    No there are no page splits and the db is not growing.  tempdb isn't growing either.

    So no page splits and no full scans happening.  The system seems very normal, it's...

Viewing 15 posts - 46 through 60 (of 70 total)