Get link Facebook X Pinterest Email Other Apps September 14, 2012 Adding Application pools in IIS http://www.iis.net/configreference/system.applicationhost/applicationpools/add Read more
Get link Facebook X Pinterest Email Other Apps September 08, 2012 Update one table from another table :- UPDATE #temp1 SET #temp1.t3=#temp 2.t3, #temp1.t4 = #temp2.t4 FROM #temp1, #temp2 WHERE #temp1.row = #temp2.row Read more
Get link Facebook X Pinterest Email Other Apps September 08, 2012 To get tempary row number SELECT ROW_NUMBER() OVER(ORDER BY ID DESC) AS Row, colnam1, colnam2 FROM table1 Read more