Forum Replies Created

Viewing 15 posts - 43,621 through 43,635 (of 49,571 total)

  • RE: indexing on proper columns

    Before you worry about indexing or anything else, I would strongly recommend that you consider normalising that table. You have massive amounts of redundant data and several sets of completely...

  • RE: shut down the database

    mohinidba (10/22/2008)


    there is any command in sql to shut down the database.shutdown means take offline.only db_owner has that rights.

    Why? What are you trying to do?

  • RE: New Disk = Better Performance ?

    watson_mike (10/23/2008)


    Do the multiple data files help in some way ? It's not that I don't fully trust the consultant, just looking for another "real" take on this situation....

  • RE: indexing on proper columns

    For that particular query, an index on [order date] INCLUDE [system qty] will help. If you're after more general recommendations, post the table structure, the index definitions and the most...

  • RE: Auto update stats flicking on and off continuously

    Paula (10/23/2008)


    When that happens it runs sp_reset_connection, which then turns auto update statistics off and back on again. It is apparently common with .NET Apps.

    Reset connection is...

  • RE: Auto update stats flicking on and off continuously

    Some process or job is changing the database setting and enabling and disabling the feature. SQL won't by itself, change a database's settings.

    You can run profiler for a while to...

  • RE: What happened to SP3?

    It is on it's way and it is almost done. Can't say more, can't give a date.

  • RE: DBCC SQLPERF(LOGSPACE) alternative in SQL Server 2005

    Roust_m (10/23/2008)


    I was under impression that every single DBCC command is now deprecated.

    Some of them (showcontig, index defrag, etc) are deprecated, however there are a large number still...

  • RE: DB Size Growing High

    Leo (10/22/2008)


    According from your suggestion I have now change my some databases to SIMPLE Mode. I hope I don't need to worry about the log space anymore.

    Nope. I suggested...

  • RE: SQL Performance

    It could be statistics, it could be poor indexes, it could be poorly written queries, it could be inadequate hardware. At the moment it looks like high CPU usage. Run...

  • RE: What Index do I need?

    gavinparnaby (10/22/2008)


    @Lynn. You're essentially correct with your synopsis of the situation. Unfortunately my team consists of 2 + me while there are 20+ users each with multiple databases. I'm well...

  • RE: Dead Lock----Urgent

    Eugene (10/22/2008)


    GilaMonster :

    You need set 1204 in combination with the 3605 flag:

    The output of the flag will be sent to the SQL Server error log whenever SQL Server encounters...

  • RE: Shrinkfile and log backup

    victor_bosc (10/22/2008)


    I am shrinking the files, because I think that the log’s size is increasing the backup times. What do you think?

    Not likely. Backups are only concerned with the contents...

  • RE: Shrinkfile and log backup

    victor_bosc (10/22/2008)


    Optimization job, which rebuild indexes and shrink database files

    Why?

    I generally refer to that job setup as a complete waste of time. The rebuild indexes takes a lot of CPU,...

  • RE: Tuning Advisor is Missing

    shavais (10/22/2008)


    So I guess it comes with the client tools? Can I download just the client tools from somewhere?

    Thanks again for your help!

    No, the client tools are...

Viewing 15 posts - 43,621 through 43,635 (of 49,571 total)