Viewing 7 posts - 16 through 22 (of 22 total)
this is right but i want to find out all fields whereas it gives only two field.
October 10, 2007 at 7:00 am
My dear,
below error is coming
Incorrect syntax near the keyword 'OVER' 🙂
October 10, 2007 at 6:30 am
there is Error on query analyzer by executing this query.:)
October 10, 2007 at 6:24 am
i have a table.
fields =
1) Id
2) name
3) EmailId
4) Age
5) Salary
now i want distinct recordsbased on name and EmailId then what should do me
October 10, 2007 at 6:09 am
Hi,
for creating a stored procedure for different tables you should do following:
create proc usp_name
(
@parameter1 bigint = null ,
@parameter2 bigint = null ,
@parameter3 bigint = null ,
@parameter4 ...
October 10, 2007 at 5:48 am
Thanx for giving answer but i have done it.
mention not, next time meet u.
October 10, 2007 at 5:35 am
Viewing 7 posts - 16 through 22 (of 22 total)