Viewing 2 posts - 1 through 2 (of 2 total)
Thanks for the replies i found the solution....
December 1, 2008 at 11:34 pm
this is the sample schema and query
create table #Temp
(
issueid int not null,
status nvarchar(1),
ownedby nvarchar(15),
[desc] nvarchar(max)
)
insert into #Temp values(1,'A','1','xyz')
insert into #Temp values(2,'A','1','xyz')
insert into #Temp values(41,'A','43','xyz')
insert into #Temp values(56,'A','34','xyz')
insert into #Temp...
November 28, 2008 at 3:02 am
Viewing 2 posts - 1 through 2 (of 2 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy