Viewing 6 posts - 1 through 6 (of 6 total)
hi
this code doesn`t work
my table look like:
1 2 3.. n
a c d g
b d f g
I will go with cursor...
September 14, 2012 at 8:05 am
ok thanks for answer, because I suspect that it is not random 😀
February 2, 2012 at 7:56 am
ok but why this code
DECLARE @i INT
DECLARE @j-2 INT
SET @i = 1
SET @j-2 = 1
WHILE @j-2 < 100000
BEGIN
SET @i = (SELECT TOP 1...
February 2, 2012 at 7:29 am
But I have also some more questions.
select DATALENGTH(SUBSTRING('URGO OBLIŽ ZA RANE IN ODRGNINE, 5 OBLIŽEV', 1, 35))
this return 35 OK
declare @txt_value nvarchar(100)
set @txt_value = 'URGO OBLIŽ ZA RANE IN ODRGNINE,...
July 23, 2010 at 5:59 am
It works thanks 😉
July 21, 2010 at 2:31 am
Viewing 6 posts - 1 through 6 (of 6 total)