Forum Replies Created

Viewing 15 posts - 196 through 210 (of 853 total)

  • RE: SQL Deadlock

    Will this trace slow down performance.This is production server.

    Thank you

  • RE: SQl Server went down

    Windows log:

    Event Log: Application Event Type: Error Event Source: MSSQLSERVER Event Category: Server Event ID: 18056 Date: 4/2/2011 3:00:04 AM User: Ccc\ccc_YYYY Computer: Database1 Description: The client was unable to...

  • RE: SQl Server went down

    SQL agent went down and I have to re started.

    This is erroe from sql logs:

    SQL Server is terminating because of fatal exception e06d7363. This error may be caused by an...

  • RE: Lock on a table

    no, for some reasons when run any code and I close query analyzer, get an error message this code was not commit, even if I do select on the table...

  • RE: Lock on a table

    Thank you so much,

    I fixed

  • RE: Lock on a table

    I am sorry, I didn't right this code and I don't know which statment is causing a problem, I will re write the statment after I find out which update...

  • RE: Lock on a table

    Which update statment giving me a problem?

    Thank you

  • RE: Lock on a table

    This is another execution plan

  • RE: Lock on a table

    Hi, here is another stored procedure I found with a problem with nested Loop.Can you please help me to identifiy which update statment is wrong.

    Thank you so much

  • RE: Lock on a table

    I resolved the problem,but not sure for 100%

    I ran update statment 2 hours on that table (I thought update was complited) in the query analyzer and tryed to close it...

  • RE: Lock on a table

    EventTypeParametersEventInfo

    Language Event0 dbcc inputbuffer (139)

  • RE: Lock on a table

    I don't know if this is the same process, but the same table from this table is locked.

    Thank you

  • RE: Lock on a table

    1.SELECT * FROM sys.dm_db_index_operational_stats(dbid, tableid,NULL,NULL,null) AS ddios

    There is no tableid in this and incorect parameter value.

    This is what I have from SELECT * FROM sys.dm_exec_requests

  • RE: Lock on a table

    yes i have one process running

  • RE: Lock on a table

    Guys, this table is locked again and I don't know what is locking.

    How can I find out?

    Thank you

Viewing 15 posts - 196 through 210 (of 853 total)