Viewing 4 posts - 1 through 4 (of 4 total)
Hey thanks Jinxsee and ChrisM@Work. Your solution works perfect. Thanks a lot.
One more question for Jinxsee, Suppose if we are using row_number() for a huge records it will minimize performance?
September 27, 2012 at 5:56 am
Hi vyas,
The query provided by you gives an error. you can run your query try with below table structure & data.
create table tblStudent
(
Name varchar(100),
Month int,
Year int,
Mark int
)
insert into tblStudent(Name,Month,Year,Mark) values...
September 27, 2012 at 5:30 am
Hello,
Can you please tell me how to create CSV file......?
February 13, 2008 at 2:20 am
Viewing 4 posts - 1 through 4 (of 4 total)