Viewing 15 posts - 16 through 30 (of 46 total)
yep, I am going to do that and if it still fails, I will have the AD account recreated
December 9, 2011 at 4:32 pm
"Now back to the question. The nolock is not 100% guaranteed, if there are inserts updates affecting that exact row, or other memory resource issues, and sometimes a clustered index...
June 9, 2011 at 11:16 am
Thank you for pointing it out! I was too excited to post and did not understand the lock used here:w00t:
I still don't have a clue of why the blocking...
June 7, 2011 at 12:10 pm
I think I found out the real cause and hopefully, what I found out will make sense to you..
The SSIS package dose the following things
1) select from table A, which...
June 3, 2011 at 7:06 pm
OK.. I run a trace when the SSIS runs and here is what I see.. Is that the CAUSE?
SET FMTONLY ON select * from the Table where 1=2 SET FMTONLY...
June 3, 2011 at 3:41 pm
The blocking session ID is 215 ( from the select statement). Session 142 was blocked and wait type is (LCK_M_IX). There are other processes running that has command 'SET TRANSACTION...
June 3, 2011 at 3:14 pm
wow.. thank you for all the repies! I learned a lot today!
Here are some facts
1) The select statement is pretty simple. Straight forward 'SELECT * FROM theTable (NOLOCK)' and that...
June 3, 2011 at 3:00 pm
Thank you for the reply! I see the blocking from Activity Monitor, it says, the select session is 'Blocking' and the 'Insert/update/detelet' session is blocked by the session Id from...
June 3, 2011 at 12:07 pm
Dost it work? I need to do the same thing: schedule a job to export the reports to a folder.
March 8, 2011 at 11:11 am
Wow.. I can't believe I got all the attentions from SQL Gurus! This is a great learning experience for me!
Here are the references I have been using. Please let...
February 9, 2011 at 12:28 pm
Sorry.. another question. What kind of cause you can think of? I heard the sector of the hard drive on that server may have problem...
February 9, 2011 at 12:17 pm
Thanks a again! One more qustion, Is this logged in msdb..suspect_pages?
select * from msdb..suspect_pages
database_id file_id page_id ...
February 9, 2011 at 12:09 pm
You are right. I can't change that option. It complain the same thing.. log is full!
February 9, 2011 at 11:55 am
Thank you so much for the advice! Could you please let me know how to find out the header of the log is bad?
February 9, 2011 at 11:46 am
Viewing 15 posts - 16 through 30 (of 46 total)