Viewing 3 posts - 1 through 3 (of 3 total)
I have a table in the below format ,
Create TABLE tab1
(
UniqueID VARCHAR(3),
ID ...
October 3, 2012 at 5:06 am
#1544808
Let me explain my requirement in detail.
I have a table A with 20 rows. I need to supply the data for my down stream system in a format of...
October 2, 2012 at 4:13 pm
#1544616
Yes , thank you for the reply.
Iam dividing the whole query to 20 different iterations and executing like below.
SET nocount on
declare @rownum int
declare @iteration int = 20
select...
September 29, 2010 at 4:40 am
#1228879