Viewing 15 posts - 16 through 30 (of 70 total)
This has been running since 2006 in 2005 environment. This particular error message appeared for the first time today. This was on SQL 2005 with SP3. We'll...
January 28, 2011 at 8:06 pm
rew-370421 (10/28/2010)
Thanks for the link, Luk.I see it uses SMO, which I know nothing about.
Are there any SQL2005 out of the box EXE or utilities I can use?
I don't think...
October 29, 2010 at 10:26 am
so it does turn out it was because of the nulls which started to appear after a recent development deploy...great...
thanks for helping out.
October 29, 2010 at 10:24 am
Luk (10/28/2010)
--this returns one row
select
top 10 *
from table1 with (nolock)
where filter1 >...
October 29, 2010 at 7:10 am
rew-370421 (10/28/2010)
October 28, 2010 at 3:06 pm
Yes I did, and this is even more confusing because according to different posts I have gone through my query shouldn't work at all.
So basically the way it looks like...
October 29, 2009 at 6:54 pm
Did you change server names at any point and time?
January 14, 2009 at 7:19 am
But the number of rows to be inserted was 0, so the question is why the rollback ran for so many hours. I can understand that the join might...
June 12, 2008 at 1:34 pm
The rollback just finished, it took about 3.5 hours to complete.
June 12, 2008 at 10:46 am
Thanks for the tip. I already did. I'll look at it again tomorrow.
May 29, 2008 at 5:27 pm
tlogs are on raid1 (2 disks), and the data files reside on raid5 (6disks). BCP files are on raid1. I'm able to push 100s of thousands of rows...
May 12, 2008 at 12:32 pm
The distributor db along with the snapshot folder are on seperate disks. For the time being I changed these tables to be replicated via snapshot once a day. ...
May 12, 2008 at 10:08 am
We had this problem some time ago. It was being caused by one of the CLR procs written by another company. We are now in the process of...
April 10, 2008 at 10:13 am
no it doesn't. it gets created and then deleted when the transaction is rolled back.
January 28, 2008 at 8:44 am
Viewing 15 posts - 16 through 30 (of 70 total)