Viewing 3 posts - 1 through 3 (of 3 total)
Make sure the machine is not with the virus conficker. it can cause this problem.
August 12, 2009 at 10:42 am
#1038154
My solution is:
declare @test-2 table(col1 int,col2 varchar(8))
insert into @test-2 values(1,'aaaa')
insert into @test-2 values(2,'delbbbb')
insert into @test-2 values(3,'delcccc')
insert into @test-2 values(4,NULL)
insert...
March 24, 2009 at 6:59 am
#965125
http://support.microsoft.com/?scid=kb%3Ben-us%3B942861&x=7&y=7
please post if resolve.
January 13, 2009 at 8:13 am
#925913