Forum Replies Created

Viewing 15 posts - 45,061 through 45,075 (of 49,571 total)

  • RE: missing index DMVs

    Missing indexes is a suggestion, nothing more. The entries in there are created by the query optimiser as it optimises a single query. They may be correct, they may be...

  • RE: Strange DBCC CHECKDB error

    My gut feel is that this database is unrepairable.

    There's corruption in one of the system tables (syscomments) and that kind of damage CheckDB is not allowed to repair. In...

  • RE: Strange DBCC CHECKDB error

    Thanks.

    Was there another line at the bottome, something like "minimum level to repair this error is..."?

  • RE: User Stored Procedure Starting Name with sp_

    Ok, clarification time. The first check going to Master was true for 2000 and below. In 2005, it's a little more complex, but the same general idea.

    When you execute...

  • RE: A Release from Data

    David Reed (8/14/2008)


    My wife and I met on the sparring mat in a college ROTC unarmed combat course; she broke my nose and I knew that she was the...

  • RE: DMV For Index Maintenance In 2005

    Paul Timmerman (8/14/2008)


    1. I am using sys.dm_db_index_physical_stats. How exactly is this data kept current? It is very convenient to have this is handy management view, but I...

  • RE: Index Question

    Mark Beringer (8/14/2008)


    The tables has about 40 Columns, I have 14 reports that all expect the 3 WHERE clause conditions, the only difference are the columns that are returned, so...

  • RE: SQL Server 2005 not using all CPU in multiprocessor (peak on 1 cpu alternatively)

    Usually that's because some other resource is a bottleneck. It's fairly hard on modern servers to max out a lot of CPUs for long periods due to the much slower...

  • RE: Sql Server 2000 Std using only 25% CPU

    Won't help. SQL does not use one CPU per datafile or anything like that. Decisions around splitting data files should be based on IO load. Secondary log files are usually...

  • RE: User Stored Procedure Starting Name with sp_

    Paresh Randeria (8/14/2008)


    "When you call a stored procedure that starts with sp_, SQL Server always checks the master database first, even if the stored procedure is qualified with the database...

  • RE: A Release from Data

    Ted Pin (8/14/2008)


    I preferred bo staff. I still yearn to try Kendo however...

    I prefer bokken, with jo staff a close second. Never tried a bo, it looks difficult.

    I tried Kendo...

  • RE: Strange DBCC CHECKDB error

    sunshine (8/14/2008)


    But I'll run without that now.

    Please do. I would like to see just the informational output without any comments on repair.

  • RE: Unable to attach db

    jigo0624 (8/14/2008)


    We have a system where the log file got full. By accident (or not) the log file was deleted. I tried attaching the mdf file but it...

  • RE: Strange DBCC CHECKDB error

    sunshine (8/14/2008)


    No good backup, this db has been corrupt for quite some time, i'm trying to fix what i can with what i have.

    this is the output with no...

  • RE: Developers using Profiler

    rocky (8/14/2008)


    Should developers be allowed to use Profiler in development and test regions?

    All opinions appreciated, thanks!

    In dev and test, I would say yes. It helps a lot in testing and...

Viewing 15 posts - 45,061 through 45,075 (of 49,571 total)