Viewing 15 posts - 196 through 210 (of 853 total)
Will this trace slow down performance.This is production server.
Thank you
April 5, 2011 at 6:36 am
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...
April 4, 2011 at 9:41 am
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...
April 4, 2011 at 8:46 am
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...
March 31, 2011 at 12:16 pm
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...
March 31, 2011 at 7:44 am
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
March 31, 2011 at 7:15 am
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...
March 30, 2011 at 1:06 pm
EventTypeParametersEventInfo
Language Event0 dbcc inputbuffer (139)
March 30, 2011 at 12:53 pm
I don't know if this is the same process, but the same table from this table is locked.
Thank you
March 30, 2011 at 12:41 pm
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
March 30, 2011 at 12:37 pm
Guys, this table is locked again and I don't know what is locking.
How can I find out?
Thank you
March 30, 2011 at 11:43 am
Viewing 15 posts - 196 through 210 (of 853 total)