Viewing 5 posts - 1 through 5 (of 5 total)
thanks, this is a good example for those who have limited knowlege of .net.
June 28, 2005 at 5:51 pm
We are getting the same alert.Would like to know the cause of this.
September 21, 2004 at 4:39 pm
try this
declare @col1 int
update dbo.tablename
set @col1 = col1 =isnull(Col1,0)+1
from dbo.incrementBYone
where anyfiled to identify the row = 1
select @col1
March 24, 2004 at 9:38 pm
try @col1 = @col1 = col1+1
where type = @01
March 24, 2004 at 9:27 pm
Viewing 5 posts - 1 through 5 (of 5 total)