Forum Replies Created

Viewing 15 posts - 61 through 75 (of 99 total)

  • RE: ADO Timeout/Query Analyzer is not

    I do have similar problem with complex SQL within SP. Did you check when this problem occured, is your execution plan same as when it behave ? I had discussed...

  • RE: starting clustered sql 2000

    I'm not clear what kind of error are you getting. Is there any line been logged to the SQL errorlog  ? Who owns the SQL services ? Is that ID...

  • RE: Applicatio Locks

    I don't know anyway to definite identify the Application lock. But, I normally select from sysprocesses table and pay special attention to 'waittype' column. When the value in this column...

  • RE: Performance problems, sleeping and blocking processes

    Do you try 'keep plan' option within your SP. I had some simliar problem, somehow the same SP after running a while, it start using the wrong plan.

    Second, since...

  • RE: PAE, awe and 3GB

    What's the top 10 slowest SQL statement, did you run a execute plan to see how this SQL really work. Are all the columns on the where clause have proper...

  • RE: PAE, awe and 3GB

    Few things you should look into

    1. Your cache hit ratio

    2. Index fragmentation (when is the last time you re-index the DB ?)

    3. statistics  (when is the last time you run??)

    More...

  • RE: LOCK MONITOR

    Did you try dbcc traceoff (3605)

  • RE: SQL2K/Cluster installation

    Nope, it is local. I also try copy the whole CD to the local C: to do the install. Same problem.

  • RE: TempDB locking question

    My experience tell me when temp table created/dropped on the fly. The sysindexes and others... statistics did not get update accordingly. Query plan may still using the wrong statiscs, which...

  • RE: TempDB locking question

    Is your APP using Global temp table or local temp table ? My experience sometime Global temp table may yield a lot better performance.

  • RE: TempDB locking question

    latching may can alleviate by re-org your cluster index.When is last time you drop/recreate your cluster index.

  • RE: SQL2K/Cluster installation

    It is brand new server has C: 8GB, D: 144 GB and E: 144 GB. Only O/S is on. I do not believe there is any space, special characters on...

  • RE: TempDB locking question

    tempDB contention may can alleviate by setting flag -T1118 with mutiple file for the tempdb. I had the same problem and was alleviate by adopting the change. You may still...

  • RE: Linked server error

    Does both servers run same level of MDAC (if you are using OLE DB provider) ? I had same problem, but after sync-up MDAC problem went away.

  • RE: Lic/Permission

    Thanks for the first one. Though, I don't think 'SA' permission is required on SQL 7.0

    For second one, if I only assign 4 cpu to each instance why I...

Viewing 15 posts - 61 through 75 (of 99 total)