Blog that contains articles about new technologies related or not with programming.
I will describe and solves some problems that I encounter in my career.
ASP .NET, AJAX, Javascript, C++, C# and SQL are some of the subjects that will appear.
19 September 2011
get the serial no. for records of table in sqlserver
select empname, row_number() over(order by empid)as 's.no' from tblEmp
No comments:
Post a Comment