Viewing 7 posts - 1 through 7 (of 7 total)
Thanks RGR'us. it works fine.
Thanks very much Lee Dise, But setting
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
how does this have effect...
September 13, 2005 at 7:38 am
Thanks very much Lee Dise, But setting
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
how does this have effect on other queries.
does this stand good for the immediate query or on all further...
September 13, 2005 at 7:37 am
Hi Noel,
I want only in one grid and i want the count of records in each group because the CLIENT wants it that way.
actually this data in datagrid is then...
July 26, 2005 at 8:37 am
Hi Noel,
I want only in one grid and i want the count of records in each group because the CLIENT wants it that way.
actually this data in datagrid is then...
July 26, 2005 at 8:37 am
hi,
there is no chance for creating relations, because we will only get different groups of data. and i have to show only in one grid.
July 25, 2005 at 10:11 am
Hi govinn,
Thanks for your reply.
SELECT * INTO #Result
'Your Query with COMPUTE BY'
SELECT * FROM #Result
but i am getting an error.
Insert Error: Column name or number of supplier...
July 25, 2005 at 9:57 am
Hi Noel,
Thanks for your reply. but the prob is actually i should show this in a datagrid object in asp.net.
Also the data is very huge. I have tried rollup, but...
July 25, 2005 at 9:48 am
Viewing 7 posts - 1 through 7 (of 7 total)