I have 1 table where doctr_name,mobile,Source_name r fields And in 2'nd table Lab_name,mobile,source_name r fields.
Now i want show the recently added doctor_name and lab_name in a Region.
And Also what is region in sql and when do we use them.
Thanks in advance.
Neha SharmaPosted Jan 3, 2013, 2:37 AM
sathish kumarPosted Jan 3, 2013, 1:12 AM
select max(RowId) from tablename
Pradip PandeyPosted Jan 1, 2013, 11:45 PM
http://blogs.msdn.com/b/sreekarm/archive/2008/12/28/grouping-sets-in-sql-server-2008.aspx
Hope it will help.